Commit 9b028bdc by modmuss50

1.19.4

parent 3bf9aa7f
...@@ -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.3 minecraft_version=1.19.4
yarn_mappings=1.19.3+build.5 yarn_mappings=1.19.4+build.1
loader_version=0.14.14 loader_version=0.14.17
# 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.74.0+1.19.3 fabric_version=0.75.3+1.19.4
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.14", "fabricloader": ">=0.14.17",
"fabric-api": "*", "fabric-api": "*",
"minecraft": "~1.19.3", "minecraft": "~1.19.4",
"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