Basic Inventory Hopper
16×16 · BAKED

block· Machines & Other Blocks

Basic Inventory Hopper

block Axe Mineable

Basic Inventory Hopper is a block from Tom's Simple Storage Mod, crafted from Any Planks, Inventory Cable, and Hopper.

Acquisition

Crafting using Any Planks, Inventory Cable, Any Planks and Hopper, arranged in the pattern shown. Produces Basic Inventory Hopper.

Crafting
Any Planks
Inventory Cable
Any Planks
Hopper
Basic Inventory Hopper Basic Inventory Hopper guaranteed

Mining & drops

sourcecountchanceconditions
Basic Inventory Hopper1–1100%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
}