manually create terra-refmap.json because loom is dumb

This commit is contained in:
dfsek
2021-03-06 22:26:13 -07:00
11 changed files with 72 additions and 49 deletions
@@ -0,0 +1,16 @@
{
"mappings": {
"com/dfsek/terra/fabric/mixin/GeneratorTypeAccessor": {
"VALUES": "field_25052:Ljava/util/List;",
"translationKey": "field_25060:Lnet/minecraft/class_2561;"
}
},
"data": {
"named:intermediary": {
"com/dfsek/terra/fabric/mixin/GeneratorTypeAccessor": {
"VALUES": "field_25052:Ljava/util/List;",
"translationKey": "field_25060:Lnet/minecraft/class_2561;"
}
}
}
}
@@ -11,5 +11,6 @@
"server": [],
"injectors": {
"defaultRequire": 1
}
},
"refmap": "terra-refmap.json"
}