begin splitting mixins into common

This commit is contained in:
dfsek
2022-06-21 14:46:50 -07:00
parent 37c358e3d1
commit e1cbb29ae4
16 changed files with 83 additions and 30 deletions

View File

@@ -13,7 +13,7 @@ dependencies {
loom {
mixin {
defaultRefmapName.set("terra-refmap.json")
defaultRefmapName.set("terra-forge-refmap.json")
}
forge {

View File

@@ -44,5 +44,5 @@
"injectors": {
"defaultRequire": 1
},
"refmap": "terra-refmap.json"
"refmap": "terra-forge-refmap.json"
}