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

22 lines
335 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "wooden_sign",
"key": {
"#": {
"item": "minecraft:cherry_planks"
},
"X": {
"item": "minecraft:stick"
}
},
"pattern": [
"###",
"###",
" X "
],
"result": {
"count": 3,
"item": "minecraft:cherry_sign"
}
}