update loom

This commit is contained in:
Relentless 2023-02-01 18:51:28 +01:00
parent 056f595388
commit 91b49533af
No known key found for this signature in database
GPG key ID: 50C5FD225130D790
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ val modPackage: String by project
val baseArchiveName = "$modId-common" val baseArchiveName = "$modId-common"
plugins { plugins {
id("fabric-loom") version "0.12-SNAPSHOT" id("fabric-loom") version "1.0-SNAPSHOT"
id("com.github.gmazzo.buildconfig") version "3.0.3" id("com.github.gmazzo.buildconfig") version "3.0.3"
} }
@ -24,8 +24,6 @@ base {
} }
loom { loom {
remapArchives.set(false)
setupRemappedVariants.set(false)
runConfigs.configureEach { runConfigs.configureEach {
ideConfigGenerated(false) ideConfigGenerated(false)
} }

2
Common/gradle.properties Normal file
View file

@ -0,0 +1,2 @@
fabric.loom.dontRemap = true
fabric.loom.disableRemappedVariants = true

View file

@ -16,7 +16,7 @@ val mappingsVersion: String by project
val baseArchiveName = "$modId-fabric" val baseArchiveName = "$modId-fabric"
plugins { plugins {
id("fabric-loom") version "0.12-SNAPSHOT" id("fabric-loom") version "1.0-SNAPSHOT"
} }
base { base {