-
Notifications
You must be signed in to change notification settings - Fork 798
Molding Recipe JSON
Princess edited this page Jan 25, 2021
·
6 revisions
type
: Must be either "tconstruct:molding_basin"
or "tconstruct:molding_table"
.
material
: Ingredient. Item placed into the casting implement first.
pattern
: Ingredient. Item placed into the casting implement second.
pattern_consumed
: Boolean. Defaults to false
. Whether the pattern is consumed during the molding operation.
result
: ItemStack. The operation result.
{
"type": "tconstruct:molding_table",
"material": {
"tag": "tconstruct:casts/sand"
},
"result": "tconstruct:blank_sand_cast"
}