Commit 06e3e43e by modmuss50

Update to 1.18.2

Also updates fabric loader.
parent 9c10726c
...@@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G ...@@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=1.18.1 minecraft_version=1.18.2
yarn_mappings=1.18.1+build.22 yarn_mappings=1.18.2+build.1
loader_version=0.12.12 loader_version=0.13.3
# Mod Properties # Mod Properties
mod_version = 1.0.0 mod_version = 1.0.0
...@@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G ...@@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G
archives_base_name = fabric-example-mod archives_base_name = fabric-example-mod
# Dependencies # Dependencies
fabric_version=0.46.2+1.18 fabric_version=0.47.8+1.18.2
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.12.12", "fabricloader": ">=0.13.3",
"fabric": "*", "fabric": "*",
"minecraft": "1.18.x", "minecraft": "1.18.x",
"java": ">=17" "java": ">=17"
......
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