Sawmill
Link to sawmill
所属包
Link to 所属包
java Copyimport mods.ic2.Sawmill;
使用方式
Link to 使用方式
- IItemStack output
- IIngredient input
ZenScript Copymods.ic2.Sawmill.addRecipe(IItemStack output, IIngredient input);
mods.ic2.Sawmill.addRecipe(<minecraft:diamond_block>, <minecraft:dirt> * 64);
To remove an already existing recipe, simply disable the corresponding recipe in config/ic2/ic2machineRecipes.json
.