20 lines
415 B
JSON
20 lines
415 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "ru.bclib.mixin.common",
|
|
"compatibilityLevel": "JAVA_8",
|
|
"mixins": [
|
|
"ComposterBlockAccessor",
|
|
"PotionBrewingAccessor",
|
|
"RecipeManagerAccessor",
|
|
"EnchantmentMenuMixin",
|
|
"MinecraftServerMixin",
|
|
"RecipeManagerMixin",
|
|
"BoneMealItemMixin",
|
|
"ServerLevelMixin",
|
|
"TagLoaderMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|