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

16 lines
224 B
JSON

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