Hopper
minecraft:hopper

Hopper

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Chest, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Hopper.

Crafting
Iron Ingot
Iron Ingot
Iron Ingot
Chest
Iron Ingot
Iron Ingot
Hopper Hopper guaranteed

Mining & drops

sourcecountchanceconditions
Hopper1–1100%Survives Explosion

Used in (1)

Crafting using Hopper and Minecart, in any arrangement. Produces Minecart with Hopper.

Crafting ⇆ any arrangement
Hopper
Minecart
Minecart with Hopper Minecart with Hopper guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:hopper
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "I I",
    "ICI",
    " I "
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:chest"
    },
    "I": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}