-
Notifications
You must be signed in to change notification settings - Fork 797
Material Recipe JSON
Princess edited this page Jan 25, 2021
·
7 revisions
type
: Must be "tconstruct:material"
.
ingredient
: Ingredient. The item to be associated with the material.
value
: Integer. Defaults to 1. How many baseline "ingots" one ingredient
is worth.
needed
: Integer. Defaults to 1. How many ingredient
s are needed to equal value
baseline "ingots".
material
: MaterialId. The material to be associated with the item.
{
"type": "tconstruct:material",
"ingredient": {
"item": "minecraft:blaze_rod"
},
"value": 1,
"needed": 1,
"material": "tconstruct:blaze"
}