mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Fix support for Forge 50+ (#227)
* Remap Forge dependency from mojang instead of srg * Replace Union Relauncher with Bootstrap Dev * Add mixins to forge 1206 test * This should be forgelike Why didn't this break unit tests? * Replace with EnumMap * Add version check for source roots separator * Fix possible NPE * Fix checkstyle in javadocs such fun * Fix codenarc styling * fix usage * remove hashcode and equals * format code better
This commit is contained in:
@@ -19,7 +19,6 @@ access-transformers-new = "8.0.5"
|
||||
access-transformers-neo = "10.0.2"
|
||||
unprotect = "1.2.0"
|
||||
asm = "9.7"
|
||||
union-relauncher = "1.1.1"
|
||||
access-transformers-log4j = "2.17.1"
|
||||
|
||||
[libraries]
|
||||
@@ -45,5 +44,4 @@ access-transformers-new = { module = "net.minecraftforge:accesstransformers", ve
|
||||
access-transformers-neo = { module = "net.neoforged.accesstransformers:at-cli", version.ref = "access-transformers-neo" }
|
||||
unprotect = { module = "io.github.juuxel:unprotect", version.ref = "unprotect" }
|
||||
asm = { module = "org.ow2.asm:asm", version.ref = "asm" }
|
||||
union-relauncher = { module = "io.github.juuxel:union-relauncher", version.ref = "union-relauncher" }
|
||||
access-transformers-log4j-bom = { module = "org.apache.logging.log4j:log4j-bom", version.ref = "access-transformers-log4j" }
|
||||
|
||||
Reference in New Issue
Block a user