diff --git a/build.gradle b/build.gradle index c5c7aa8..93e1664 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.9-SNAPSHOT' + id 'fabric-loom' version '0.10-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index 2138ddb..30234f2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/versions.html - minecraft_version=1.17.1 - yarn_mappings=1.17.1+build.63 - loader_version=0.11.7 + minecraft_version=1.18-pre1 + yarn_mappings=1.18-pre1+build.8 + loader_version=0.12.5 # Mod Properties mod_version = 1.0.0 @@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = HorseBuff # Dependencies - fabric_version=0.41.0+1.17 + fabric_version=0.42.2+1.18 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4af6851..59e73cf 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,10 +29,7 @@ "depends": { "fabricloader": ">=0.11.3", "fabric": "*", - "minecraft": "1.17.x", + "minecraft": "1.18.x", "java": ">=16" - }, - "suggests": { - "another-mod": "*" } }