Dropper

Jump to navigation Jump to search
This article is about the block that drops projectiles as an item. For the block that can fire projectiles, see Dispenser.
Dropper
Dropper.png: Infobox image for Dropper the block in Minecraft
Invicon Dropper.png: Inventory sprite for Dropper in Minecraft as shown in-game with description: Dropper
Renewable

Yes

Stackable

Yes (64)

Tool

Blast resistance

3.5

Hardness

3.5

Luminous

No

Transparent

No

Flammable

No

Catches fire from lava

No

Map color (Java)


  11 STONE

A dropper is a low-capacity storage block that can eject its contents into the world or into other containers when given a redstone signal.

Obtaining[edit | edit source]

Breaking[edit | edit source]

A dropper can be mined with a pickaxe, in which case it drops itself and its contents. If mined without a pickaxe, the dropper drops only its contents.

Block Dropper
Hardness 3.5
Tool
Breaking time (sec)[A]
Default 17.5
BlockSprite oak-planks.png: Sprite image for oak-planks in MinecraftWooden 2.65
BlockSprite cobblestone.png: Sprite image for cobblestone in MinecraftStone 1.35
ItemSprite iron-ingot.png: Sprite image for iron-ingot in MinecraftIron 0.9
ItemSprite diamond.png: Sprite image for diamond in MinecraftDiamond 0.7
ItemSprite netherite-ingot.png: Sprite image for netherite-ingot in MinecraftNetherite 0.6
ItemSprite gold-ingot.png: Sprite image for gold-ingot in MinecraftGolden 0.45
Legend
  • incorrect tool, drops nothing
  • correct tool, drops nothing or something other than the block itself
  • correct tool, drops the block itself
  • italicized can be instant mined
  1. These durations ignore other influential factors (e.g. Mining Fatigue), and are measured in seconds. For more information, see Breaking § Speed.

Crafting[edit | edit source]

Ingredients [hide]Crafting recipe
Cobblestone +
Redstone Dust
Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: CobblestoneInvicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: CobblestoneInvicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: CobblestoneInvicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: CobblestoneInvicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: CobblestoneInvicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: CobblestoneInvicon Redstone Dust.png: Inventory sprite for Redstone Dust in Minecraft as shown in-game linking to Redstone Dust with description: Redstone DustInvicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
Invicon Dropper.png: Inventory sprite for Dropper in Minecraft as shown in-game with description: Dropper

Usage[edit | edit source]

A dropper can be used as a container or as a redstone component to move items.

A dropper can be placed so that its output faces in any direction, including up or down. When placed, the dropper's output faces toward the player. With default textures, the droppers output side looks like a face when positioned for horizontal output. Otherwise, the output side has a square hole.

In Java Edition, droppers cannot be moved by pistons.

Container[edit | edit source]

GUI of the dropper.

A dropper has 9 slots of inventory space.

To open the dropper GUI, use the Use Item control. To move items between the dropper inventory and the player inventory or hotbar while the dropper GUI is open, drag or shift-click the items. To exit the dropper GUI, use the Esc control.

By default, the GUI of a dropper is labeled "Dropper". A dropper's GUI label can be changed by naming the dropper in an anvil before placing it. In Java Edition, droppers can also be renamed by using the /data command (for example, to label a dropper at (0,64,0) "Alice's Dropper", use /data merge block 0 64 0 {CustomName:'"Alice's Dropper"'}).

In Java Edition, a dropper can be "locked" (or subsequently unlocked) by setting the dropper's Lock tag with the /data command. If a dropper's Lock tag is not blank, the dropper cannot be accessed except by players holding an item with the same name as the Lock tag's text. For example, to lock a dropper at (0,64,0) so that only players holding an item named "Alice's Key" can access the dropper, use /data merge block 0 64 0 {Lock:"Alice's Key"}.

Redstone component[edit | edit source]

See also: Redstone circuit

A dropper can be used to eject items, or push items into another container.

Activation
A dropper can be activated by:
  • an adjacent active power component (exceptions: a redstone torch does not turn ON a dropper it is attached to)
  • an adjacent powered opaque block (strongly-powered or weakly-powered)
  • a powered redstone repeater or redstone comparator facing the dropper
  • powered redstone dust configured to point at the dropper, or on top of it; a dropper is not activated by adjacent powered redstone dust that is configured to point in another direction.
