mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
update cotton client commands, fixes obfuscation
This commit is contained in:
parent
52f102d4ec
commit
28429d2ddd
@ -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 {
|
||||
|
@ -1,2 +1,2 @@
|
||||
#Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
|
Loading…
Reference in New Issue
Block a user