possibly fix refmap errors in non-dev

This commit is contained in:
gamma-delta 2022-05-20 17:00:00 -05:00
parent 918abb89de
commit feeace32ed
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ plugins {
archivesBaseName = getArtifactID("fabric")
loom {
mixin.defaultRefmapName = "hexcasting.refmap.json"
mixin.defaultRefmapName = "hexcasting.mixins.refmap.json"
accessWidenerPath = file("src/main/resources/hexcasting.accesswidener")

View file

@ -143,7 +143,7 @@ dependencies {
}
mixin {
add sourceSets.main, "hexcasting.refmap.json"
add sourceSets.main, "hexcasting.mixins.refmap.json"
config "hexplat.mixins.json"
config "hexcasting_forge.mixins.json"
}