Make first working version (Time not work in Bad Air)

This commit is contained in:
2023-10-31 19:40:09 +05:00
parent 520c767585
commit e363840c9e
13 changed files with 578 additions and 37 deletions

View File

@@ -0,0 +1,15 @@
{
"required": true,
"minVersion": "0.8",
"package": "ru.bitheaven.createairfabric.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"DivingHelmetItemMixin"
],
"client": [
"MinecraftMixin"
],
"injectors": {
"defaultRequire": 1
}
}