Casting Recipes
This page covers the formats for casting items using the casting table or casting basin.
Item Casting
Item casting recipes define casting a fluid into a casting table to produce a standard item. Item casting recipes have two variants, tconstruct:casting_table
for casting tables, and tconstruct:casting_basin
for casting basins. Both variants have the following format:
tconstruct:casting_table
ortconstruct:casting_basin
.
Either - Recipe group for the recipe book, currently unused.
- Item that must be in the table to cast this item. If unset, this part is casted by pouring fluid on an empty table.
- If true, the cast item is consumed when casting this item. If false (default), the cast item is preserved.
- Fluid consumed to perform this casting recipe.
- Time in ticks (1/20 of a second) for this recipe to finish cooling.
- Result item for the recipe.
- If true, after casting the item will be placed in the input and the cast in the output; used notably for cast creation. Defaults to false.
The recipe object.
Part Casting
There are two types of part casting recipes. The standard part casting recipes define casting a fluid into a casting table to produce a tool part or material item, which is covered on Part Recipes. Composite part casting recipes define casting a fluid on a tool part to change the material of the tool part, which is also covered on Part Recipes. Both part casting and composite casting require associating a fluid with a material, which is defined on Material Recipes.
Potion Casting
Potion casting recipes define casting a potion on an item to produce a potion item. It notably is used to cast potions, splash potions, lingering potions, and tipped arrows. This recipe has two variants, tconstruct:casting_table_potion
for casting tables, and tconstruct:casting_basin_potion
for casting basins. Both variants have the following format:
tconstruct:casting_table_potion
ortconstruct:casting_basin_potion
.
Either - Recipe group for the recipe book, currently unused.
- Item that must be in the table to cast this item.
forge:potion
, though the size may vary.
Fluid consumed to perform this casting recipe. Typically should be a fluid ingredient matching the fluid tag - Time in ticks (1/20 of a second) for this recipe to finish cooling.
- Result item for the recipe. Expected to be an item that supports potion NBT, such as a potion, splash potion, lingering potion, or tipped arrow.
The recipe object.