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 {