Crafting Prerequisites is a utility mod that allows you to gate crafting recipes by requiring players to possess a specified item in their inventory.
This prerequisite item is not consumed on craft, acting as a key or a proof of progression rather than an ingredient. All rules are managed through a single JSON file in the /config/ folder, giving modpack creators and server admins a straightforward way to control crafting progression.
Instantly see which recipes have prerequisites directly in your favorite recipe viewer's interface. An icon of the required item will appear on the recipe, and a detailed tooltip will show you the exact requirements and your current progress, so you'll always know what you need to craft.
Note: You must enable show-recipe-decorators: true in EMI's config file (config/emi.css) for the icons to appear. This is a requirement of EMI's API.
Support for REI is planned for a future update. Stay tuned!
JEI Screenshot

EMI Screenshot

crafting_prerequisites.json file./config/crafting_prerequisites.json)[
{
"output": "minecraft:diamond_pickaxe",
"required_item": "minecraft:diamond_block",
"count": 1,
"message": "You must craft a Diamond Block first."
}
]
This mod is ideal for controlling game progression and creating custom crafting sequences in your modpack.