From e0762b16eeee238b7845135ff2fb490721fd3761 Mon Sep 17 00:00:00 2001 From: LambdAurora Date: Wed, 15 Jan 2020 17:28:05 +0100 Subject: [PATCH] :arrow_up: Update SpruceUI to fix a crash with Not Enough Crashes. --- fabric/build.gradle | 1 - fabric/src/main/resources/fabric.mod.json | 2 +- gradle.properties | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index 52a4e49..de7ba92 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -45,7 +45,6 @@ dependencies { modCompile "io.github.prospector:modmenu:1.8.0+build.16" modCompile "com.github.lambdaurora:spruceui:${project.spruceui_version}" include "com.github.lambdaurora:spruceui:${project.spruceui_version}" - //modCompile "io.github.cottonmc:cotton-client-commands:0.4.2+1.14.3-SNAPSHOT" // Compatibility mods modCompile "io.github.joaoh1:okzoomer:2.0.1" diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index f81fda2..af8fb27 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -33,7 +33,7 @@ "fabricloader": ">=0.4.0", "fabric": "*", "minecraft": "1.15.x", - "spruceui": ">=1.0.1" + "spruceui": ">=1.0.3" }, "recommends": { "modmenu": ">=1.8.0+build.16", diff --git a/gradle.properties b/gradle.properties index 5a612ef..37aa3bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,12 +8,12 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.7.3+build.176 # Mod Properties - mod_version = 1.1.0-test7 + mod_version = 1.1.0-test8 maven_group = me.lambdaurora archives_base_name = lambdacontrols # 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.4.27+build.286-1.15 - spruceui_version=1.0.1 + spruceui_version=1.0.3