Composting
Package
mods.exnihilocreatio.Compost
Methods
- 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.
Addition
Does not take arrays in for IIngredient.
mods.exnihilocreatio.Compost.addRecipe(IIngredient, Float chance, String color, IItemStack);
mods.exnihilocreatio.Compost.addRecipe(<ore:woodPlank>, 0.25, "63452D", <minecraft:log>);
Removal
Compost.removeAll();