Home Migration Guide Getting Started With Scripts Commands Examples
Generic JSON Recipes
This page relates to Yanny’s Stone Age, which has built-in support!

Tree Stump

Package

import mods.stone_age.TreeStumpManager;

Methods

Addition

script.zs
<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);