BetterEnd/src/main/resources/betterend.mixins.common.json
2020-12-16 14:40:45 +03:00

36 lines
872 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "ru.betterend.mixin.common",
"compatibilityLevel": "JAVA_8",
"mixins": [
"ServerPlayNetworkHandlerMixin",
"EnchantmentScreenHandlerMixin",
"CraftingScreenHandlerMixin",
"GenerationSettingsAccessor",
"AnvilScreenHandlerMixin",
"ServerPlayerEntityMixin",
"ChorusPlantFeatureMixin",
"ComposterBlockAccessor",
"ChorusFlowerBlockMixin",
"LandPathNodeMakerMixin",
"ChorusPlantBlockMixin",
"RecipeManagerAccessor",
"MinecraftServerMixin",
"TagGroupLoaderMixin",
"EndermanEntityMixin",
"DimensionTypeMixin",
"RecipeManagerMixin",
"AbstractBlockMixin",
"HostileEntityMixin",
"LivingEntityMixin",
"BoneMealItemMixin",
"PlayerEntityMixin",
"SlimeEntityMixin",
"BrewingAccessor",
"EntityMixin"
],
"injectors": {
"defaultRequire": 1
}
}