aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar modmuss50 <[email protected]>2022-05-21 17:13:30 +0100
committerLibravatar modmuss50 <[email protected]>2022-05-21 17:13:30 +0100
commitc8a61cfe2c085e5cc0a590577b96039808d20f1d (patch)
tree8911a5e131e5470bd29edda2a69528e576e31aa0
parentUpdate MC dep to disallow 1.18.1 since it's usually incompatible (diff)
Update loader, api & yarn
-rw-r--r--gradle.properties6
-rw-r--r--src/main/resources/fabric.mod.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties
index 335cdd8..beda762 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.18.2
- yarn_mappings=1.18.2+build.1
- loader_version=0.13.3
+ yarn_mappings=1.18.2+build.3
+ loader_version=0.14.6
# Mod Properties
mod_version = 1.0.0
@@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name = fabric-example-mod
# Dependencies
- fabric_version=0.47.8+1.18.2
+ fabric_version=0.53.0+1.18.2
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 9b1ba13..cf97a4a 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -27,7 +27,7 @@
],
"depends": {
- "fabricloader": ">=0.13.3",
+ "fabricloader": ">=0.14.6",
"fabric": "*",
"minecraft": "~1.18.2",
"java": ">=17"