Part Builder Recipes
This page covers all recipe formats for crafting items in the part builder.
Items
The item part builder recipe type allows crafting an item in the part builder. This type is notably used to craft stone plating (the items used to craft plating casts), and to craft sand casts in the part builder.
Item part builder recipes have the following format:
tconstruct:item_part_builder
.
Recipe serializer ID, always - Pattern button that must be selected to craft this part. Typically matches the name of the result tool part.
tconstruct:patterns/default
.
Item required in the pattern slot to craft this part. If unset, defaults to an ingredient matching the item tag - Material required to craft this item. If unset, the material slot must be empty (used in sand cast creation).
material
is also unset.
Cost of this part. Will be used to scale the input item cost. If unset, defaults to 0, which is only valid if - The result of this recipe.
The recipe object.
Tool Parts
The tool part builder recipe is used to craft tool parts with material variants in the part builder. The format for this recipe is described under Part Recipes.
Tool Recycling
The tool recycling recipe allows breaking a tool into parts in the part builder, selecting the pattern corresponding to the desired part to preserve. The format for this recipe is described under Tool Recipes.