19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"type": "minecraft:crafting_shapeless",
|
|
"category": "misc",
|
|
"group": "rose_gold_ingot",
|
|
"ingredients": [
|
|
{"item": "minecraft:copper_ingot"},
|
|
{"item": "minecraft:gold_ingot"},
|
|
{"item": "minecraft:gunpowder"},
|
|
[
|
|
{"item": "minecraft:coal"},
|
|
{"item": "minecraft:charcoal"}
|
|
]
|
|
],
|
|
"result": {
|
|
"item": "tconstruct:rose_gold_ingot",
|
|
"count":2
|
|
}
|
|
}
|