Dependency update.

2.x-1.16
Szum123321 2020-06-24 20:16:24 +02:00
parent 19d86cc274
commit 1fd25e7344
5 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '0.2.7-SNAPSHOT' id 'fabric-loom' version '0.4-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
} }
@ -29,7 +29,7 @@ dependencies {
modCompile "io.github.cottonmc.cotton:cotton-config:1.0.0-rc.7" 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-logging:1.0.0-rc.4"
include "io.github.cottonmc.cotton:cotton-config:1.0.0-rc.7" include "io.github.cottonmc.cotton:cotton-config:1.0.0-rc.7"

View File

@ -1,12 +1,12 @@
# Done to increase the memory available to gradle. # Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx1G
minecraft_version=1.16-pre2 minecraft_version=1.16.1
yarn_mappings=1.16-pre2+build.1 yarn_mappings=1.16.1+build.4
loader_version=0.8.7+build.201 loader_version=0.8.8+build.202
#Fabric api #Fabric api
fabric_version=0.11.6+build.355-1.16 fabric_version=0.13.1+build.370-1.16
# Mod Properties # Mod Properties
mod_version = 1.2.1-1.16-pre2 mod_version = 1.2.1-1.16-pre2

Binary file not shown.

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists 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 zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

View File

@ -29,6 +29,6 @@
"depends": { "depends": {
"fabricloader": ">=0.7.2", "fabricloader": ">=0.7.2",
"fabric": "*", "fabric": "*",
"minecraft": ">=1.16-alpha.20.21.a" "minecraft": "1.16.1"
} }
} }