aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar modmuss50 <[email protected]>2023-02-22 14:55:26 +0000
committerLibravatar modmuss50 <[email protected]>2023-02-22 14:55:26 +0000
commit3bf9aa7f113f0c6c78e1976fd45e499b80fa3325 (patch)
treecd8f2d478044f2adbd33968469b01cfb7a920ea9
parentUpdate to Gradle 8 (diff)
Update deps
-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 4f48cd6..04a2888 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -5,8 +5,8 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.3
- yarn_mappings=1.19.3+build.1
- loader_version=0.14.11
+ yarn_mappings=1.19.3+build.5
+ loader_version=0.14.14
# Mod Properties
mod_version = 1.0.0
@@ -14,4 +14,4 @@ org.gradle.parallel=true
archives_base_name = fabric-example-mod
# Dependencies
- fabric_version=0.68.1+1.19.3
+ fabric_version=0.74.0+1.19.3
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 2ca73ad..b8f1c41 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -27,7 +27,7 @@
],
"depends": {
- "fabricloader": ">=0.14.11",
+ "fabricloader": ">=0.14.14",
"fabric-api": "*",
"minecraft": "~1.19.3",
"java": ">=17"