[CHORE] Update NeoForge and remove workaround that is no longer needed

This commit is contained in:
2023-11-26 01:21:49 +02:00
parent a9b358bf59
commit 99463299ff
2 changed files with 1 additions and 5 deletions

View File

@@ -34,9 +34,6 @@ unimined.minecraft {
neoForged {
loader neoforge_version
mixinConfig("${mod_id}.mixins.json", "${mod_id}-neoforge.mixins.json")
// TODO Remove when NeoGradle is fixed
forgeTransformer.binpatchFile = rootProject.projectDir.toPath().resolve("output.lzma")
}
}