36 lines
872 B
JSON
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
|
|
}
|
|
}
|