minecraft-assets/data/minecraft/recipes/target.json

21 lines
320 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"H": {
"item": "minecraft:hay_block"
},
"R": {
"item": "minecraft:redstone"
}
},
"pattern": [
" R ",
"RHR",
" R "
],
"result": {
"item": "minecraft:target"
},
"show_notification": true
}