Files
minecraft-assets/data/minecraft/recipe/decorated_pot_simple.json
2024-06-12 18:31:22 +02:00

18 lines
251 B
JSON

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