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