mc_rebalance_datapack/data/minecraft/recipes/observer.json

17 lines
324 B
JSON
Raw Normal View History

2025-09-06 00:32:00 +00:00
{
2025-09-07 16:33:38 +00:00
"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
2025-09-06 00:32:00 +00:00
}