This page relates to Ex Nihilo: Sequentia, which has built-in support!

import mods.exnihilosequentia.ZenCrookRecipe;

  • create(String name)
  • setInput(IIngredient input) the input
  • addDrop(IItemStack drop, float chance) the item that drops and its chance to drop
ZenScript
Copy
<recipetype:exnihilosequentia:crook>.create("crook_test").setInput(<item:minecraft:oak_leaves>).addDrop(<item:minecraft:nether_star>, 1);
ZenScript
Copy
<recipetype:exnihilosequentia:crook>.removeRecipe(<item:exnihilosequentia:silkworm>);