This page relates to Yanny's Stone Age, which has built-in support!
Tree Stump
Link to tree-stump
所属包
Link to 所属包
导入 mods.stone_age.TreeStumpManager;
使用方式
Link to 使用方式
- String name Recipe name
- IItemStack output
- IIngredient tool
- IIngredient input
- int chopTimes Chop times
- String group Recipe group
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);