In addition to the methods above, droppers in Java Edition can also be activated by quasi-connectivity. A dropper activates if one of the methods above would activate a mechanism component in the block above the dropper, even if there is no mechanism component there (even if the block above the dropper is air or a transparent block), but only when the dropper receives a block update (including a redstone update within two blocks of the dropper).
A dropper has a 2 redstone tick (4 game ticks, or 0.2 seconds barring lag) delay between activation and a response. During this time, additional inputs are ignored.
Behavior
When activated, a dropper waits 2 redstone ticks (4 game ticks, or 0.2 seconds barring lag) and then ejects one item from its inventory. The dropper does not continue to eject items while activated — ejection occurs only on the initial activation (the rising edge of an input signal). To eject multiple items, repeatedly activate the dropper with a clock circuit.
If multiple slots are occupied by items, a random occupied slot is chosen for ejection. The slot is chosen when an item is ejected, not when the dropper is initially activated, thus it is possible to move items into or out of a dropper between its activation and item dispensing.
If the dropper is facing a container, the ejected item is transferred into the container. If the container it is facing is full, or the item cannot be inserted into the container, the dropper does not activate. Examples of containers that items cannot be inserted into include chests that cannot be opened because of a solid block above them, and droppers that are already in an activated state.
Otherwise, the item is ejected in the direction the dropper is facing, as if a player had used the drop control. Even items that would be treated differently by a dispenser (such as arrows) are simply ejected by a dropper.
A dropper makes a clicking noise (the random.click sound event) when activated empty or when ejecting items into air. It is silent when it successfully transfers an item into any kind of chest or barrel, or another dropper.
A dropper is an opaque block, so powering it directly can cause adjacent mechanism components (including other droppers) to activate as well.
A line of droppers, each pushing items into the next dropper, is known as a dropper pipe. A dropper pipe must be clocked to move items, but can be clocked to move items faster than a hopper pipe's transfer rate. When a dropper pipe pushes items upward, it is known as a droppervator (short for "dropper elevator").
A dropper that is directly powered by redstone will activate before any adjacent droppers activated during the same game tick. In a droppervator or dropper pipe, this has the effect of moving the item in the directly-powered dropper 2 blocks in one game tick. First, the item is ejected from the directly powered dropper. Then, during the same game tick, this item is ejected from the adjacent dropper.


Container interactions[edit | edit source]

Some containers interact with droppers in specific ways:

Barrel, boat with chest, dispenser, dropper
Droppers interact normally with barrels, boats with chests, dispensers, and other droppers.
Brewing stand
A dropper facing toward a brewing stand from above deposits only into the ingredient slot and it can insert only valid brewing ingredients. A dropper facing toward a brewing stand from the sides or from below can deposit only blaze powder in the fuel slot, or filled bottles into the three brew slots.
Chest, trapped chest
Large chests and large trapped chests are treated as a single container: a dropper depositing into a large chest fills up the entire chest. Trapped chests being accessed by a player trigger any adjacent droppers, depositing items into the chest if they are facing toward it.
Chiseled bookshelf
A dropper facing toward a chiseled bookshelf from any direction can insert books, books and quills, written books, enchanted books, and knowledge books.
Crafter
Droppers can insert ingredients in the crafting grid. Items are distributed in enabled slots, going left to right starting from the first row; if the crafter has all item slots filled then items are added to the lowest count item stack of the same type.
Composter
A dropper facing toward a composter from above can push compostable items into the composter, with a chance of increasing the compost level as if the player used the item on the composter.
Decorated pot
Droppers can deposit up to a stack of a single type of item into a decorated pot. Items are not inserted if the decorated pot is full or the pot contains a different item.
Ender chest
Droppers cannot interact with ender chests in any way.
Furnace, blast furnace, smoker
A dropper facing toward a furnace from above deposits only into the ingredient slot. It can insert any item, including items that can't be smelted by the furnace. A dropper facing toward a furnace from the sides or from below deposits only into the fuel slot, and only items that are usable as fuel.
Hopper
A dropper facing toward a hopper can insert items even if the hopper is locked by an active redstone signal.
Jukebox
A dropper can insert music discs into a jukebox from any direction. The dropper does not activate if the jukebox is already playing a disc.
Lectern
Droppers cannot interact with lecterns in any way.
Minecart with chest, minecart with hopper
A dropper can insert items into minecarts with chests and minecarts with hoppers if any part of the entity's hitbox is within the dropper's target block-space. A dropper can fill a minecart with hopper even if the latter has been locked by an activator rail.
Shulker box
Droppers cannot put shulker boxes into other shulker boxes. Otherwise, droppers interact with shulker boxes normally.

Note blocks[edit | edit source]

Droppers can be placed under note blocks to produce "bass drum" sounds.

