aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar modmuss50 <[email protected]>2023-12-05 19:04:01 +0000
committerLibravatar modmuss50 <[email protected]>2023-12-05 19:04:01 +0000
commita574121edc06b5e26678cb87e720c86b6ad33ff7 (patch)
tree5e7d7e24242d186ee383e229246557b3aa5b3312
parentUpdate to loader 0.15.0 (diff)
1.20.3
-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 412e239..dfa4e32 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.2
-yarn_mappings=1.20.2+build.4
+minecraft_version=1.20.3
+yarn_mappings=1.20.3+build.1
loader_version=0.15.0
# Mod Properties
@@ -14,4 +14,4 @@ maven_group=com.example
archives_base_name=modid
# Dependencies
-fabric_version=0.91.1+1.20.2 \ No newline at end of file
+fabric_version=0.91.1+1.20.3 \ No newline at end of file
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index b4836e2..40930ed 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -31,7 +31,7 @@
],
"depends": {
"fabricloader": ">=0.15.0",
- "minecraft": "~1.20.2",
+ "minecraft": "~1.20.3",
"java": ">=17",
"fabric-api": "*"
},