17 lines
328 B
JSON
17 lines
328 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "redstone",
|
|
"key": {
|
|
"#": {"tag": "minecraft:stone_crafting_materials"},
|
|
"R": {"item": "minecraft:glowstone_dust"},
|
|
"X": {"item": "minecraft:bow"}
|
|
},
|
|
"pattern": [
|
|
"###",
|
|
"#X#",
|
|
"#R#"
|
|
],
|
|
"result": {"item": "minecraft:dispenser"},
|
|
"show_notification": true
|
|
}
|