20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"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
|
|
}
|
|
}
|