Crafting using Any Planks, Inventory Cable, Any Planks and Hopper, arranged in the pattern shown. Produces Basic Inventory Hopper.
block· Machines & Other Blocks
Basic Inventory Hopper
Tom's Simple Storage Mod · by tom5454
Basic Inventory Hopper is a block from Tom's Simple Storage Mod, crafted from Any Planks, Inventory Cable, and Hopper.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Basic Inventory Hopper | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
toms_storage:ts.inventory_hopper_basic- Namespace
toms_storage- Mod ID
toms_storage- Tags (1)
minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"PcP",
" H "
],
"ingredients": {
"H": {
"item": "minecraft:hopper"
},
"P": {
"tag": "minecraft:planks"
},
"c": {
"item": "toms_storage:ts.inventory_cable"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}