File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ dependencies {
5656 transitive = false
5757 }
5858
59- implementation(include(" io.github.llamalad7:mixinextras-fabric:${ project.mixin_extras_version} " ))
6059 implementation(include(" com.github.thecatcore.CursedMixinExtensions:fabric:1.0.0" ))
6160 implementation(include(" com.github.thecatcore:WFVAIO:1.2.1" ))
6261
Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ org.gradle.jvmargs=-Xmx1G
66# Fabric Properties
77 minecraft_version = 1.6.4
88 yarn_build = 458
9- loader_version = 0.16 .11
9+ loader_version = 0.15 .11
1010 fabric_version = 1.9.1+1.12.2
11- mixin_extras_version =0.2.1
1211 spasm_version =0.2
1312
1413# Mod Properties
Original file line number Diff line number Diff line change 3030 ]
3131 },
3232 "depends" : {
33- "fabricloader" : " >0.14.23" ,
34- "spasm" : " >=0.2.0" ,
35- "com_github_llamalad7_mixinextras" : " >=0.2.0"
33+ "fabricloader" : " >0.15.5" ,
34+ "spasm" : " >=0.2.0"
3635 },
3736 "mixins" : [
3837 " mixins.mod-remapping-api.json"
Original file line number Diff line number Diff line change 2727 ]
2828 },
2929 "depends" : {
30- "fabricloader" : " >0.14.23" ,
31- "spasm" : " >=0.2.0" ,
32- "com_github_llamalad7_mixinextras" : " >=0.2.0"
30+ "fabricloader" : " >0.15.5" ,
31+ "spasm" : " >=0.2.0"
3332 },
3433 "mixins" : [
3534 ]
You can’t perform that action at this time.
0 commit comments