ExtraHoppers/src/main/resources/data/extrahoppers/recipes/wood_hopper.json

20 lines
265 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"L L",
"LCL",
" L "
],
"key": {
"C": {
"item": "minecraft:chest"
},
"L": {
"tag": "minecraft:logs"
}
},
"result": {
"item": "extrahoppers:wood_hopper"
}
}