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

17 lines
237 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:brick"
}
},
"pattern": [
" # ",
"# #",
" # "
],
"result": {
"item": "minecraft:decorated_pot"
}
}