Revive unified mods for the development environment (#182)

* Add Union Relauncher for Forge 49+

* Don't apply this on Neo
This commit is contained in:
Juuz
2023-12-13 08:14:27 +02:00
committed by GitHub
parent 9f070d270f
commit 94eac81d45
4 changed files with 42 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ access-transformers = "3.0.1"
access-transformers-new = "8.0.5"
unprotect = "1.2.0"
asm = "9.3"
union-relauncher = "1.0.0"
[libraries]
# Decompilers
@@ -41,3 +42,4 @@ access-transformers = { module = "net.minecraftforge:accesstransformers", versio
access-transformers-new = { module = "net.minecraftforge:accesstransformers", version.ref = "access-transformers-new" }
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" }