blob: f648245bbcabda151d4e5d024f4cde372769669b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
" # "
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:bucket"
}
}
|