File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/mod/acgaming/extrasounds Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript {
1818apply plugin : ' net.minecraftforge.gradle.forge'
1919apply plugin : ' org.spongepowered.mixin'
2020
21- version = ' 1.12.2-1.3.2 '
21+ version = ' 1.12.2-1.3.3 '
2222group = ' mod.acgaming.extrasounds'
2323archivesBaseName = ' ExtraSounds'
2424
@@ -65,9 +65,9 @@ repositories {
6565}
6666
6767dependencies {
68- deobfCompile ' zone.rong:mixinbooter:5 .0'
69- deobfCompile ' curse.maven:had-enough-items-557549:3957880 '
70- deobfCompile ' com.cleanroommc:assetmover:0.2 '
68+ deobfCompile ' zone.rong:mixinbooter:7 .0'
69+ deobfCompile ' curse.maven:had-enough-items-557549:4083561 '
70+ deobfCompile ' com.cleanroommc:assetmover:1.1 '
7171}
7272
7373mixin {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class ExtraSounds
1717{
1818 public static final String MODID = "extrasounds" ;
1919 public static final String NAME = "Extra Sounds" ;
20- public static final String VERSION = "1.12.2-1.3.2 " ;
20+ public static final String VERSION = "1.12.2-1.3.3 " ;
2121 public static final String DEPENDENCIES = "required-after:mixinbooter;required-after:assetmover;after:jei;after:asmc;after:dsurround" ;
2222 public static final Logger LOGGER = LogManager .getLogger (NAME );
2323 public static boolean asmc = false ;
You can’t perform that action at this time.
0 commit comments