19 lines
253 B
JSON
19 lines
253 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"pattern": [
|
|
"I I",
|
|
"ICI",
|
|
" I "
|
|
],
|
|
"key": {
|
|
"C": {
|
|
"item": "minecraft:chest"
|
|
},
|
|
"I": {
|
|
"item": "minecraft:iron_ingot"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:hopper"
|
|
}
|
|
} |