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

20 lines
292 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "banner",
"pattern": [
"###",
"###",
" | "
],
"key": {
"#": {
"item": "minecraft:yellow_wool"
},
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:yellow_banner"
}
}