Files
minecraft-assets/data/minecraft/recipes/target.json
2024-04-22 10:30:43 +02:00

21 lines
305 B
JSON

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