Files
IMoO/recipes/target_block.json
T
2022-01-23 21:24:12 +03:00

26 lines
421 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:target"
},
"tags": [ "crafting_table" ],
"pattern": [
" . ",
".#.",
" . "
],
"key": {
"#": {
"item": "minecraft:hay_block"
},
".": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "minecraft:target"
}
}
}