Commit 9cfe28c5 by modmuss50

1.19.3

parent da14f8fd
...@@ -4,9 +4,9 @@ org.gradle.parallel=true ...@@ -4,9 +4,9 @@ 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.19.2 minecraft_version=1.19.3
yarn_mappings=1.19.2+build.28 yarn_mappings=1.19.3+build.1
loader_version=0.14.10 loader_version=0.14.11
# Mod Properties # Mod Properties
mod_version = 1.0.0 mod_version = 1.0.0
...@@ -14,4 +14,4 @@ org.gradle.parallel=true ...@@ -14,4 +14,4 @@ org.gradle.parallel=true
archives_base_name = fabric-example-mod archives_base_name = fabric-example-mod
# Dependencies # Dependencies
fabric_version=0.67.0+1.19.2 fabric_version=0.68.1+1.19.3
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.10", "fabricloader": ">=0.14.11",
"fabric-api": "*", "fabric-api": "*",
"minecraft": "~1.19", "minecraft": "~1.19.3",
"java": ">=17" "java": ">=17"
}, },
"suggests": { "suggests": {
......
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