added client-commands as a jar-in-a-jar

This commit is contained in:
creeper123123321 2019-04-26 16:35:25 -03:00
parent 6735cba611
commit 5697dccf9f
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1

View File

@ -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 {