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

15 lines
202 B
JSON

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