Update to loom 0.5

For now this will only be for 1.16.2
This commit is contained in:
modmuss50 2020-07-29 19:51:58 +01:00
parent bf0e62bd42
commit 9be3744a3b

View file

@ -9,7 +9,7 @@ plugins {
id 'eclipse'
id 'idea'
id 'maven-publish'
id 'fabric-loom' version '0.4.28' apply false
id 'fabric-loom' version '0.5-SNAPSHOT' apply false
id 'net.minecrell.licenser' version '0.4.1'
id "org.ajoberstar.grgit" version "3.1.1"
id 'com.matthewprenger.cursegradle' version "1.4.0"
@ -70,6 +70,10 @@ allprojects {
}
}
loom {
shareCaches = true
}
dependencies {
minecraft "com.mojang:minecraft:$Globals.mcVersion"
mappings "net.fabricmc:yarn:${Globals.mcVersion}${Globals.yarnVersion}:v2"