Minecraft 1.14, Loom 0.2.2

This commit is contained in:
asie
2019-04-23 21:06:39 +02:00
parent 4b9097bcf1
commit 76a554fbb7
2 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.2.1-SNAPSHOT'
id 'fabric-loom' version '0.2.2-SNAPSHOT'
id 'maven-publish'
}
@ -21,6 +21,9 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modCompile "net.fabricmc:fabric:${project.fabric_version}"
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
}
processResources {