This page relates to Yanny's Stone Age, which has built-in support!
Tree Stump
Link to tree-stump
Package
Link to package
import mods.stone_age.TreeStumpManager;
Methods
Link to methods
- String name Recipe name
- IItemStack output
- IIngredient tool
- IIngredient input
- int chopTimes Chop times
- String group Recipe group
Addition
Link to addition
ZenScript Copy<recipetype:stone_age:tree_stump>.addRecipe(String name, IItemStack output, IIngredient tool, IIngredient input, int chopTimes, @OptionalString String group)
<recipetype:stone_age:tree_stump>.addRecipe("oak_planks", <item:minecraft:oak_planks>, <item:minecraft:iron_axe>, <item:minecraft:oak_log>, 2);
TreeStumpManager.INSTANCE.addRecipe("oak_planks", <item:minecraft:oak_planks>, <item:minecraft:iron_axe>, <item:minecraft:oak_log>, 2);