Crafting ingredient[edit | edit source]

Name Ingredients [hide]Crafting recipe
Crafter Iron Ingot +
Crafting Table +
Redstone Dust +
Dropper
Invicon Iron Ingot.png: Inventory sprite for Iron Ingot in Minecraft as shown in-game linking to Iron Ingot with description: Iron IngotInvicon Iron Ingot.png: Inventory sprite for Iron Ingot in Minecraft as shown in-game linking to Iron Ingot with description: Iron IngotInvicon Iron Ingot.png: Inventory sprite for Iron Ingot in Minecraft as shown in-game linking to Iron Ingot with description: Iron IngotInvicon Iron Ingot.png: Inventory sprite for Iron Ingot in Minecraft as shown in-game linking to Iron Ingot with description: Iron IngotInvicon Crafting Table.png: Inventory sprite for Crafting Table in Minecraft as shown in-game linking to Crafting Table with description: Crafting TableInvicon Iron Ingot.png: Inventory sprite for Iron Ingot in Minecraft as shown in-game linking to Iron Ingot with description: Iron IngotInvicon Redstone Dust.png: Inventory sprite for Redstone Dust in Minecraft as shown in-game linking to Redstone Dust with description: Redstone DustInvicon Dropper.png: Inventory sprite for Dropper in Minecraft as shown in-game with description: DropperInvicon Redstone Dust.png: Inventory sprite for Redstone Dust in Minecraft as shown in-game linking to Redstone Dust with description: Redstone Dust
Invicon Crafter.png: Inventory sprite for Crafter in Minecraft as shown in-game linking to Crafter with description: Crafter

Sounds[edit | edit source]

Generic[edit | edit source]

Java Edition:

[hide]BlockSprite stone.png: Sprite image for stone in Minecraft stone sound type
SoundSubtitlesSourceDescriptionResource locationTranslation keyVolumePitchAttenuation
distance
​Block brokenBlocksOnce the block has brokenblock.stone.breaksubtitles.block.generic.break1.00.816
​Block placedBlocksWhen the block is placedblock.stone.placesubtitles.block.generic.place1.00.816
​Block breakingBlocksWhile the block is in the process of being brokenblock.stone.hitsubtitles.block.generic.hit0.250.516
​Something falls on a blockEntity-DependentFalling on the block with fall damageblock.stone.fallsubtitles.block.generic.fall0.50.7516
​FootstepsEntity-DependentWalking on the blockblock.stone.stepsubtitles.block.generic.footsteps0.151.016

Bedrock Edition:

[hide]BlockSprite stone.png: Sprite image for stone in Minecraft stone sound type
SoundSourceDescriptionResource locationVolumePitch
BlocksOnce the block has brokendig.stone1.00.8-1.0
BlocksWhen the block is placeddig.stone1.00.8-1.0
BlocksWhile the block is in the process of being brokenhit.stone0.370.5
PlayersFalling on the block with fall damagefall.stone0.41.0
PlayersWalking on the blockstep.stone0.31.0
BlocksJumping from the blockjump.stone0.121.0
BlocksFalling on the block without fall damageland.stone0.221.0

Unique[edit | edit source]

Java Edition:

[hide]Sounds
SoundSubtitlesSourceDescriptionResource locationTranslation keyVolumePitchAttenuation
distance
​Dispensed item [sound 1]BlocksWhen a dropper drops an itemblock.dispenser.dispense[sound 1]subtitles.block.dispenser.dispense​​[sound 1]1.01.016
​Dispenser fails [sound 1]BlocksWhen a dropper fails to activateblock.dispenser.fail[sound 1]subtitles.block.dispenser.fail​​[sound 1]1.01.216
​Chest locked[sound 1]BlocksWhen a player attempts to open a dropper locked using the [String] Lock tagblock.chest.locked[sound 1]subtitles.block.chest.locked​​[sound 1]1.01.016
  1. Jump up to: a b c d e f g h i The dropper reuses other containers' sound events instead of having its own, see MC-98316.

Bedrock Edition:

[hide]Sounds
SoundSourceDescriptionResource locationVolumePitch
BlocksWhen a dropper drops an itemblock.click1.01.0
BlocksWhen a dropper fails to activateblock.click1.01.2

Data values[edit | edit source]

ID[edit | edit source]

Java Edition:

NameIdentifierForm[hide]Translation key
BlockSprite dropper.png: Sprite image for dropper in Minecraft DropperdropperBlock & Itemblock.minecraft.dropper
Name[hide]Identifier
BlockSprite dropper.png: Sprite image for dropper in Minecraft Block entitydropper

