Commit 921b564d by modmuss50

1.20.1

parent 91133dbd
...@@ -4,8 +4,8 @@ org.gradle.parallel=true ...@@ -4,8 +4,8 @@ org.gradle.parallel=true
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=1.20 minecraft_version=1.20.1
yarn_mappings=1.20+build.1 yarn_mappings=1.20.1+build.1
loader_version=0.14.21 loader_version=0.14.21
# Mod Properties # Mod Properties
...@@ -14,4 +14,4 @@ maven_group=com.example ...@@ -14,4 +14,4 @@ maven_group=com.example
archives_base_name=modid archives_base_name=modid
# Dependencies # Dependencies
fabric_version=0.83.0+1.20 fabric_version=0.83.0+1.20.1
\ No newline at end of file \ No newline at end of file
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.21", "fabricloader": ">=0.14.21",
"minecraft": "~1.20", "minecraft": "~1.20.1",
"java": ">=17", "java": ">=17",
"fabric-api": "*" "fabric-api": "*"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment