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

20 lines
291 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"
}
}