17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "redstone",
|
|
"key": {
|
|
"#": {"tag": "minecraft:stone_crafting_materials"},
|
|
"Q": {"item": "minecraft:quartz"},
|
|
"R": {"item": "minecraft:redstone"}
|
|
},
|
|
"pattern": [
|
|
"###",
|
|
"RRQ",
|
|
"###"
|
|
],
|
|
"result": {"item": "minecraft:observer"},
|
|
"show_notification": true
|
|
}
|