Begin fixing this mess
This commit is contained in:
parent
83203d81c8
commit
1d19f464c5
137 changed files with 8 additions and 7 deletions
20
fabric/src/main/resources/tardim_ic.fabric.mixins.json
Normal file
20
fabric/src/main/resources/tardim_ic.fabric.mixins.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "su.a71.tardim_ic.mixin",
|
||||
"refmap": "${mod_id}.refmap.json",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"CommandsMixin",
|
||||
"BetterFuelStorageMixin",
|
||||
"BetterFuelMapMixin"
|
||||
],
|
||||
"client": [
|
||||
],
|
||||
"server": [
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue