DISPENSER
A block that dispenses items when powered. Behavior depends on the item: shoots arrows/eggs/potions, places water/lava, equips armor on players, etc. Has 9 inventory slots.

Crafting Recipe
7 Cobblestone + 1 Bow + 1 Redstone Dust → 1 Dispenser
Signal Behavior
Input
Redstone pulse (activates once per rising edge)
Output
None
Max Signal Strength
0
Delay
Activates on rising edge of signal
Modes
- Dispense/shoot items on pulse
Overview: what the Dispenser is and does
A block that dispenses items when powered. Behavior depends on the item: shoots arrows/eggs/potions, places water/lava, equips armor on players, etc. Has 9 inventory slots.
As a mechanical component it converts a redstone signal into physical action rather than passing the signal onward. It is the all-purpose actuator, throwing arrows, placing fluids, firing fireworks, and bone-mealing crops on a pulse.
The Dispenser was added to Minecraft in Beta 1.2 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.
It fires once on the rising edge of each redstone pulse, never continuously, so a held signal only acts once. What it does depends on the item: it shoots projectiles, places or scoops water and lava, equips armour onto a nearby player, and drops anything else as an entity. With several stacks inside it picks a random slot each time.
It operates in the following modes: dispense/shoot items on pulse.
How to set it up
- 1Craft the Dispenser: 7 Cobblestone + 1 Bow + 1 Redstone Dust → 1 Dispenser.
- 2Decide where the signal needs to start or land, then place the Dispenser against a solid surface so it can act on the blocks in front of it.
- 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.
- 4Test in a creative-mode plot first: trigger the input and confirm the Dispenser behaves exactly as the timing above predicts before committing it to a survival build.
Uses & applications
- ▸Arrow turrets
- ▸Water/lava placement
- ▸Armor equipping stations
- ▸Bone meal dispensing for farms
- ▸Potion throwing
Tips & common mistakes
- !Fires once per pulse, not continuously
- !Different items have different behaviors
- !Random slot selection if multiple items present
- !Because it acts on the rising edge only, you must pulse it — a steady lever signal will not make it keep firing.
Dispenser FAQ
What is the Dispenser used for in Minecraft redstone?
The Dispenser is most often used for arrow turrets, water/lava placement, armor equipping stations, and bone meal dispensing for farms. As a mechanical component it converts a redstone signal into physical action rather than passing the signal onward.
What signal strength does the Dispenser output?
The Dispenser 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 Dispenser?
7 Cobblestone + 1 Bow + 1 Redstone Dust → 1 Dispenser. It was introduced in Beta 1.2.
What is the most common mistake with the Dispenser?
Fires once per pulse, not continuously. Different items have different behaviors.