Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Dropper: Difference between revisions

From SAS Gaming Wiki
imported>Realshow19
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 33: Line 33:


== Usage ==
== Usage ==
A dropper can be used as a container or as a [[Minecraft:redstone component]] to move items.
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.
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.
Line 43: Line 43:
A dropper has 9 slots of inventory space.
A dropper has 9 slots of inventory space.


To open the dropper GUI, use the {{control|Use Item}} [[Minecraft: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 {{key|Esc}} control.
To open the dropper GUI, use the {{control|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 {{key|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 [[Minecraft:anvil]] before placing it. {{IN|java}}, droppers can also be renamed by using the {{cmd|data}} command (for example, to label a dropper at (0,64,0) "Alice's Dropper", use {{cmd|data merge block 0 64 0 <nowiki>{CustomName:'"Alice's Dropper"'}</nowiki>}}).
By default, the GUI of a dropper is labeled "Dropper". A dropper's GUI label can be changed by naming the dropper in an [[Minecraft:anvil]] before placing it. {{IN|java}}, droppers can also be renamed by using the {{cmd|data}} command (for example, to label a dropper at (0,64,0) "Alice's Dropper", use {{cmd|data merge block 0 64 0 <nowiki>{CustomName:'"Alice's Dropper"'}</nowiki>}}).
Line 56: Line 56:


: A dropper can be activated by:
: A dropper can be activated by:
:* an adjacent active '''[[Minecraft:power component]]''' (''exceptions:'' a redstone torch does not turn ON a dropper it is attached to)
:* 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)
:* an adjacent powered opaque '''block''' (strongly-powered or weakly-powered)
:* a powered '''[[Minecraft:redstone repeater]]''' or '''[[Minecraft:redstone comparator]]''' facing the dropper
:* a powered '''redstone repeater''' or '''redstone comparator''' facing the dropper
:* powered '''[[Minecraft: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.
:* 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}} can also be activated by [[Minecraft: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 [[Minecraft:air]] or a transparent block), but only when the dropper receives a block update (including a redstone update within two blocks of the dropper).
: In addition to the methods above, droppers {{in|java}} 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 [[Minecraft: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 {{convert|4|game tick|second}} between activation and a response. During this time, additional inputs are ignored.
: A dropper has a delay of {{convert|4|game tick|second}} between activation and a response. During this time, additional inputs are ignored.


: {{IN|be}}, the dropper can only activate on the input/consumer redstone tick ([[Minecraft:C-tick]]).
: {{IN|be}}, the dropper can only activate on the input/consumer redstone tick (C-tick).


;Behavior
;Behavior
{{See also|Tutorial:Item transportation#Dropper elevator}}
{{See also|Tutorial:Item transportation#Dropper elevator}}


: When activated, a dropper waits {{convert|4|game tick|second}} 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 [[Minecraft:Pulse circuit#Pulses|rising edge]] of an input signal). To eject multiple items, repeatedly activate the dropper with a [[Minecraft:clock circuit]].
: When activated, a dropper waits {{convert|4|game tick|second}} 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 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.  
Line 76: Line 76:
: 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.  
: 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 {{control|drop}} [[Minecraft:control]]. Even items that would be treated differently by a [[Minecraft:dispenser]] (such as [[Minecraft:arrow]]s) are simply ejected by a dropper.
: Otherwise, the item is ejected in the direction the dropper is facing, as if a player had used the {{control|drop}} control. Even items that would be treated differently by a [[Minecraft:dispenser]] (such as [[Minecraft:arrow]]s) are simply ejected by a dropper.


: A dropper makes a clicking noise (the <code>random.click</code> [[Minecraft: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 makes a clicking noise (the <code>random.click</code> 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 [[Minecraft:mechanism component]]s (including other droppers) to activate as well.
: 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 [[Minecraft:clock circuit|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 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.  
: 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.  
Line 88: Line 88:


==== Container interactions ====
==== Container interactions ====
Some [[Minecraft:container]]s interact with droppers in specific ways:
Some containers interact with droppers in specific ways:


:;{{BlockLink|Barrel}}, {{EntityLink|id=oak boat with chest|boat with chest}}, {{BlockLink|dispenser}}, {{BlockLink|dropper}}
:;{{BlockLink|Barrel}}, {{EntityLink|id=oak boat with chest|boat with chest}}, {{BlockLink|dispenser}}, {{BlockLink|dropper}}
Line 94: Line 94:


:;{{BlockLink|Brewing stand}}
:;{{BlockLink|Brewing stand}}
::A dropper facing toward a brewing stand from above deposits only into the ingredient slot and it can insert only valid [[Minecraft:brewing]] ingredients. A dropper facing toward a brewing stand from the sides or from below can deposit only [[Minecraft:blaze powder]] in the fuel slot, or filled bottles into the three brew slots.
::A dropper facing toward a brewing stand from above deposits only into the ingredient slot and it can insert only valid [[Minecraft: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.


:;{{BlockLink|Chest}}, {{BlockLink|trapped chest}}
:;{{BlockLink|Chest}}, {{BlockLink|trapped chest}}
Line 100: Line 100:


:;{{BlockLink|Chiseled bookshelf}}
:;{{BlockLink|Chiseled bookshelf}}
::A dropper facing toward a chiseled bookshelf from any direction can insert [[Minecraft:book]]s, [[Minecraft:books and quills]], [[Minecraft:written book]]s, [[Minecraft:enchanted book]]s, and [[Minecraft:knowledge book]]s.
::A dropper facing toward a chiseled bookshelf from any direction can insert [[Minecraft:book]]s, books and quills, written books, enchanted books, and knowledge books.


:;{{BlockLink|Crafter}}
:;{{BlockLink|Crafter}}
Line 124: Line 124:


:;{{BlockLink|Jukebox}}
:;{{BlockLink|Jukebox}}
::A dropper can insert [[Minecraft:music disc]]s into a jukebox from any direction. The dropper does not activate if the jukebox is already playing a disc.
::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.


:;{{BlockLink|Lectern}}
:;{{BlockLink|Lectern}}
Line 130: Line 130:


:;{{EntityLink|Minecart with chest}}, {{EntityLink|minecart with hopper}}
:;{{EntityLink|Minecart with chest}}, {{EntityLink|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 [[Minecraft:activator rail]].
::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.


:;{{BlockLink|Shulker box}}
:;{{BlockLink|Shulker box}}
Line 136: Line 136:


=== Note blocks ===
=== Note blocks ===
Droppers can be placed under [[Minecraft:note block]]s to produce "bass drum" sounds.
Droppers can be placed under note blocks to produce "bass drum" sounds.


=== Crafting ingredient ===
=== Crafting ingredient ===
Line 259: Line 259:
*** {{nbt|compound}}: An item, including the slot tag. Dropper slots are numbered 0-8 with 0 in the top left corner.
*** {{nbt|compound}}: An item, including the slot tag. Dropper slots are numbered 0-8 with 0 in the top left corner.
**** {{nbt inherit/item|indent=****}}
**** {{nbt inherit/item|indent=****}}
**{{Nbt|byte|Lunar}}: Exists only in the april fools snapshot [[Minecraft:Java Edition 23w13a or b|23w13a_or_b]]. Optional. When set to any full number from -128 to 127, turns it to a lunar base dropper, and placing light or heavy [[Minecraft:Pressure Plate|pressure plate]] on top of it creates the [[Minecraft:Lunar Base|lunar base]] structure.
**{{Nbt|byte|Lunar}}: Exists only in the april fools snapshot 23w13a_or_b. Optional. When set to any full number from -128 to 127, turns it to a lunar base dropper, and placing light or heavy [[Minecraft:Pressure Plate|pressure plate]] on top of it creates the lunar base structure.
</div><section end="block data"/>
</div><section end="block data"/>


Line 286: Line 286:
|{{HistoryLine|||dev=13w10b|Activated droppers now do not fire if they receive a [[Minecraft:block]] update.}}
|{{HistoryLine|||dev=13w10b|Activated droppers now do not fire if they receive a [[Minecraft:block]] update.}}
|{{HistoryLine||1.8|dev=14w25a|[[File:Furnace (N) JE2 BE1.png|32px]] [[File:Dropper (E) JE2.png|32px]] [[File:Dropper (S) JE2.png|32px]] [[File:Furnace (W) JE3.png|32px]] [[File:Dispenser (D) JE2.png|32px]] The models of dropper have been changed.}}
|{{HistoryLine||1.8|dev=14w25a|[[File:Furnace (N) JE2 BE1.png|32px]] [[File:Dropper (E) JE2.png|32px]] [[File:Dropper (S) JE2.png|32px]] [[File:Furnace (W) JE3.png|32px]] [[File:Dispenser (D) JE2.png|32px]] The models of dropper have been changed.}}
|{{HistoryLine||1.9.1|dev=pre1|Droppers can now use [[Minecraft:loot table]]s.}}
|{{HistoryLine||1.9.1|dev=pre1|Droppers can now use loot tables.}}
|{{HistoryLine||1.14|dev=18w43a|[[File:Furnace (N) JE3 BE2.png|32px]] [[File:Dropper (E) JE3.png|32px]] [[File:Dropper (S) JE3.png|32px]] [[File:Furnace (W) JE4.png|32px]] [[File:Dropper (U) JE2 BE2.png|32px]] [[File:Dispenser (D) JE3.png|32px]] The textures of droppers have now been changed.}}
|{{HistoryLine||1.14|dev=18w43a|[[File:Furnace (N) JE3 BE2.png|32px]] [[File:Dropper (E) JE3.png|32px]] [[File:Dropper (S) JE3.png|32px]] [[File:Furnace (W) JE4.png|32px]] [[File:Dropper (U) JE2 BE2.png|32px]] [[File:Dispenser (D) JE3.png|32px]] The textures of droppers have now been changed.}}
|{{HistoryLine||1.19.3|exp=Update 1.20|dev=22w44a|Droppers can now interact with [[Minecraft:chiseled bookshelves]].}}
|{{HistoryLine||1.19.3|exp=Update 1.20|dev=22w44a|Droppers can now interact with chiseled bookshelves.}}
|{{HistoryLine||1.19.4|dev=23w07a|Droppers can now interact with [[Minecraft:jukeboxes]].}}
|{{HistoryLine||1.19.4|dev=23w07a|Droppers can now interact with jukeboxes.}}
|{{HistoryLine||1.20.3|exp=Update 1.21|dev=23w42a|Droppers can now be used to craft [[Minecraft:crafter]]s.}}
|{{HistoryLine||1.20.3|exp=Update 1.21|dev=23w42a|Droppers can now be used to craft [[Minecraft:crafter]]s.}}
}}
}}
Line 318: Line 318:


<gallery>
<gallery>
1st image of new Dispenser slash dropper Placement.png|The first image of droppers (bottom) [[Minecraft:dinnerbonetweet:293667947434631168|released]] by [[Minecraft:Mojang]].
1st image of new Dispenser slash dropper Placement.png|The first image of droppers (bottom) released by Mojang.
13w03a Banner.png|The 13w03a banner featuring a dropper and a [[Minecraft:minecart with hopper]].
13w03a Banner.png|The 13w03a banner featuring a dropper and a minecart with hopper.
Jeb Dropper.png|A dropper in action.
Jeb Dropper.png|A dropper in action.
</gallery>
</gallery>
Line 326: Line 326:
{{HistoryTable
{{HistoryTable
|{{HistoryLine|java}}
|{{HistoryLine|java}}
|{{HistoryLine||1.13|dev=17w47a|Prior to [[Minecraft:1.13/Flattening|''The Flattening'']], this block's numeral ID was 158.}}
|{{HistoryLine||1.13|dev=17w47a|Prior to ''The Flattening'', this block's numeral ID was 158.}}
}}
}}


Line 372: Line 372:


== External links ==
== External links ==
*{{Mcnet|block-week--dropper|Block of the Week: Dropper|October 8, 2020|[[Minecraft:Duncan Geere]]}}
*{{Mcnet|block-week--dropper|Block of the Week: Dropper|October 8, 2020|Duncan Geere}}


== Navigation ==
== Navigation ==
Line 386: Line 386:
[[Category:Readable by comparators]]
[[Category:Readable by comparators]]


[[Minecraft:de:Spender]]
de:Spender
[[Minecraft:es:Soltador]]
es:Soltador
[[Minecraft:fr:Dropper]]
fr:Dropper
[[Minecraft:it:Gettatore]]
it:Gettatore
[[Minecraft:ja:ドロッパー]]
ja:ドロッパー
[[Minecraft:ko:공급기]]
ko:공급기
[[Minecraft:nl:Dropper]]
nl:Dropper
[[Minecraft:pl:Podajnik]]
pl:Podajnik
[[Minecraft:pt:Liberador]]
pt:Liberador
[[Minecraft:ru:Выбрасыватель]]
ru:Выбрасыватель
[[Minecraft:uk:Викидач]]
uk:Викидач
[[Minecraft:zh:投掷器]]
zh:投掷器

Revision as of 15:48, 9 April 2026

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

Obtaining

Breaking

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

Crafting

Template:Crafting

Usage

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.

Template:IN, droppers cannot be moved by Minecraft:pistons.

Container

File:Dropper GUI.png
GUI of the dropper.

A dropper has 9 slots of inventory space.

To open the dropper GUI, use the Template:Control 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 Template:Key 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 Minecraft:anvil before placing it. Template:IN, droppers can also be renamed by using the Template:Cmd command (for example, to label a dropper at (0,64,0) "Alice's Dropper", use Template:Cmd).

Template:IN, a dropper can be "locked" (or subsequently unlocked) by setting the dropper's lock tag with the Template:Cmd 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 Template:Cmd.

Redstone component

Template:See also 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 Template:In 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 Minecraft: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 Template:Convert between activation and a response. During this time, additional inputs are ignored.
Template:IN, the dropper can only activate on the input/consumer redstone tick (C-tick).
Behavior

Template:See also

When activated, a dropper waits Template:Convert 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 Template:Control control. Even items that would be treated differently by a Minecraft:dispenser (such as Minecraft: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

Some containers interact with droppers in specific ways:

Template:BlockLink, Template:EntityLink, Template:BlockLink, Template:BlockLink
Droppers interact normally with barrels, boats with chests, dispensers, and other droppers.
Template:BlockLink
A dropper facing toward a brewing stand from above deposits only into the ingredient slot and it can insert only valid Minecraft: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.
Template:BlockLink, Template:BlockLink
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.
Template:BlockLink
A dropper facing toward a chiseled bookshelf from any direction can insert Minecraft:books, books and quills, written books, enchanted books, and knowledge books.
Template:BlockLink
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.
Template:BlockLink
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.
Template:BlockLink
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.
Template:BlockLink
Droppers cannot interact with ender chests in any way.
Template:BlockLink, Template:BlockLink, Template:BlockLink
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.
Template:BlockLink
A dropper facing toward a hopper can insert items even if the hopper is locked by an active redstone signal.
Template:BlockLink
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.
Template:BlockLink
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.
Template:BlockLink
Droppers cannot interact with lecterns in any way.
Template:EntityLink, Template:EntityLink
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.
Template:BlockLink
Droppers cannot put shulker boxes into other shulker boxes. Otherwise, droppers interact with shulker boxes normally.

Note blocks

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

Crafting ingredient

Template:Crafting usage

Sounds

Generic

Template:Sound table/Block/Stone

Unique

Template:El: Template:SoundTable

Template:El: Template:SoundTable

Data values

ID

Template:Edition: Template:ID table Template:ID table

Template:Edition: Template:ID table Template:ID table

Block states

Template:See also

{{#lst:Dispenser|block states}}

Block data

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

Template:El: Template:See also

<section begin="block data"/>

<section end="block data"/>

Template:El:

See Minecraft:Bedrock Edition level format/Block entity format.

Videos

History

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Legacy Console Edition

Template:HistoryTable

New Nintendo 3DS Edition

Template:HistoryTable

Data history

Template:HistoryTable

Issues

Template:Issue list

Trivia

  • The dropper is similar in appearance with the Minecraft: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

Renders

Java Edition

Bedrock Edition

In other media

See also

References

Template:Reflist

External links

Navigation

Template:Navbox redstone Template:Navbox blocks

de:Spender es:Soltador fr:Dropper it:Gettatore ja:ドロッパー ko:공급기 nl:Dropper pl:Podajnik pt:Liberador ru:Выбрасыватель uk:Викидач zh:投掷器