diff --git a/build.gradle b/build.gradle index 6d30805..8533d13 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.0-SNAPSHOT' + id 'fabric-loom' version '1.9-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index dd2db1a..011f4c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,13 +5,13 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop minecraft_version=1.19.3 - yarn_mappings=1.19.3+build.1 - loader_version=0.14.11 + yarn_mappings=1.19.3+build.5 + loader_version=0.16.9 # Mod Properties - mod_version = 1.0.1 + mod_version = 1.0.2 maven_group = me.daviddgtnt archives_base_name = stringtools # Dependencies - fabric_version=0.68.1+1.19.3 + fabric_version=0.76.1+1.19.3 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a5a8e16..ca3b1f7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,7 +24,7 @@ }, "depends": { - "fabricloader": ">=0.14.11", + "fabricloader": ">=0.16.9", "fabric-api": "*", "minecraft": "~1.19.3", "java": ">=17"