Initial commit

This commit is contained in:
KäseToatz
2025-08-22 23:54:52 +02:00
parent 3de8506524
commit 1403d6dbed
28 changed files with 1131 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"required": true,
"minVersion": "0.8",
"package": "com.kasetoatz.jukeboxboat.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"AbstractBoatEntityMixin",
"ArmorStandEntityMixin",
"BoatItemMixin",
"ShapelessRecipeMixin",
"VehicleEntityMixin"
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}