aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar modmuss50 <[email protected]>2022-12-07 16:12:08 +0000
committerLibravatar modmuss50 <[email protected]>2022-12-07 16:12:08 +0000
commit9cfe28c5eab9cafdd1ffd24611989b04b7e1926a (patch)
treed86cbcdf00540469930925013666c6f54dda0b1d
parentUpdate to Gradle 7.6 (#222) (diff)
1.19.3
-rw-r--r--gradle.properties8
-rw-r--r--src/main/resources/fabric.mod.json4
2 files changed, 6 insertions, 6 deletions
diff --git a/gradle.properties b/gradle.properties
index 0775ef3..4f48cd6 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,9 +4,9 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
- minecraft_version=1.19.2
- yarn_mappings=1.19.2+build.28
- loader_version=0.14.10
+ minecraft_version=1.19.3
+ yarn_mappings=1.19.3+build.1
+ loader_version=0.14.11
# 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.67.0+1.19.2
+ fabric_version=0.68.1+1.19.3
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 5a3a83b..2ca73ad 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -27,9 +27,9 @@
],
"depends": {
- "fabricloader": ">=0.14.10",
+ "fabricloader": ">=0.14.11",
"fabric-api": "*",
- "minecraft": "~1.19",
+ "minecraft": "~1.19.3",
"java": ">=17"
},
"suggests": {