From e84663a5c58791e7dc50f30bf71d4db214a16297 Mon Sep 17 00:00:00 2001 From: parly Date: Tue, 1 Oct 2019 15:41:36 +0900 Subject: [PATCH] Update ClothConfig --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 49db17ee0..83b9766da 100644 --- a/build.gradle +++ b/build.gradle @@ -56,13 +56,13 @@ dependencies { modCompile "net.fabricmc:fabric-loader:0.6.2+build.166" modCompile "net.fabricmc.fabric-api:fabric-api:0.4.0+build.240-1.14" - modImplementation "me.shedaniel.cloth:config-2:1.1.3" + modImplementation "me.shedaniel.cloth:config-2:1.2.1" modImplementation "io.github.prospector:modmenu:1.7.13+build.123" implementation "blue.endless:jankson:1.1.2" implementation 'com.google.code.findbugs:jsr305:3.0.2' - include "me.shedaniel.cloth:config-2:1.1.3" + include "me.shedaniel.cloth:config-2:1.2.1" include "blue.endless:jankson:1.1.2" shade 'org.squiddev:Cobalt:0.5.0-SNAPSHOT'