Initial commit
This commit is contained in:
19
src/main/resources/jukeboxboat.mixins.json
Normal file
19
src/main/resources/jukeboxboat.mixins.json
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user