30 lines
656 B
JSON
30 lines
656 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "dev.tggamesyt.szar.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
"ChorusFlowerBlockMixin",
|
|
"ChorusPlantBlockMixin",
|
|
"CraftingScreenHandlerMixin",
|
|
"CraftingScreenHandlerMixin2",
|
|
"EntityCollisionMixin",
|
|
"JukeboxMixin",
|
|
"LevelSummaryMixin",
|
|
"LivingEntityFallDamageMixin",
|
|
"NoClipMixin",
|
|
"PlaneBlockInteractionMixin",
|
|
"PlayerDropMixin",
|
|
"PlayerEntityMixin",
|
|
"PlayerInteractionMixin",
|
|
"PlayerSleepMixin",
|
|
"RadiatedItemMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
},
|
|
"overwrites": {
|
|
"requireAnnotations": true
|
|
}
|
|
}
|