Dependency update.
parent
19d86cc274
commit
1fd25e7344
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'fabric-loom' version '0.2.7-SNAPSHOT'
|
||||
id 'fabric-loom' version '0.4-SNAPSHOT'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
|
@ -29,7 +29,7 @@ dependencies {
|
|||
|
||||
modCompile "io.github.cottonmc.cotton:cotton-config:1.0.0-rc.7"
|
||||
|
||||
include "io.github.cottonmc:Jankson-Fabric:2.0.1+j1.2.0"
|
||||
include "io.github.cottonmc:Jankson-Fabric:3.0.0+j1.2.0"
|
||||
include "io.github.cottonmc.cotton:cotton-logging:1.0.0-rc.4"
|
||||
include "io.github.cottonmc.cotton:cotton-config:1.0.0-rc.7"
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
|
||||
minecraft_version=1.16-pre2
|
||||
yarn_mappings=1.16-pre2+build.1
|
||||
loader_version=0.8.7+build.201
|
||||
minecraft_version=1.16.1
|
||||
yarn_mappings=1.16.1+build.4
|
||||
loader_version=0.8.8+build.202
|
||||
|
||||
#Fabric api
|
||||
fabric_version=0.11.6+build.355-1.16
|
||||
fabric_version=0.13.1+build.370-1.16
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.2.1-1.16-pre2
|
||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
|
@ -29,6 +29,6 @@
|
|||
"depends": {
|
||||
"fabricloader": ">=0.7.2",
|
||||
"fabric": "*",
|
||||
"minecraft": ">=1.16-alpha.20.21.a"
|
||||
"minecraft": "1.16.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue