fix refmap issues

This commit is contained in:
dfsek
2021-05-03 20:40:56 -07:00
parent 6614d19845
commit 7595896831
8 changed files with 50 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ apply(plugin = "net.minecraftforge.gradle")
apply(plugin = "org.spongepowered.mixin")
configure<org.spongepowered.asm.gradle.plugins.MixinExtension> {
add(sourceSets.main.get(), "terra.refmap.json")
add(sourceSets.main.get(), "terra-refmap.json")
}
plugins {
@@ -2,7 +2,7 @@
"required": true,
"package": "com.dfsek.terra.forge.mixin",
"compatibilityLevel": "JAVA_8",
"refmap": "terra.refmap.json",
"refmap": "terra-refmap.json",
"mixins": [
],
"client": [