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

29 lines
482 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:warped_sign"
},
"tags": [
"crafting_table"
],
"group": "sign",
"pattern": [
"###",
"###",
" | "
],
"key": {
"#": {
"item": "minecraft:warped_planks" },
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:warped_sign",
"count": 3
}
}
}