update gradlew, loom and downgrade minecraft to 1.14.4

This commit is contained in:
creeper123123321 2019-11-15 12:07:10 -03:00
parent 05f4106489
commit ce15ae5685
4 changed files with 9 additions and 8 deletions

View File

@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
plugins {
id("java")
id("net.minecrell.licenser") version "0.4.1"
id("fabric-loom") version "0.2.4-SNAPSHOT"
id("fabric-loom") version "0.2.6-SNAPSHOT"
id("com.palantir.git-version") version "0.12.0-rc2"
}
@ -51,11 +51,12 @@ dependencies {
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
minecraft("com.mojang:minecraft:19w42a")
mappings("net.fabricmc:yarn:19w42a+build.1")
modCompile("net.fabricmc:fabric-loader:0.6.3+build.167")
// Use release, probably intermediary will make it work on snapshots
minecraft("com.mojang:minecraft:1.14.4")
mappings("net.fabricmc:yarn:1.14.4+build.15")
modCompile("net.fabricmc:fabric-loader:0.6.4+build.169")
modCompile("net.fabricmc.fabric-api:fabric-api:0.4.8+build.255-1.15")
modCompile("net.fabricmc.fabric-api:fabric-api:0.4.1+build.245-1.14")
modCompile("io.github.cottonmc:cotton-client-commands:0.4.2+1.14.3-SNAPSHOT")
include("io.github.cottonmc:cotton-client-commands:0.4.2+1.14.3-SNAPSHOT")

View File

@ -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.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

2
gradlew vendored
View File

@ -7,7 +7,7 @@
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,

2
gradlew.bat vendored
View File

@ -5,7 +5,7 @@
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem https://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,