Files
tcc/servers/bedrock/behavior_packs/vanilla/recipes/hopper.json

28 lines
425 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:hopper"
},
"tags": [ "crafting_table" ],
"pattern": [
"I I",
"ICI",
" I "
],
"key": {
"C": {
"item": "minecraft:chest"
},
"I": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:hopper"
}
}
}