Files
minecraft-assets/data/minecraft/recipe/jungle_sign.json
2025-01-29 18:30:55 +01:00

18 lines
289 B
JSON

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