Liquid Tanks/Liquid Minecarts: Difference between revisions
Jump to navigation
Jump to search
(Liquid Locomotive was not listed under advancements) |
(Add category, updater, and history) |
||
Line 6: | Line 6: | ||
| requires = [[Liquid Tanks]] | | requires = [[Liquid Tanks]] | ||
| complementary = [[Potion Liquids]] | | complementary = [[Potion Liquids]] | ||
}} | |updater=SpecialBuilder32}} | ||
Liquid Minecarts are used to move liquids between tanks and support any new liquids automatically. | Liquid Minecarts are used to move liquids between [[Liquid Tanks|liquid tanks]] and support any new liquids automatically. | ||
==Features== | ==Features== | ||
Line 14: | Line 14: | ||
Liquid Minecarts can be filled by a tank if the hopper points into the minecart either from the top of one of the sides, and emptied by driving them over a tank. If a minecart already has liquid in it, it will only accept the contents of tanks with the same liquid and vice versa. | Liquid Minecarts can be filled by a tank if the hopper points into the minecart either from the top of one of the sides, and emptied by driving them over a tank. If a minecart already has liquid in it, it will only accept the contents of tanks with the same liquid and vice versa. | ||
The Liquid Minecart can be fully emptied by driving it over an activator rail. | The Liquid Minecart can be fully emptied by driving it over an activator rail. | ||
{{Crafting | {{Crafting | ||
| Name = Hopper | | Name = Minecart with Hopper | ||
| Input = {{CraftingHopper | | Input = {{CraftingHopper | ||
| Iron Trapdoor | Dispenser | Redstone Comparator | Bucket | Hopper | | Iron Trapdoor | Dispenser | Redstone Comparator | Bucket | Hopper | ||
Line 26: | Line 27: | ||
}} | }} | ||
===Technical | ===Technical Details=== | ||
A note on why liquid minecarts are command_block_minecart entities. Originally a regular minecart was used but this caused the passenger tank armour stand to be ejected when going over an activator rail. Minecarts themselves don't support skulls as a custom display block. Because they have no GUI functionality and seeing a hopper interface on a mobile liquid tank would cause players to expect it to be able to bottle and unbottle. Furthermore, a GUI will cause the tank to suck items out of hoppers or place them in, potentially messing up auto-filler systems if it picks something up while travelling down a track. Furnace minecarts drive weird as we all know so command block minecart it is! There's an added advantage that the "drain" feature is entered as a command in the minecart itself meaning there's no 20hz clock needed to check for activator rails. As far as I can tell, in survival, it acts like a normal minecart. You can't view the command GUI and breaking it doesn't drop a command block. | A note on why liquid minecarts are command_block_minecart entities. Originally a regular minecart was used but this caused the passenger tank armour stand to be ejected when going over an activator rail. Minecarts themselves don't support skulls as a custom display block. Because they have no GUI functionality and seeing a hopper interface on a mobile liquid tank would cause players to expect it to be able to bottle and unbottle. Furthermore, a GUI will cause the tank to suck items out of hoppers or place them in, potentially messing up auto-filler systems if it picks something up while travelling down a track. Furnace minecarts drive weird as we all know so command block minecart it is! There's an added advantage that the "drain" feature is entered as a command in the minecart itself meaning there's no 20hz clock needed to check for activator rails. As far as I can tell, in survival, it acts like a normal minecart. You can't view the command GUI and breaking it doesn't drop a command block. | ||
=== Advancements === | === Advancements === | ||
{| class = "wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
! Advancement | ! Advancement | ||
Line 53: | Line 54: | ||
|- | |- | ||
| 1.14 | | 1.14 | ||
| style = "text-align:right" | 23 Aug 2019 | | style="text-align:right" | 23 Aug 2019 | ||
| Released Liquid Minecarts | | Released Liquid Minecarts | ||
|- | |- | ||
| 1.15 | | rowspan="2" | 1.15 | ||
| style = "text-align:right" | 11 Dec 2019 | | style="text-align:right" | 11 Dec 2019 | ||
| Updated for 1.15 | | Updated for 1.15 base module | ||
|- | |||
|12 Apr 2020 | |||
|Update for new Liquid Tanks format | |||
|} | |} | ||
[[Category:All Modules]] | [[Category:All Modules]] | ||
[[Category:Expansion Packs]] |