This page relates to Ex Nihilo: Sequentia, which has built-in support!
Composting
Link to composting
所属包
Link to 所属包
import mods.exnihilosequentia.ZenCompostRecipe;
使用方式
Link to 使用方式
- create(String name)
- setInput(IIngredient input) the input
- setAmount(int amount) the chance for an item to add a level of compost
ZenScript Copy<recipetype:exnihilosequentia:compost>.create("compost_test").setInput(<item:minecraft:oak_leaves>).setAmount(100);
ZenScript Copy<recipetype:exnihilosequentia:compost>.removeRecipe(<item:minecraft:melon_slice>);