Skip to content

Commit 42e7ebd

Browse files
committed
Drop loader 0.14.x support
1 parent 6dac523 commit 42e7ebd

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@
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"

src/test/resources/fabric.mod.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
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
]

0 commit comments

Comments
 (0)