Minecraft:Minecart with Hopper: Difference between revisions
More actions
imported>LauraFii m →Video |
Fix template calls: add MC/ prefix |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{For||Minecart (disambiguation)}}{{Infobox item entity | {{MC/For||Minecart (disambiguation)}}{{Infobox item entity | ||
| image = Minecart with Hopper.png | | image = Minecart with Hopper.png | ||
| invimage = Minecart with Hopper | | invimage = Minecart with Hopper | ||
| Line 6: | Line 6: | ||
| size = Height: 0.7 blocks<br>Width: 0.98 blocks | | size = Height: 0.7 blocks<br>Width: 0.98 blocks | ||
| networkid = | | networkid = | ||
| drops = 1 {{ | | drops = 1 {{MC/Itemlink|Minecart with Hopper}}<br>plus contents | ||
| health = {{hp|6}} | | health = {{hp|6}} | ||
}} | }} | ||
A '''minecart with hopper''' is a [[Minecraft:minecart]] with a [[Minecraft:hopper]] inside. Unlike a normal hopper, it pulls items from containers much more quickly, cannot push items into containers, can collect | A '''minecart with hopper''' is a [[Minecraft:minecart]] with a [[Minecraft:hopper]] inside. Unlike a normal hopper, it pulls items from containers much more quickly, cannot push items into containers, can collect item entities through a single layer of [[Minecraft:solid block]]s, and is locked and unlocked via activator rails. | ||
== Obtaining == | == Obtaining == | ||
| Line 20: | Line 20: | ||
}} | }} | ||
Minecarts with hoppers can be retrieved by attacking them. By doing so, it drops as an [[Minecraft:item (entity)|item]] along with the contents of the hopper. | Minecarts with hoppers can be retrieved by attacking them. By doing so, it drops as an [[Minecraft:item (entity)|item]] along with the contents of the hopper. Critical hits are not applied to them although the particles suggest otherwise. | ||
== Usage == | == Usage == | ||
| Line 26: | Line 26: | ||
Minecarts with hoppers are placed similarly to other [[Minecraft:minecart]]s. | Minecarts with hoppers are placed similarly to other [[Minecraft:minecart]]s. | ||
A minecart with hopper pulls in items lying nearby (within a range slightly larger than the cart itself), or inside a container directly above the minecart, at a high speed. In [[Minecraft:Java Edition|''Java Edition'']] a hopper minecart pulls items from a container directly above the minecart at a speed of one item every | A minecart with hopper pulls in items lying nearby (within a range slightly larger than the cart itself), or inside a container directly above the minecart, at a high speed. In [[Minecraft:Java Edition|''Java Edition'']] a hopper minecart pulls items from a container directly above the minecart at a speed of one item every game tick in (20 items per second), eight times as fast as a normal hopper. In [[Minecraft:Bedrock Edition|''Bedrock Edition'']] it pulls an item only every two game ticks (10 items per second), four times as fast as a normal hopper. It also picks up items that are lying on a block directly above the track. It does not push items into containers, but a hopper underneath the track can remove items from a minecart with hopper on the track. Ordinary hoppers can also drop items into a minecart with hopper like other containers, at the normal speed of 2.5 items per second. In ''Bedrock Edition'' a minecart with hopper on a curved rail pulls in items in a hopper lying in front of its moving direction and one block above if the hopper's output funnel is pointed downward and no block is below that hopper.<ref>{{bug|MCPE-94293}}</ref> | ||
The minecart with hopper can be disabled by passing over a powered | The minecart with hopper can be disabled by passing over a powered activator rail, and can be reenabled by an inactive activator rail. | ||
An empty minecart with hopper can travel more than 85 blocks without stopping (as opposed to a normal cart going less than 12 blocks) from a dead stop using a two-powered track starter, even with another minecart in front of it. However, the distance traveled by a minecart with hopper depends on the hopper's load. Using a one-powered rail starter track, a minecart with an empty hopper travels 64 blocks until it stops (as opposed to an empty normal minecart going 8 blocks). The distance traveled diminishes non-linearly with increased hopper load; a minecart with a full hopper can travel only 16 blocks in this setup. | An empty minecart with hopper can travel more than 85 blocks without stopping (as opposed to a normal cart going less than 12 blocks) from a dead stop using a two-powered track starter, even with another minecart in front of it. However, the distance traveled by a minecart with hopper depends on the hopper's load. Using a one-powered rail starter track, a minecart with an empty hopper travels 64 blocks until it stops (as opposed to an empty normal minecart going 8 blocks). The distance traveled diminishes non-linearly with increased hopper load; a minecart with a full hopper can travel only 16 blocks in this setup. | ||
{{See also|Tutorial:Storage minecarts}} | {{MC/See also|Tutorial:Storage minecarts}} | ||
== Sounds == | == Sounds == | ||
{{Edition|Java}}:<br> | {{MC/Edition|Java}}:<br> | ||
Minecarts with hoppers use the Friendly Creatures sound category for | Minecarts with hoppers use the Friendly Creatures sound category for entity-dependent sound events.<ref group=sound name=rollsource>{{bug|MC-42132}}</ref> | ||
{{SoundTable | {{SoundTable | ||
| Line 54: | Line 54: | ||
}} | }} | ||
{{Edition|Bedrock}}: | {{MC/Edition|Bedrock}}: | ||
{{SoundTable | {{SoundTable | ||
| type = bedrock | | type = bedrock | ||
| Line 67: | Line 67: | ||
== Data values == | == Data values == | ||
=== ID === | === ID === | ||
{{ | {{MC/Edition|java}}: | ||
{{ID table | {{ID table | ||
|edition=java | |edition=java | ||
| Line 87: | Line 87: | ||
|foot=1}} | |foot=1}} | ||
{{ | {{MC/Edition|bedrock}}: | ||
{{ID table | {{ID table | ||
|edition=bedrock | |edition=bedrock | ||
| Line 117: | Line 117: | ||
Minecarts with hoppers have entity data associated with them that contain various properties of the entity. | Minecarts with hoppers have entity data associated with them that contain various properties of the entity. | ||
{{ | {{MC/El|java}}: | ||
{{ | {{MC/Main|Entity format}} | ||
<section begin="entity data"/><div class="treeview" style="margin-top: 0;"> | <section begin="entity data"/><div class="treeview" style="margin-top: 0;"> | ||
* {{ | * {{MC/Nbt|compound}} Entity data | ||
** {{ | ** {{MC/Nbt inherit/container entity}} | ||
** {{ | ** {{MC/Nbt inherit/entity}} | ||
** {{ | ** {{MC/Nbt inherit/vehicle}} | ||
** {{ | ** {{MC/Nbt|bool|Enabled}}: {{MC/Cd|1}} or {{MC/Cd|0}} ({{MC/Cd|true}}/{{MC/Cd|false}}) - If {{MC/Cd|true}}, the minecart hopper picks up items into its inventory. | ||
</div><section end="entity data"/> | </div><section end="entity data"/> | ||
{{ | {{MC/El|bedrock}}: | ||
: See [[Minecraft:Bedrock Edition level format/Entity format]]. | : See [[Minecraft:Bedrock Edition level format/Entity format]]. | ||
== Videos == | == Videos == | ||
<div style="text-align:center">{{ | <div style="text-align:center">{{MC/Yt|I5etC7LeCac}}</div> | ||
== History == | == History == | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java}} | |{{MC/HistoryLine|java}} | ||
|{{HistoryLine||1.5|dev=13w03a|[[File:Minecart with Hopper JE1 BE1.png|32px]] [[File:Minecart with Hopper (item) JE1 BE1.png|32px]] Added minecart with hopper.}} | |{{MC/HistoryLine||1.5|dev=13w03a|[[File:Minecart with Hopper JE1 BE1.png|32px]] [[File:Minecart with Hopper (item) JE1 BE1.png|32px]] Added minecart with hopper.}} | ||
|{{HistoryLine||1.9|dev=15w43a|Loot tables are added; minecarts with hoppers now can use loot tables.}} | |{{MC/HistoryLine||1.9|dev=15w43a|Loot tables are added; minecarts with hoppers now can use loot tables.}} | ||
|{{HistoryLine||1.9.1|dev=pre2|The title of the [[Minecraft:inventory]] is changed from 'Hopper minecart' to 'Minecart with Hopper'.}} | |{{MC/HistoryLine||1.9.1|dev=pre2|The title of the [[Minecraft:inventory]] is changed from 'Hopper minecart' to 'Minecart with Hopper'.}} | ||
|{{HistoryLine||1.14|dev=18w43a|[[File:Minecart with Hopper JE2 BE2.png|32px]] [[File:Minecart with Hopper (item) JE2 BE2.png|32px]] The textures of the minecart with hopper have now been changed.}} | |{{MC/HistoryLine||1.14|dev=18w43a|[[File:Minecart with Hopper JE2 BE2.png|32px]] [[File:Minecart with Hopper (item) JE2 BE2.png|32px]] The textures of the minecart with hopper have now been changed.}} | ||
|{{HistoryLine||1.15|dev=19w38a|[[File:Minecart with Hopper 19w38a.png|32px]] The hopper now appears dark, same as suffocating mobs.}} | |{{MC/HistoryLine||1.15|dev=19w38a|[[File:Minecart with Hopper 19w38a.png|32px]] The hopper now appears dark, same as suffocating mobs.}} | ||
|{{HistoryLine|||dev=19w39a|The hopper now renders correctly.}} | |{{MC/HistoryLine|||dev=19w39a|The hopper now renders correctly.}} | ||
|{{HistoryLine||1.16.2|dev=pre1|Opening or destroying a minecart with hopper now angers nearby [[Minecraft:piglin]]s.}} | |{{MC/HistoryLine||1.16.2|dev=pre1|Opening or destroying a minecart with hopper now angers nearby [[Minecraft:piglin]]s.}} | ||
|{{HistoryLine||1.19|dev=22w13a|The crafting recipe for a minecart with hopper is now shapeless. | |{{HistoryLine||1.19|dev=22w13a|The crafting recipe for a minecart with hopper is now shapeless. | ||
|Breaking a minecart with hopper now drops the item instead of the minecart and hopper separately. The contents of the hopper are still dropped.<ref>{{bug|MC-249493|||Fixed}}</ref>}} | |Breaking a minecart with hopper now drops the item instead of the minecart and hopper separately. The contents of the hopper are still dropped.<ref>{{bug|MC-249493|||Fixed}}</ref>}} | ||
|{{HistoryLine||1.19.4|dev=23w06a|Minecart with hopper no longer aggravates [[Minecraft:piglin]]s when opened or destroyed.}} | |{{MC/HistoryLine||1.19.4|dev=23w06a|Minecart with hopper no longer aggravates [[Minecraft:piglin]]s when opened or destroyed.}} | ||
}} | }} | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|pocket alpha}} | |{{MC/HistoryLine|pocket alpha}} | ||
|{{HistoryLine||v0.14.0|dev=build 1|[[File:Minecart with Hopper JE1 BE1.png|32px]] [[File:Minecart with Hopper (item) JE1 BE1.png|32px]] Added minecart with hopper.}} | |{{MC/HistoryLine||v0.14.0|dev=build 1|[[File:Minecart with Hopper JE1 BE1.png|32px]] [[File:Minecart with Hopper (item) JE1 BE1.png|32px]] Added minecart with hopper.}} | ||
|{{HistoryLine|bedrock}} | |{{MC/HistoryLine|bedrock}} | ||
|{{HistoryLine||1.10.0|dev=beta 1.10.0.3|[[File:Minecart with Hopper JE2 BE2.png|32px]] [[File:Minecart with Hopper (item) JE2 BE2.png|32px]] The textures of the minecart with hopper have now been changed.}} | |{{MC/HistoryLine||1.10.0|dev=beta 1.10.0.3|[[File:Minecart with Hopper JE2 BE2.png|32px]] [[File:Minecart with Hopper (item) JE2 BE2.png|32px]] The textures of the minecart with hopper have now been changed.}} | ||
|{{HistoryLine||1.19.0|dev=Preview 1.19.0.31|Breaking a minecart with hopper now drops the item instead of the minecart and hopper separately. The contents of the hopper are still dropped.}} | |{{MC/HistoryLine||1.19.0|dev=Preview 1.19.0.31|Breaking a minecart with hopper now drops the item instead of the minecart and hopper separately. The contents of the hopper are still dropped.}} | ||
}} | }} | ||
=== Legacy Console Edition === | === Legacy Console Edition === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|console}} | |{{MC/HistoryLine|console}} | ||
|{{HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|wiiu=Patch 1|switch=1.0.1|[[File:Minecart with Hopper JE1 BE1.png|32px]] [[File:Minecart with Hopper (item) JE1 BE1.png|32px]] Added minecart with hopper.}} | |{{MC/HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|wiiu=Patch 1|switch=1.0.1|[[File:Minecart with Hopper JE1 BE1.png|32px]] [[File:Minecart with Hopper (item) JE1 BE1.png|32px]] Added minecart with hopper.}} | ||
|{{HistoryLine||xbox=TU21|xbone=CU9|ps3=1.14|psvita=1.14|ps4=1.14|The minecart | |{{MC/HistoryLine||xbox=TU21|xbone=CU9|ps3=1.14|psvita=1.14|ps4=1.14|The minecart limit has been increased.}} | ||
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:Minecart with Hopper JE2 BE2.png|32px]] [[File:Minecart with Hopper (item) JE2 BE2.png|32px]] The textures of the minecart with hopper have now been changed.}} | |{{MC/HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:Minecart with Hopper JE2 BE2.png|32px]] [[File:Minecart with Hopper (item) JE2 BE2.png|32px]] The textures of the minecart with hopper have now been changed.}} | ||
}} | }} | ||
=== ''New Nintendo 3DS Edition'' === | === ''New Nintendo 3DS Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|new 3ds}} | |{{MC/HistoryLine|new 3ds}} | ||
|{{HistoryLine||0.1.0|[[File:Minecart with Hopper JE1 BE1.png|32px]] [[File:Minecart with Hopper (item) JE1 BE1.png|32px]] Added minecart with hopper. | |{{MC/HistoryLine||0.1.0|[[File:Minecart with Hopper JE1 BE1.png|32px]] [[File:Minecart with Hopper (item) JE1 BE1.png|32px]] Added minecart with hopper. | ||
|Minecarts with hoppers now emit smoke | |Minecarts with hoppers now emit smoke particles when destroyed.}} | ||
}} | }} | ||
| Line 176: | Line 176: | ||
==== ''Java Edition'' ==== | ==== ''Java Edition'' ==== | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java}} | |{{MC/HistoryLine|java}} | ||
|{{HistoryLine||1.11|dev=16w32a|The entity ID of the minecart with hopper has now been changed from <code>MinecartHopper</code> to <code>hopper_minecart</code>.}} | |{{MC/HistoryLine||1.11|dev=16w32a|The entity ID of the minecart with hopper has now been changed from <code>MinecartHopper</code> to <code>hopper_minecart</code>.}} | ||
|{{HistoryLine||1.13|dev=17w47a|Prior to | |{{HistoryLine||1.13|dev=17w47a|Prior to ''The Flattening'', this item's numeral ID was 408.{{MC/Info needed|and the numeric entity ID was what?}}}} | ||
|{{HistoryLine||1.19.4|dev=23w03a|<code>TransferCooldown</code> data has been removed.}} | |{{MC/HistoryLine||1.19.4|dev=23w03a|<code>TransferCooldown</code> data has been removed.}} | ||
}} | }} | ||
==== ''Bedrock Edition'' ==== | ==== ''Bedrock Edition'' ==== | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|pocket}} | |{{MC/HistoryLine|pocket}} | ||
|{{HistoryLine||1.1.0|dev=alpha 1.1.0.0|The entity ID of the minecart with hopper has now been changed from <code>minecarthopper</code> to <code>hopper_minecart</code>.}} | |{{MC/HistoryLine||1.1.0|dev=alpha 1.1.0.0|The entity ID of the minecart with hopper has now been changed from <code>minecarthopper</code> to <code>hopper_minecart</code>.}} | ||
}} | }} | ||
== Issues == | == Issues == | ||
{{ | {{MC/Issue list}} | ||
== Gallery == | == Gallery == | ||
| Line 198: | Line 198: | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Navigation == | == Navigation == | ||
{{Navbox items|Utilities}} | {{MC/Navbox items|Utilities}} | ||
{{Navbox entities|Other}} | {{MC/Navbox entities|Other}} | ||
[[Category:Storage]] | [[Category:Storage]] | ||
| Line 208: | Line 208: | ||
[[Category:Vehicles]] | [[Category:Vehicles]] | ||
cs:Vozík s násypkou | |||
de:Trichterlore | |||
es:Vagoneta con tolva | |||
fr:Wagonnet à entonnoir | |||
hu:Tölcsér csille | |||
it:Carrello da miniera | |||
ja:ホッパー付きのトロッコ | |||
ko:호퍼가 실린 광산 수레 | |||
nl:Mijnkar met trechter | |||
pl:Wagonik z lejem | |||
pt:Carrinho de mina com funil | |||
ru:Вагонетка с воронкой | |||
uk:Вагонетка з лійкою | |||
zh:漏斗矿车 | |||
Latest revision as of 20:37, 9 April 2026
Template:HatnoteTemplate:Infobox item entity A minecart with hopper is a Minecraft:minecart with a Minecraft:hopper inside. Unlike a normal hopper, it pulls items from containers much more quickly, cannot push items into containers, can collect item entities through a single layer of Minecraft:solid blocks, and is locked and unlocked via activator rails.
Obtaining
Crafting
Minecarts with hoppers can be retrieved by attacking them. By doing so, it drops as an item along with the contents of the hopper. Critical hits are not applied to them although the particles suggest otherwise.
Usage
Minecarts with hoppers are placed similarly to other Minecraft:minecarts.
A minecart with hopper pulls in items lying nearby (within a range slightly larger than the cart itself), or inside a container directly above the minecart, at a high speed. In Java Edition a hopper minecart pulls items from a container directly above the minecart at a speed of one item every game tick in (20 items per second), eight times as fast as a normal hopper. In Bedrock Edition it pulls an item only every two game ticks (10 items per second), four times as fast as a normal hopper. It also picks up items that are lying on a block directly above the track. It does not push items into containers, but a hopper underneath the track can remove items from a minecart with hopper on the track. Ordinary hoppers can also drop items into a minecart with hopper like other containers, at the normal speed of 2.5 items per second. In Bedrock Edition a minecart with hopper on a curved rail pulls in items in a hopper lying in front of its moving direction and one block above if the hopper's output funnel is pointed downward and no block is below that hopper.<ref>Template:Bug</ref>
The minecart with hopper can be disabled by passing over a powered activator rail, and can be reenabled by an inactive activator rail.
An empty minecart with hopper can travel more than 85 blocks without stopping (as opposed to a normal cart going less than 12 blocks) from a dead stop using a two-powered track starter, even with another minecart in front of it. However, the distance traveled by a minecart with hopper depends on the hopper's load. Using a one-powered rail starter track, a minecart with an empty hopper travels 64 blocks until it stops (as opposed to an empty normal minecart going 8 blocks). The distance traveled diminishes non-linearly with increased hopper load; a minecart with a full hopper can travel only 16 blocks in this setup.
{{#vardefine:params|0 }}Template:Hatnote
Sounds
Template:!((Java EditionTemplate:))!:
Minecarts with hoppers use the Friendly Creatures sound category for entity-dependent sound events.<ref group=sound name=rollsource>Template:Bug</ref>
Template:!((Bedrock EditionTemplate:))!: Template:SoundTable
Data values
ID
Template:!((Java EditionTemplate:))!: Template:ID table Template:ID table
Template:!((Bedrock EditionTemplate:))!: Template:ID table Template:ID table
Entity data
Minecarts with hoppers have entity data associated with them that contain various properties of the entity.
- REDIRECT Template:Edition
Template:Rcat: {{#vardefine:params|0 }}Template:Hatnote
<section begin="entity data"/>
- Template:Nbt/sprite Entity data
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
- REDIRECT Template:Code
Template:Redr) - If
- REDIRECT Template:Code
Template:Redr, the minecart hopper picks up items into its inventory.
<section end="entity data"/>
- REDIRECT Template:Edition
Videos
- REDIRECT Template:YouTube
History
Java Edition
Bedrock Edition
Legacy Console Edition
New Nintendo 3DS Edition
Data history
Java Edition
Bedrock Edition
Issues
Script error: No such module "Issue list".
Gallery
Screenshots
-
The first image of hopper carts released by Dinnerbone.<ref>Template:Tweet</ref>
-
The 13w03a banner showing a minecart with hopper and a Minecraft:dropper.
References
<references group="">
</references>
Template:Article otherTemplate:Article other
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
cs:Vozík s násypkou de:Trichterlore es:Vagoneta con tolva fr:Wagonnet à entonnoir hu:Tölcsér csille it:Carrello da miniera ja:ホッパー付きのトロッコ ko:호퍼가 실린 광산 수레 nl:Mijnkar met trechter pl:Wagonik z lejem pt:Carrinho de mina com funil ru:Вагонетка с воронкой uk:Вагонетка з лійкою zh:漏斗矿车