diff options
author | modmuss50 <modmuss50@gmail.com> | 2022-02-28 14:26:51 +0000 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2022-02-28 14:26:51 +0000 |
commit | 06e3e43ee0662fd1afecebb428cb04cdc271b0ab (patch) | |
tree | 8248c41d6a429025894c453c68672cd59ad64da3 | |
parent | 9c10726cdc7e5deda9f13dab0839c039e605509d (diff) |
Update to 1.18.2
Also updates fabric loader.
-rw-r--r-- | gradle.properties | 8 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index 4b8487f..335cdd8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop - minecraft_version=1.18.1 - yarn_mappings=1.18.1+build.22 - loader_version=0.12.12 + minecraft_version=1.18.2 + yarn_mappings=1.18.2+build.1 + loader_version=0.13.3 # Mod Properties mod_version = 1.0.0 @@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = fabric-example-mod # Dependencies - fabric_version=0.46.2+1.18 + fabric_version=0.47.8+1.18.2 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e50fed1..5598ed6 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,7 +27,7 @@ ], "depends": { - "fabricloader": ">=0.12.12", + "fabricloader": ">=0.13.3", "fabric": "*", "minecraft": "1.18.x", "java": ">=17" |