ZenScript
Copy
mods.exnihilocreatio.Compost
  • IIngredient input The input.
  • Float chance The chance should be between 0-1.
  • String color The color is hex.
  • IItemStack output The result of the recipe.

Does not take arrays in for IIngredient.

ZenScript
Copy
mods.exnihilocreatio.Compost.addRecipe(IIngredient, Float chance, String color, IItemStack);

mods.exnihilocreatio.Compost.addRecipe(<ore:woodPlank>, 0.25, "63452D", <minecraft:log>);
ZenScript
Copy
Compost.removeAll();