17 lines
311 B
JSON
17 lines
311 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"X": {"item": "minecraft:gold"},
|
|
"Y": {"item": "minecraft:furnace"},
|
|
"Z": {"item": "minecraft:nether_brick"}
|
|
},
|
|
"pattern": [
|
|
"XXX",
|
|
"XYX",
|
|
"ZZZ"
|
|
],
|
|
"result": {"item": "minecraft:blast_furnace"},
|
|
"show_notification": true
|
|
}
|