Skip to main content
MechanicalAdded in 1.5

DROPPER

Similar to a dispenser but always drops items as entities or feeds them into adjacent containers. Does not shoot projectiles or use items. Essential for item transport systems.

Dropper sprite

Crafting Recipe

7 Cobblestone + 1 Redstone Dust → 1 Dropper

Signal Behavior

Input

Redstone pulse (activates once per rising edge)

Output

None

Max Signal Strength

0

Delay

Activates on rising edge of signal

Modes

  • Drop item or feed into container on pulse

Overview: what the Dropper is and does

Similar to a dispenser but always drops items as entities or feeds them into adjacent containers. Does not shoot projectiles or use items. Essential for item transport systems.

As a mechanical component it converts a redstone signal into physical action rather than passing the signal onward. It is the gentle cousin of the dispenser, moving items without ever using or shooting them, which makes it the core of item elevators and sorters.

The Dropper was added to Minecraft in 1.5 and everything described here reflects its behaviour in Java Edition 1.21.

How it works: the redstone mechanics

On the input side, redstone pulse (activates once per rising edge). It returns no redstone signal of its own — its effect is a physical action in the world.

Each rising edge moves a single item: if a container sits in front it pushes the item into that container, otherwise it spits the item out as an entity. It never fires projectiles or places fluids. Two droppers facing each other with one item between them form the classic T flip-flop.

It operates in the following modes: drop item or feed into container on pulse.

How to set it up

  1. 1Craft the Dropper: 7 Cobblestone + 1 Redstone Dust → 1 Dropper.
  2. 2Decide where the signal needs to start or land, then place the Dropper against a solid surface so it can act on the blocks in front of it.
  3. 3Feed it a redstone pulse or signal from a lever, button, or circuit; it will perform its action and ignore further power until the input changes.
  4. 4Test in a creative-mode plot first: trigger the input and confirm the Dropper behaves exactly as the timing above predicts before committing it to a survival build.

Uses & applications

  • Item transport chains
  • Feeding hoppers/chests
  • Item elevators
  • Sorting system inputs

Tips & common mistakes

  • !Does not shoot projectiles like dispensers
  • !Only moves one item per pulse
  • !Feeds directly into adjacent containers
  • !It only moves one item per pulse, so for bulk transfer you still need a steady clock or a hopper feeding it.

Dropper FAQ

What is the Dropper used for in Minecraft redstone?

The Dropper is most often used for item transport chains, feeding hoppers/chests, item elevators, and sorting system inputs. As a mechanical component it converts a redstone signal into physical action rather than passing the signal onward.

What signal strength does the Dropper output?

The Dropper does not output a redstone signal of its own; its result is none. Its purpose is physical action, not signal generation.

How do you craft the Dropper?

7 Cobblestone + 1 Redstone Dust → 1 Dropper. It was introduced in 1.5.

What is the most common mistake with the Dropper?

Does not shoot projectiles like dispensers. Only moves one item per pulse.

View crafting materials on ItemsSee builds using this component
Back to all components