Files
minecraft-assets/data/minecraft/recipes/bucket.json
2022-06-29 18:37:59 +02:00

15 lines
202 B
JSON

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