The Masters Dalek Plan

This commit is contained in:
Andrew-71 2023-04-16 23:46:48 +03:00
parent f6a2fa93f2
commit 9e9412e53e
25 changed files with 492 additions and 139 deletions

View file

@ -21,6 +21,9 @@
"su.a71.tardim_ic.tardim_ic.TardimInControl"
]
},
"mixins": [
"tardim_ic.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.10",

View file

@ -0,0 +1,14 @@
"required": true,
"minVersion": "0.8",
"package": "su.a71.tardim_ic.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"FuelTank"
],
"injectors": {
"defaultRequire": 1
}
}