Files
minecraft-assets/data/minecraft/recipes/oak_sign.json
2021-07-07 09:21:22 +00:00

21 lines
307 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "wooden_sign",
"pattern": [
"###",
"###",
" X "
],
"key": {
"#": {
"item": "minecraft:oak_planks"
},
"X": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:oak_sign",
"count": 3
}
}