Bedrock Edition:

NameIdentifierNumeric ID FormItem ID[i 1][hide]Translation key
BlockSprite dropper.png: Sprite image for dropper in Minecraft Dropperdropper125Block & Giveable Item[i 2]Identical[i 3]tile.dropper.name
  1. ID of block's direct item form, which is used in savegame files and addons.
  2. Available with /give command.
  3. The block's direct item form has the same ID as the block.
Name[hide]Savegame ID
BlockSprite dropper.png: Sprite image for dropper in Minecraft Block entityDropper

Block states[edit | edit source]

See also: Block states


Java Edition:

Name Default value Allowed values [hide]Description
facingnorthdown
east
north
south
up
west
The direction in which contents are shot or dropped.
The opposite from the direction the player faces while placing the block.
triggeredfalsefalse
true
True if this block is activated.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
[hide]Description
facing_direction0x1
0x2
0x4
00
1
2
3
4
5
6
7
0
1
2
3
4
5
6
7
The direction in which contents are shot or dropped.
  • 0: facing down
  • 1: facing up
  • 2: facing north
  • 3: facing south
  • 4: facing west
  • 5: facing east
triggered_bit0x8falsefalse
true
0
1
True if this block is activated.


Block data[edit | edit source]

A dropper has a block entity associated with it that holds additional data about the block.

Java Edition:

Bedrock Edition:

See Bedrock Edition level format/Block entity format.

Video[edit | edit source]

History[edit | edit source]

[hide]Java Edition
1.513w03a Added droppers.
Droppers are crafted using 7 cobblestone, one hopper, and one piece of redstone:
Ingredients [hide]Crafting recipe
Cobblestone +
Hopper +
Redstone
Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: CobblestoneInvicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: CobblestoneInvicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: CobblestoneInvicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: CobblestoneInvicon Hopper.png: Inventory sprite for Hopper in Minecraft as shown in-game linking to Hopper with description: HopperInvicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: CobblestoneInvicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: CobblestoneInvicon Redstone.png: Inventory sprite for Redstone in Minecraft as shown in-game linking to Redstone with description: RedstoneInvicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
Invicon Dropper.png: Inventory sprite for Dropper in Minecraft as shown in-game with description: Dropper
The top and bottom textures of droppers currently remain fixed regardless of the facing direction.
13w04a Droppers can now face all six directions.
The crafting recipe of droppers has now been changed, removing the hopper from the middle.
13w10bActivated droppers now do not fire if they receive a block update.
1.814w25a The models of dropper have been changed.
1.9.1pre1Droppers can now use loot tables.
1.1418w43a The textures of droppers have now been changed.
1.19.3
Experiment
Update 1.20
22w44aDroppers can now interact with chiseled bookshelves.
1.19.423w07aDroppers can now interact with jukeboxes.
1.20.3
Experiment
Update 1.21
23w42aDroppers can now be used to craft crafters.
[hide]Pocket Edition Alpha
v0.14.0build 1 Added droppers.
v0.15.0build 1Droppers can now be moved by pistons.
[hide]Bedrock Edition
1.10.0beta 1.10.0.3 The textures of droppers have now been changed.
1.20.50
Experiment
Update 1.21
Preview 1.20.50.21Droppers can now be used to craft crafters.
1.21.50Preview 1.21.50.24Droppers drop themselves only if mined using a pickaxe, matching Java Edition.
[hide]Legacy Console Edition
Xbox 360Xbox OnePS3PS4PS VitaWii USwitch
TU19CU71.121.121.12Patch 1 Added droppers.
1.90 The textures of droppers have now been changed.
[hide]New Nintendo 3DS Edition
0.1.0 Added droppers.

Data history[edit | edit source]

[hide]Java Edition
1.1317w47aPrior to The Flattening, this block's numeral ID was 158.

Issues[edit | edit source]

Issues relating to "Dropper" are maintained on the bug tracker. Issues should be reported and viewed there.

Trivia[edit | edit source]

  • The dropper is similar in appearance with the dispenser in the fact that they both resemble a face when not facing up or down.
    • This similarity is pushed further by the fact that the dropper's crafting recipe is the same as the dispenser but without a bow.

Gallery[edit | edit source]

Renders[edit | edit source]

Java Edition[edit | edit source]

Bedrock Edition[edit | edit source]

In other media[edit | edit source]

See also[edit | edit source]

References[edit | edit source]


External links[edit | edit source]

Navigation[edit | edit source]