Files
2020-07-20 00:21:55 +08:00

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"
}
}