diff --git a/build.gradle b/build.gradle index 6ce1cac..93eceaa 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,6 @@ dependencies { modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") { exclude(group: "net.fabricmc.fabric-api") } - include "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}" modImplementation "com.terraformersmc:modmenu:7.0.0" } diff --git a/gradle.properties b/gradle.properties index aecfb85..5190540 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,9 +2,9 @@ org.gradle.jvmargs=-Xmx1G # Mod Properties -mod_version = 0.9.10-SNAPSHOT +mod_version = 1.2.0-fabric-1.20.1 maven_group = troy.autofish -archives_base_name = autofish +archives_base_name = xplus-autofish # Fabric Properties # check these on https://modmuss50.me/fabric.html or https://fabricmc.net/use