Files
Minecraft1.12SRC/eclipse/Client/bin/assets/minecraft/recipes/flower_pot.json
2020-07-20 00:21:55 +08:00

15 lines
191 B
JSON

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