aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 2934244..07ef228 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,8 +4,8 @@ org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
-minecraft_version=1.20
-yarn_mappings=1.20+build.1
+minecraft_version=1.20.1
+yarn_mappings=1.20.1+build.1
loader_version=0.14.21
# Mod Properties
@@ -14,4 +14,4 @@ maven_group=com.example
archives_base_name=modid
# Dependencies
-fabric_version=0.83.0+1.20 \ No newline at end of file
+fabric_version=0.83.0+1.20.1 \ No newline at end of file
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 8b5ac34..5b8a367 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -31,7 +31,7 @@
],
"depends": {
"fabricloader": ">=0.14.21",
- "minecraft": "~1.20",
+ "minecraft": "~1.20.1",
"java": ">=17",
"fabric-api": "*"
},