Add mixin
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
This commit is contained in:
parent
24f3ef5ffe
commit
9e8c4c3a58
1 changed files with 7 additions and 4 deletions
11
build.gradle
11
build.gradle
|
@ -442,6 +442,8 @@ project(':forge') {
|
||||||
installer 'org.ow2.asm:asm:7.2'
|
installer 'org.ow2.asm:asm:7.2'
|
||||||
installer 'org.ow2.asm:asm-commons:7.2'
|
installer 'org.ow2.asm:asm-commons:7.2'
|
||||||
installer 'org.ow2.asm:asm-tree:7.2'
|
installer 'org.ow2.asm:asm-tree:7.2'
|
||||||
|
installer 'org.ow2.asm:asm-util:7.2'
|
||||||
|
installer 'org.ow2.asm:asm-analysis:7.2'
|
||||||
installer 'cpw.mods:modlauncher:5.1.+'
|
installer 'cpw.mods:modlauncher:5.1.+'
|
||||||
installer 'cpw.mods:grossjava9hacks:1.3.+'
|
installer 'cpw.mods:grossjava9hacks:1.3.+'
|
||||||
installer 'net.minecraftforge:accesstransformers:2.1.+:shadowed'
|
installer 'net.minecraftforge:accesstransformers:2.1.+:shadowed'
|
||||||
|
@ -458,12 +460,13 @@ project(':forge') {
|
||||||
installer 'org.apache.logging.log4j:log4j-core:2.11.2'
|
installer 'org.apache.logging.log4j:log4j-core:2.11.2'
|
||||||
installer 'net.minecrell:terminalconsoleappender:1.2.+'
|
installer 'net.minecrell:terminalconsoleappender:1.2.+'
|
||||||
installer 'net.sf.jopt-simple:jopt-simple:5.0.4'
|
installer 'net.sf.jopt-simple:jopt-simple:5.0.4'
|
||||||
|
installer 'org.spongepowered:mixin:0.8'
|
||||||
fmllauncherImplementation 'com.google.guava:guava:21.0'
|
fmllauncherImplementation 'com.google.guava:guava:21.0'
|
||||||
fmllauncherImplementation 'com.google.code.gson:gson:2.8.0'
|
fmllauncherImplementation 'com.google.code.gson:gson:2.8.0'
|
||||||
fmllauncherImplementation "org.lwjgl:lwjgl:3.2.2"
|
fmllauncherImplementation 'org.lwjgl:lwjgl:3.2.2'
|
||||||
fmllauncherImplementation "org.lwjgl:lwjgl-glfw:3.2.2"
|
fmllauncherImplementation 'org.lwjgl:lwjgl-glfw:3.2.2'
|
||||||
fmllauncherImplementation "org.lwjgl:lwjgl-opengl:3.2.2"
|
fmllauncherImplementation 'org.lwjgl:lwjgl-opengl:3.2.2'
|
||||||
fmllauncherImplementation "org.lwjgl:lwjgl-stb:3.2.2"
|
fmllauncherImplementation 'org.lwjgl:lwjgl-stb:3.2.2'
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.0.0'
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.0.0'
|
||||||
testImplementation 'org.junit.vintage:junit-vintage-engine:5.+'
|
testImplementation 'org.junit.vintage:junit-vintage-engine:5.+'
|
||||||
testImplementation 'org.opentest4j:opentest4j:1.0.0' // needed for junit 5
|
testImplementation 'org.opentest4j:opentest4j:1.0.0' // needed for junit 5
|
||||||
|
|
Loading…
Reference in a new issue