Skip to content

Commit 857c302

Browse files
committed
init more
1 parent f7e2833 commit 857c302

5 files changed

Lines changed: 1 addition & 24 deletions

File tree

neotenetlauncher/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ def serverPatch = neoDevDir.file("server-binpatches.lzma")
2525

2626
dependencies {
2727
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1")
28-
29-
compileOnly "cpw.mods:bootstraplauncher:${project.bootstraplauncher_version}"
3028
}
3129

3230
tasks.register('launcherJar', ShadowJar) {

nms-patches/net/minecraft/nbt/ByteArrayTag.patch

Lines changed: 0 additions & 7 deletions
This file was deleted.

nms-patches/net/minecraft/nbt/IntArrayTag.patch

Lines changed: 0 additions & 7 deletions
This file was deleted.

nms-patches/net/minecraft/nbt/NbtIo.patch

Lines changed: 0 additions & 7 deletions
This file was deleted.

projects/neotenet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ dependencies {
157157
// (Only needed when compiling through IntelliJ non-delegated builds - otherwise `compileOnly` would work).
158158
implementation(jarJar(project(":neoforge-coremods")))
159159

160-
clientApi(project(":neoforge")) {
160+
clientApi(project(":neotenet")) {
161161
capabilities {
162162
requireCapability 'net.neoforged:neoforge'
163163
}

0 commit comments

Comments
 (0)