Update loom to 0.6

This commit is contained in:
Jonas Herzig
2021-02-28 12:17:05 +01:00
parent 537795f9ca
commit 3440b8d8a8
3 changed files with 6 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ buildscript {
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:4.0.2'
if (fabric) {
classpath 'fabric-loom:fabric-loom.gradle.plugin:0.5-SNAPSHOT'
classpath 'fabric-loom:fabric-loom.gradle.plugin:0.6-SNAPSHOT'
} else if (mcVersion >= 11400) {
classpath('net.minecraftforge.gradle:ForgeGradle:3.+'){
exclude group: 'trove', module: 'trove' // preprocessor/idea requires more recent one
@@ -124,7 +124,9 @@ archivesBaseName = "replaymod"
if (FABRIC) {
minecraft {
refmapName = 'mixins.replaymod.refmap.json'
autoGenIDERuns = true
runConfigs.all {
ideConfigGenerated = true
}
}
} else {
minecraft {