This page relates to Ex Nihilo: Sequentia, which has built-in support!
Crooking
Package
import mods.exnihilosequentia.ZenCrookRecipe;
Methods
- create(String name)
- setInput(IIngredient input) the input
- addDrop(IItemStack drop, float chance) the item that drops and its chance to drop
Addition
<recipetype:exnihilosequentia:crook>.create("crook_test").setInput(<item:minecraft:oak_leaves>).addDrop(<item:minecraft:nether_star>, 1);
Removal
<recipetype:exnihilosequentia:crook>.removeRecipe(<item:exnihilosequentia:silkworm>);