This page relates to Ex Nihilo: Sequentia, which has built-in support!
Composting
Link to composting
Package
Link to package
import mods.exnihilosequentia.ZenCompostRecipe;
Metodi
Link to metodi
- create(String name)
- setInput(IIngredient input) the input
- setAmount(int amount) the chance for an item to add a level of compost
Addition
Link to addition
ZenScript Copy<recipetype:exnihilosequentia:compost>.create("compost_test").setInput(<item:minecraft:oak_leaves>).setAmount(100);
Removal
Link to removal
ZenScript Copy<recipetype:exnihilosequentia:compost>.removeRecipe(<item:minecraft:melon_slice>);