diff --git a/build.gradle b/build.gradle index 75a32b7..b13ac2b 100644 --- a/build.gradle +++ b/build.gradle @@ -42,6 +42,13 @@ dependencies { implementation 'com.google.guava:guava:28.0-jre' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6' + // mixin and fabric loader need asm 8 + implementation 'org.ow2.asm:asm:8.0' + implementation 'org.ow2.asm:asm-analysis:8.0' + implementation 'org.ow2.asm:asm-commons:8.0' + implementation 'org.ow2.asm:asm-tree:8.0' + implementation 'org.ow2.asm:asm-util:8.0' + //to change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}"