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

23 lines
364 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "wooden_sign",
"key": {
"#": {
"item": "minecraft:jungle_planks"
},
"X": {
"item": "minecraft:stick"
}
},
"pattern": [
"###",
"###",
" X "
],
"result": {
"count": 3,
"item": "minecraft:jungle_sign"
},
"show_notification": true
}