This page relates to Ex Nihilo: Sequentia, which has built-in support!
Sieving
Link to sieving
Package
Link to package
import mods.exnihilosequentia.ZenSieveRecipe;
Metodi
Link to metodi
- create(String name)
- setInput(IIngredient input) the input
- addDrop(IItemStack drop) the item that drops from the block
- addRoll(String mesh, float chance) the mesh type and the chance for an additional item to drop
- setWaterlogged() if the sieve must be waterlogged for the recipe
Addition
Link to addition
ZenScript Copy<recipetype:exnihilosequentia:sieve>.create("sieve_test").setInput(<item:minecraft:cobblestone>).addDrop(<item:minecraft:netherite_ingot>).addRoll("diamond", 0.01).addRoll("string", 1.0);
Removal
Link to removal
ZenScript Copy<recipetype:exnihilosequentia:sieve>.removeRecipe(<item:exnihilosequentia:piece_iron>);