20 lines
304 B
JSON
20 lines
304 B
JSON
{
|
|
"type": "create:mixing",
|
|
"heatRequirement": "heated",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:netherite_scrap"
|
|
},
|
|
{
|
|
"item": "create:zinc_ingot"
|
|
},
|
|
{
|
|
"item": "minecraft:copper_ingot"
|
|
}
|
|
],
|
|
"results": [
|
|
{
|
|
"item": "create:brass_ingot"
|
|
}
|
|
]
|
|
} |