VOOZH about

URL: https://minecraft.wiki/w/Droppers

⇱ Dropper – Minecraft Wiki


Dropper

From Minecraft Wiki
(Redirected from Droppers)
Jump to navigation Jump to search
πŸ‘ Image
This article is about the block that drops projectiles as an item. For the block that can fire projectiles, see Dispenser.
Dropper
Renewable Yes
Stackable Yes (64)
Tool πŸ‘ Invicon Wooden Pickaxe.png: Sprite image for Wooden Pickaxe in Minecraft
Blast resistance 3.5
Hardness 3.5
Luminous No
Transparent No
Flammable No
Catches fire
from lava
No
Map color
 11 STONE
Note block instrument Bass Drum
{
 "extratext": "View [[#Renders|all renders]]",
 "title": "Dropper",
 "images": [
 "Dropper.png"
 ],
 "rows": [
 {
 "field": "Yes",
 "label": "(link to Renewable resource article, displayed as Renewable)"
 },
 {
 "field": "Yes (64)",
 "label": "Stackable"
 },
 {
 "field": "<span class=\"sprite-file\" style=\"height:32px;width:32px;--vertical-align:middle\">(link to File:Invicon Wooden Pickaxe.png article, displayed as 32x32px|link=|alt=Invicon Wooden Pickaxe.png: Sprite image for Wooden Pickaxe in Minecraft|class=pixel-image|A wooden pickaxe or better is required to mine this block)</span>",
 "label": "Tool"
 },
 {
 "field": "3.5",
 "label": "(link to Explosion#Blast resistance article, displayed as Blast resistance)"
 },
 {
 "field": "3.5",
 "label": "(link to Breaking#Blocks by hardness article, displayed as Hardness)"
 },
 {
 "field": "No",
 "label": "(link to Light article, displayed as Luminous)"
 },
 {
 "field": "No",
 "label": "(link to Opacity article, displayed as Transparent)"
 },
 {
 "field": "No",
 "label": "(link to Flammable article, displayed as Flammable)"
 },
 {
 "field": "No",
 "label": "Catches fire<br>from (link to lava article, displayed as lava)"
 },
 {
 "field": "<span style=\"white-space: nowrap;\"><span style=\"display: inline-block; background-color: rgb(112, 112, 112); border: 1px solid #888; border-radius: 0.3em; color: transparent; width: 1em; height: 1em; vertical-align: -0.36em; margin-right: -0.1em\"><br></span> 11 STONE</span>",
 "label": "(link to Map color article, displayed as Map color)"
 },
 {
 "field": "Bass Drum",
 "label": "(link to Note Block#Instruments article, displayed as Note block instrument)"
 }
 ],
 "invimages": [
 "Dropper"
 ]
}

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.

  1. ↑ These durations ignore any other influential factors (e.g., Mining Fatigue) and are measured in seconds. For more information, see Breaking Β§ Speed.

Crafting

