From 28429d2ddd6298891c4a5e26fa5042e2d83a4215 Mon Sep 17 00:00:00 2001 From: creeper123123321 Date: Wed, 1 May 2019 09:10:15 -0300 Subject: [PATCH] update cotton client commands, fixes obfuscation --- build.gradle.kts | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ff0a751..3860a32 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,8 +61,8 @@ dependencies { modCompile("net.fabricmc:fabric:0.2.7+build.127") - modCompile("io.github.cottonmc:cotton-client-commands:0.3.0+1.14-SNAPSHOT") - include("io.github.cottonmc:cotton-client-commands:0.3.0+1.14-SNAPSHOT") + modCompile("io.github.cottonmc:cotton-client-commands:0.3.1+1.14-SNAPSHOT") + include("io.github.cottonmc:cotton-client-commands:0.3.1+1.14-SNAPSHOT") } minecraft { diff --git a/gradle.properties b/gradle.properties index d8e54c1..4061e49 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ #Done to increase the memory available to gradle. -org.gradle.jvmargs=-Xmx1G \ No newline at end of file +org.gradle.jvmargs=-Xmx1G