From 5697dccf9fb0269120d64505b9cf0b9e66d9790e Mon Sep 17 00:00:00 2001 From: creeper123123321 Date: Fri, 26 Apr 2019 16:35:25 -0300 Subject: [PATCH] added client-commands as a jar-in-a-jar --- build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 216be0f..00feffd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,6 +54,9 @@ dependencies { modCompile("net.fabricmc:fabric-loader:0.4.4+build.138") modCompile("net.fabricmc:fabric:0.2.7+build.127") + + modCompile("io.github.cottonmc:client-commands:0.2.1+1.14-pre5-SNAPSHOT") + include("io.github.cottonmc:client-commands:0.2.1+1.14-pre5-SNAPSHOT") } minecraft {