[edit | edit source]
Ingredients Crafting recipe
Cobblestone +
Redstone Dust
πŸ‘ Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
πŸ‘ Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
πŸ‘ Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
πŸ‘ Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
πŸ‘ Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
πŸ‘ Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
πŸ‘ Invicon Redstone Dust.png: Inventory sprite for Redstone Dust in Minecraft as shown in-game linking to Redstone Dust with description: Redstone Dust
πŸ‘ Invicon 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]
πŸ‘ Image
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 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 that matches the item predicate in the lock tag. 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:{components:{"custom_name":"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 delay of 4 game ticks (0.2 seconds) between activation and a response. During this time, additional inputs are ignored.
In Bedrock Edition, the dropper can only activate on the input/consumer redstone tick (C-tick).
Behavior
When activated, a dropper waits 4 game ticks (0.2 seconds) 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:

πŸ‘ Image
Barrel
, πŸ‘ Image
boat with chest
, πŸ‘ Image
dispenser
, πŸ‘ Image
Droppers interact normally with barrels, boats with chests, dispensers, and other droppers.
πŸ‘ Image
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.
πŸ‘ Image
Chest
, πŸ‘ Image
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.
πŸ‘ Image
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.
πŸ‘ Image
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.
πŸ‘ Image
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.
πŸ‘ Image
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.
πŸ‘ Image
Ender chest
Droppers cannot interact with ender chests in any way.
πŸ‘ Image
Furnace
, πŸ‘ Image
blast furnace
, πŸ‘ Image
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.
πŸ‘ Image
Hopper
A dropper facing toward a hopper can insert items even if the hopper is locked by an active redstone signal.
πŸ‘ Image
Shelf
A dropper facing towards a shelf can insert items into available slots. It will try to add to a stack of the same type, inserting into the first empty slot if it can't, doing so from left to right. The dropper does not activate if the item cannot fit in the shelf.
πŸ‘ Image
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.
πŸ‘ Image
Lectern
Droppers cannot interact with lecterns in any way.
πŸ‘ Image
Minecart with chest
, πŸ‘ Image
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.
πŸ‘ Image
Shulker box
Droppers cannot put shulker boxes into other shulker boxes. Otherwise, droppers interact with shulker boxes normally.

Crafting ingredient

[edit | edit source]
Name Ingredients Crafting recipe
Crafter Iron Ingot +
Crafting Table +
Redstone Dust +
πŸ‘ Invicon Iron Ingot.png: Inventory sprite for Iron Ingot in Minecraft as shown in-game linking to Iron Ingot with description: Iron Ingot
πŸ‘ Invicon Iron Ingot.png: Inventory sprite for Iron Ingot in Minecraft as shown in-game linking to Iron Ingot with description: Iron Ingot
πŸ‘ Invicon Iron Ingot.png: Inventory sprite for Iron Ingot in Minecraft as shown in-game linking to Iron Ingot with description: Iron Ingot
πŸ‘ Invicon Iron Ingot.png: Inventory sprite for Iron Ingot in Minecraft as shown in-game linking to Iron Ingot with description: Iron Ingot
πŸ‘ Invicon Crafting Table.png: Inventory sprite for Crafting Table in Minecraft as shown in-game linking to Crafting Table with description: Crafting Table
πŸ‘ Invicon Iron Ingot.png: Inventory sprite for Iron Ingot in Minecraft as shown in-game linking to Iron Ingot with description: Iron Ingot
πŸ‘ Invicon Redstone Dust.png: Inventory sprite for Redstone Dust in Minecraft as shown in-game linking to Redstone Dust with description: Redstone Dust
πŸ‘ Invicon Dropper.png: Inventory sprite for Dropper in Minecraft as shown in-game with description: Dropper
πŸ‘ Invicon 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:

πŸ‘ BlockSprite stone.png: Sprite image for stone in Minecraft
stone sound type
SoundClosed captionsSourceDescriptionIdentifierTranslation keyVolumePitchAttenuation
distance
​Block brokenBlocksOnce the block has brokenblock.stone.breaksubtitles.block.generic.break​1.00.816
​Block placedBlocksWhen the block is placedblock.stone.placesubtitles.block.generic.place​1.00.816
​Block breakingBlocksWhile the block is in the process of being brokenblock.stone.hitsubtitles.block.generic.hit​0.250.516
​Something falls on a blockEntity-DependentFalling on the block with fall damageblock.stone.fallsubtitles.block.generic.fall​0.50.7516
​FootstepsEntity-DependentWalking on the blockblock.stone.stepsubtitles.block.generic.footsteps​0.151.016

Bedrock Edition:

πŸ‘ BlockSprite stone.png: Sprite image for stone in Minecraft
stone sound type
SoundClosed captionsSourceDescriptionIdentifierTranslation keyVolumePitch
​Block brokenBlocksOnce the block has brokendig.stonesubtitles.block.generic.break​1.00.8–1.0
​Block placedBlocksWhen the block is placedplace.stonesubtitles.block.generic.place​1.00.8–1.0
​Block breakingBlocksWhile the block is in the process of being brokenhit.stonesubtitles.block.generic.hit​0.370.5
​FootstepsPlayersFalling on the block with fall damagefall.stonesubtitles.block.generic.footsteps​0.41.0
​FootstepsPlayersWalking on the blockstep.stonesubtitles.block.generic.footsteps​0.31.0
​FootstepsBlocksJumping from the blockjump.stonesubtitles.block.generic.footsteps​0.121.0
​FootstepsBlocksFalling on the block without fall damageland.stonesubtitles.block.generic.footsteps​0.221.0

Unique

[edit | edit source]

Java Edition:

Sounds
SoundClosed captionsSourceDescriptionIdentifierTranslation 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 [NBT Compound / JSON Object] lock tagblock.chest.locked​[sound 1]​subtitles.block.chest.locked​​[sound 1]​1.01.016
  1. ↑ 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:

Sounds
SoundClosed captionsSourceDescriptionIdentifierTranslation keyVolumePitch
​ ?BlocksWhen a dropper drops an itemblock.click​ ?1.01.0
​ ?BlocksWhen a dropper fails to activateblock.click​ ?1.01.2

Data values

[edit | edit source]

Java Edition:

NameIdentifierForm Translation key
πŸ‘ BlockSprite dropper.png: Sprite image for dropper in Minecraft
Dropper
dropperBlock & Item block.minecraft.dropper
NameIdentifier
πŸ‘ BlockSprite dropper.png: Sprite image for dropper in Minecraft
Block entity
dropper

Bedrock Edition:

NameIdentifierNumeric ID FormItem ID[i 1] Translation key
πŸ‘ BlockSprite dropper.png: Sprite image for dropper in Minecraft
Dropper
dropper125Block & 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.
NameSavegame ID
πŸ‘ BlockSprite dropper.png: Sprite image for dropper in Minecraft
Block entity
Dropper

Block states

[edit | edit source]
See also: Block states

Java Edition:

Name Default value Allowed values 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
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.

Videos

[edit | edit source]

History

[edit | edit source]

Java Edition

[edit | edit source]
Java Edition
1.513w03aπŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
Added droppers.
Droppers are crafted using 7 cobblestone, one hopper, and one piece of redstone:
Ingredients Crafting recipe
Cobblestone +
Hopper +
Redstone
πŸ‘ Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
πŸ‘ Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
πŸ‘ Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
πŸ‘ Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
πŸ‘ Invicon Hopper.png: Inventory sprite for Hopper in Minecraft as shown in-game linking to Hopper with description: Hopper
πŸ‘ Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
πŸ‘ Invicon Cobblestone.png: Inventory sprite for Cobblestone in Minecraft as shown in-game linking to Cobblestone with description: Cobblestone
πŸ‘ Invicon Redstone Dust.png: Inventory sprite for Redstone Dust in Minecraft as shown in-game linking to Redstone Dust with description: Redstone
πŸ‘ Invicon 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πŸ‘ Image
πŸ‘ Image
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πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
The models of dropper have been changed.
1.9.1pre1Droppers can now use loot tables.
1.1418w43aπŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
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.

Bedrock Edition

[edit | edit source]
Pocket Edition Alpha
v0.14.0build 1πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
Added droppers.
v0.15.0build 1Droppers can now be moved by pistons.
Bedrock Edition
1.10.0beta 1.10.0.3πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
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.

Legacy Console Edition

[edit | edit source]
Legacy Console Edition
Xbox 360Xbox OnePS3PS4PS VitaWii USwitch
TU19CU71.121.121.12Patch 1 πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
Added droppers.
1.90 πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
The textures of droppers have now been changed.

New Nintendo 3DS Edition

[edit | edit source]
New Nintendo 3DS Edition
0.1.0πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
πŸ‘ Image
Added droppers.

Data history

[edit | edit source]
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]
Retrieved from "https://minecraft.wiki/w/Dropper?oldid=3552997"

Navigation menu