Skip to content

Commit d8e1320

Browse files
Try and make it compile
1 parent f47b3ef commit d8e1320

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G
33
# Fabric Properties
44
# check these on https://modmuss50.me/fabric.html
55
minecraft_version=1.18.2
6-
yarn_mappings=1.18.2+build.3
7-
loader_version=0.14.6
6+
yarn_mappings=1.18.2+build.2
7+
loader_version=0.13.3
88
# Mod Properties
99
mod_version=1.0-SNAPSHOT
1010
maven_group=io.github.techstreet.dfscript
1111
archives_base_name=DFScript
1212
# Dependencies
1313
# check this on https://modmuss50.me/fabric.html
14-
fabric_version=0.53.0+1.18.2
14+
fabric_version=0.48.0+1.18.2

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"dfscript.mixins.json"
1919
],
2020
"depends": {
21-
"fabricloader": ">=0.14.6",
21+
"fabricloader": ">=0.13.2",
2222
"fabric": "*",
23-
"minecraft": "~1.18",
23+
"minecraft": "1.18.2",
2424
"java": ">=17"
2525
}
2626
}

0 commit comments

Comments
 (0)