Commit 1e60757a by modmuss50

Update API, yarn, minimum loader version and mixin compat level.

parent 630618c6
...@@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G ...@@ -4,7 +4,7 @@ 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.1
yarn_mappings=1.18.1+build.1 yarn_mappings=1.18.1+build.22
loader_version=0.12.12 loader_version=0.12.12
# Mod Properties # Mod Properties
...@@ -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.44.0+1.18 fabric_version=0.46.2+1.18
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.11.3", "fabricloader": ">=0.12.12",
"fabric": "*", "fabric": "*",
"minecraft": "1.18.x", "minecraft": "1.18.x",
"java": ">=17" "java": ">=17"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"required": true, "required": true,
"minVersion": "0.8", "minVersion": "0.8",
"package": "net.fabricmc.example.mixin", "package": "net.fabricmc.example.mixin",
"compatibilityLevel": "JAVA_16", "compatibilityLevel": "JAVA_17",
"mixins": [ "mixins": [
], ],
"client": [ "client": [
......
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