diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0fa3c..4f49140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,4 +3,4 @@ ### Fixed: - ### Changed: -- Updated to mc 1.20 \ No newline at end of file +- Updated to mc 1.20.1 \ No newline at end of file diff --git a/build.gradle b/build.gradle index a5d2e2e..074df79 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.2-SNAPSHOT' + id 'fabric-loom' version '1.3-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index dcefb96..3f53b07 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.20 - yarn_mappings=1.20+build.1 + minecraft_version=1.20.1 + yarn_mappings=1.20.1+build.10 loader_version=0.14.21 # Mod Properties @@ -14,6 +14,6 @@ org.gradle.jvmargs=-Xmx1G # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.83.0+1.20 + fabric_version=0.86.0+1.20.1 cloth_config_version=11.0.99 mod_menu_version=7.0.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a7562d8..8dc1692 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -32,7 +32,7 @@ ], "depends": { "java": ">=17", - "minecraft": "${minecraft_version}", + "minecraft": ">=${minecraft_version}", "fabric-api": ">=${fabric_version}", "fabricloader": ">=${loader_version}", "cloth-config2": ">=${cloth_config_version}"