Skip to content

Molding Recipe JSON

Princess edited this page Jan 25, 2021 · 5 revisions

Keys

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.

Example

{
  "type": "tconstruct:molding_table",
  "material": {
    "tag": "tconstruct:casts/sand"
  },
  "result": "tconstruct:blank_sand_cast"
}
Clone this wiki locally