recipe-nope/src/main/resources/recipe_nope.mixins.json

28 lines
638 B
JSON

{
"required": true,
"minVersion": "0.8",
"package": "dev.pfaff.recipe_nope.mixin",
"compatibilityLevel": "JAVA_17",
"refmap": "recipe_nope.refmap.json",
"mixins": [
"InventoryScreenMixin",
"PlayerManagerMixin",
"RecipeBookDataC2SPacketMixin",
"RecipeBookMixin",
"ServerPlayerEntityMixin",
"ServerRecipeBookMixin",
"UnlockRecipesS2CPacketMixin"
],
"client": [
"ClientPlayerEntityMixin",
"ClientPlayNetworkHandlerMixin",
"ClientRecipeBookMixin",
"CraftingScreenMixin",
"InventoryScreenMixin",
"RecipeBookComponentMixin"
],
"injectors": {
"defaultRequire": 1
}
}