Sawmill
Link to sawmill
Package
Link to package
java Copyimport mods.ic2.Sawmill;
Methods
Link to methods
- IItemStack output
- IIngredient input
Addition
Link to addition
ZenScript Copymods.ic2.Sawmill.addRecipe(IItemStack output, IIngredient input);
mods.ic2.Sawmill.addRecipe(<minecraft:diamond_block>, <minecraft:dirt> * 64);
Removal
Link to removal
To remove an already existing recipe, simply disable the corresponding recipe in config/ic2/ic2machineRecipes.json
.