Files
IMoO/recipes_old/target_block.json
2022-01-24 20:17:51 +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"
}
}
}