From b9d0d3eaf94a3c3aab8b71130f184ff879a07b75 Mon Sep 17 00:00:00 2001 From: Markil3 <75867393+Markil3@users.noreply.github.com> Date: Tue, 2 Mar 2021 15:28:16 -0700 Subject: [PATCH] Sets the mod to use 1.15 --- build.gradle | 5 +++-- gradle.properties | 11 ++++++----- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 13bf703..92d66c7 100644 --- a/build.gradle +++ b/build.gradle @@ -21,8 +21,9 @@ dependencies { mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" - modApi "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_version}" - modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}" + modApi "me.shedaniel.cloth:config-2:${project.cloth_version}" + modApi "me.sargunvohra.mcmods:autoconfig1u:${project.autoconfig_version}" + modImplementation "io.github.prospector:modmenu:${project.modmenu_version}" // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. // You may need to force-disable transitiveness on them. diff --git a/gradle.properties b/gradle.properties index 8fc95dd..5093afa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,13 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.16.4 - yarn_mappings=1.16.4+build.9 - loader_version=0.11.1 + minecraft_version=1.15 + yarn_mappings=1.15+build.2 + loader_version=0.11.2 -cloth_version=4.11.14 -modmenu_version=1.16.8 +cloth_version=2.9.3 +modmenu_version=1.8.4+build.20 +autoconfig_version=2.2.0 # Mod Properties mod_version = 1.0 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 67325a7..e91018c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -35,7 +35,7 @@ "depends": { "fabricloader": ">=0.7.4", - "minecraft": "1.16.x" + "minecraft": "1.15.x" }, "suggests": { "modmenu": "*",