LandanaLeaf/build/resources/main/landanaleaf.mixins.json

22 lines
462 B
JSON

{
"required": true,
"package": "net.mcreator.landanaleaf.mixin",
"compatibilityLevel": "JAVA_21",
"refmap": "landanaleaf.refmap.json",
"mixins": [
"RepairItemRecipeMixin",
"ServerPlayerMixin",
"LivingEntityMixin",
"PlayerMixin",
"ItemStackMixin",
"BlockItemMixin",
"BoneMealItemMixin",
"CommandsMixin",
"ExperienceOrbMixin"
],
"client": [],
"injectors": {
"defaultRequire": 1
},
"minVersion": "0.8.4"
}