Minecraft:Boat: Difference between revisions
More actions
imported>NRPAN1 m →Mobs |
Fix template calls: add MC/ prefix |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{For}} | {{MC/For}} | ||
{{Infobox item entity | {{Infobox item entity | ||
| group = Oak | | group = Oak | ||
| Line 34: | Line 34: | ||
| renewable = Yes | | renewable = Yes | ||
| flammable = Yes | | flammable = Yes | ||
| size = '''{{ | | size = '''{{MC/In|Java}}:'''<br> | ||
Height: 0.5625 blocks<br>Width: 1.375 blocks<br> | Height: 0.5625 blocks<br>Width: 1.375 blocks<br> | ||
'''{{ | '''{{MC/In|Bedrock}}:'''<br> | ||
Height: 0.455 blocks<br>Width: 1.4 blocks | Height: 0.455 blocks<br>Width: 1.4 blocks | ||
| networkid = | | networkid = | ||
| health = {{jebe|Just over {{hp|4}}{{note|Exactly 4 damage is not enough to destroy it.}}|{{hp|40}}}} | | health = {{jebe|Just over {{hp|4}}{{note|Exactly 4 damage is not enough to destroy it.}}|{{hp|40}}}} | ||
}} | }} | ||
'''Boats''' (including '''bamboo rafts''') are drivable vehicle | '''Boats''' (including '''bamboo rafts''') are drivable vehicle entities that can be ridden through [[Minecraft:water]] or at high speeds across all types of ice. Most [[Minecraft:mob]]s will ride nearby boats, which they cannot control or exit on their own. | ||
== Obtaining == | == Obtaining == | ||
Boats can be crafted with any Overworld planks; crimson and warped planks cannot be used to make boats.<ref>{{bug|MC-170868|||Invalid}}</ref> | Boats can be crafted with any Overworld planks; crimson and warped planks cannot be used to make boats.<ref>{{bug|MC-170868|||Invalid}}</ref> | ||
Boats can be retrieved by repeatedly hitting them until they drop as an item. In ''Java Edition'', [[Minecraft:tool]]s and [[Minecraft:weapon]]s that deal more than {{Health|4}} damage can destroy a boat in one hit. | Boats can be retrieved by repeatedly hitting them until they drop as an item. In ''Java Edition'', [[Minecraft:tool]]s and [[Minecraft:weapon]]s that deal more than {{MC/Health|4}} damage can destroy a boat in one hit. | ||
=== Crafting === | === Crafting === | ||
| Line 61: | Line 61: | ||
== Usage == | == Usage == | ||
Boats can be used for the transportation of | Boats can be used for the transportation of players and [[Minecraft:mob]]s, sold for emeralds, or used as fuel. | ||
=== Crafting === | === Crafting === | ||
| Line 73: | Line 73: | ||
=== Transportation === | === Transportation === | ||
{{ | {{MC/See also|Transportation|Riding}} | ||
==== Entering ==== | ==== Entering ==== | ||
A player enters a boat by {{ | A player enters a boat by {{MC/Control|using}} it, if the boat is not fully occupied (boats can hold two entities). Unlike [[Minecraft:bed]]s, there is no message above the hotbar for attempting to enter a fully occupied boat.<ref>{{bug|MC-161251|||WAI}}</ref> | ||
==== Exiting ==== | ==== Exiting ==== | ||
A boat can be exited by {{ | A boat can be exited by {{MC/Control|sneaking}} or {{MC/In|BE}}, pressing down the right analog stick on a controller, tapping the "Leave Boat" button when using touch controls, or {{MC/Control|jumping}}. When exiting a boat, the player is placed in the direction the player is facing, or, if facing directly up or down, the player is placed in front of the boat. The exiting player is placed on land if possible from the dismounting position. | ||
==== Motion ==== | ==== Motion ==== | ||
Boats do not turn with mouse-look. | Boats do not turn with mouse-look. | ||
With a keyboard or gamepad, boats are controlled using the {{ | With a keyboard or gamepad, boats are controlled using the {{MC/Control|forward}}, {{MC/Control|left}} (turns left), {{MC/Control|right}} (turns right), and {{MC/Control|backward}} keys. Using the {{MC/Control|sprint}} key increases the field of vision, but does not increase speed as if [[Minecraft:sprinting]]. | ||
With touchscreen controls, two buttons for steering appear. The right button or key steers to the left, and the left button or key steers to the right. Pressing both buttons or keys moves the boat forward. | With touchscreen controls, two buttons for steering appear. The right button or key steers to the left, and the left button or key steers to the right. Pressing both buttons or keys moves the boat forward. | ||
{{ | {{MC/In|Java}}, boats can be ridden against a current, but cannot be ridden upstream to a higher elevation. A boat lift, usually made from tripwire, pistons, and optionally a slime block, can be used to move a boat up. Bubble columns created with soul sand can also be used to push boats upward. These mechanisms can also be used {{MC/In|bedrock}} but are usually unnecessary because boats can be ridden upward in descending water, as well as follow upward stair-step currents. | ||
== Behavior == | == Behavior == | ||
| Line 99: | Line 99: | ||
When strafe commands are issued, a constant torque is applied to increase the boat's rotation speed, with the same drag mechanism limiting the maximum rate of rotation. | When strafe commands are issued, a constant torque is applied to increase the boat's rotation speed, with the same drag mechanism limiting the maximum rate of rotation. | ||
{{ | {{MC/In|be}}, boats do not have air resistance, meaning that if a boat is launched off a cliff at a certain speed, it will continue flying at that speed until it touches the ground. | ||
===== Motion details ===== | ===== Motion details ===== | ||
<span id=Speed></span> | <span id=Speed></span> | ||
<!-- Function updateMotion --> | <!-- Function updateMotion --> | ||
Regardless of controls, the boat applies a friction that is proportional to the current horizontal velocity ''v'' by multiplying it with a coefficient ''c'' at the beginning of every tick: in water, air, or under flowing water, this value is 0.9; underwater, this value is 0.45; on land, this value is the average ''c'' (slipperiness) of all solid blocks underneath the boat (e.g. 0.6 for most blocks, 0.98 for [[Minecraft:ice]] and 0.989 for | Regardless of controls, the boat applies a friction that is proportional to the current horizontal velocity ''v'' by multiplying it with a coefficient ''c'' at the beginning of every tick: in water, air, or under flowing water, this value is 0.9; underwater, this value is 0.45; on land, this value is the average ''c'' (slipperiness) of all solid blocks underneath the boat (e.g. 0.6 for most blocks, 0.98 for [[Minecraft:ice]] and 0.989 for blue ice). The same is applied to rotational (angular) velocity. This is equivalent to applying a deceleration <math>a_f = -\mu v</math>, where ''v'' is the current horizontal velocity and <math display="inline">\mu = (1-c)\,\text{tick}^{-1} = 20(1-c)\,\text{s}^{-1}</math> is a friction coefficient. As a result, when controls are not pressed, the boat slows to a stop quadratically. | ||
Slime blocks, honey blocks, and soul sand each apply their special entity-slowing logic to boats on top of this. | |||
<!-- Function controlBoat --> | <!-- Function controlBoat --> | ||
{{ | {{MC/In|Java}}, When the forward key is pressed, the boat accelerate at 0.04 m/tick<sup>2</sup>, for a real-time acceleration of 16 ms<sup>-2</sup> forward assuming no lag. The reverse acceleration is 0.005 m/tick<sup>2</sup> for a real-time acceleration of 2 ms<sup>-2</sup>. When {{ctrl|strafe}} keys are pressed, the boat is given a rotation acceleration of 1°/tick<sup>2</sup> (400°/s<sup>2</sup>), which is so high that no gradual change of turning rate is usually felt. | ||
The above gives us a way to calculate the maximum speed of a boat on a surface because maximum speed is reached when the player's acceleration <math>a_p</math> cancels out with the friction <math>a_f</math>, <math display="inline">v_\text{max} = \frac{a_p}{\mu}</math>. | The above gives us a way to calculate the maximum speed of a boat on a surface because maximum speed is reached when the player's acceleration <math>a_p</math> cancels out with the friction <math>a_f</math>, <math display="inline">v_\text{max} = \frac{a_p}{\mu}</math>. | ||
| Line 201: | Line 201: | ||
|- | |- | ||
|Bedrock Edition | |Bedrock Edition | ||
|{{Info needed|short=1}} | |{{MC/Info needed|short=1}} | ||
|{{Info needed|short=1}} | |{{MC/Info needed|short=1}} | ||
|{{Info needed|short=1}} | |{{MC/Info needed|short=1}} | ||
|{{Info needed|short=1}} | |{{MC/Info needed|short=1}} | ||
|{{Info needed|short=1}} | |{{MC/Info needed|short=1}} | ||
|{{Info needed|short=1}} | |{{MC/Info needed|short=1}} | ||
|{{Info needed|short=1}} | |{{MC/Info needed|short=1}} | ||
|{{Info needed|short=1}} | |{{MC/Info needed|short=1}} | ||
|} | |} | ||
=== Flotation === | === Flotation === | ||
[[File:Oak Boat shake.gif|thumb|right|The animation of an oak boat when atop a [[bubble column]].]] | [[File:Oak Boat shake.gif|thumb|right|The animation of an oak boat when atop a [[bubble column]].]] | ||
A boat floats atop still or flowing water. {{ | A boat floats atop still or flowing water. {{MC/In|java}}, a boat sinks if it enters water flowing downward.<ref>{{bug|MC-91206|||WAI}}</ref> {{MC/In|bedrock}}, a boat does not sink when submerged but floats up. This feature lets a player contrive stepped uphill water flows to propel a boat uphill using only flowing water. | ||
When a boat moves over a bubble column, it begins to shake. If the bubbles are caused by a | When a boat moves over a bubble column, it begins to shake. If the bubbles are caused by a magma block, all passengers are expelled and the boat sinks. | ||
{{ | {{MC/In|java}}, a sunken boat cannot be re-floated until a bubble column pushes it up or it is broken by the player. {{MC/In|bedrock}}, a boat resumes floating when it emerges from the currents keeping it down, or when the bubble column is blocked or removed. | ||
Dolphins chase players riding a boat in motion, occasionally bumping the boat, causing it to shake briefly. | |||
=== Destruction === | === Destruction === | ||
As boats are | As boats are entities, they have health. {{MC/In|je}}, boats effectively have just over {{hp|4}} (exactly 4 damage is not enough to destroy a boat), and regenerate {{frac|1|10}} per game tick. Boats {{MC/In|be}} have {{hp|40}} health.<ref>{{bug|MCPE-62683}}</ref> | ||
Boats can be destroyed by explosions, fire and lava (but not magma blocks), cactus, and by being punched/shot by mobs, such as | Boats can be destroyed by explosions, fire and lava (but not magma blocks), cactus, and by being punched/shot by mobs, such as drowned. Boats made invulnerable with commands cannot be broken by any of these, but they still cannot be used to travel on lava because they sink. | ||
When a boat is destroyed, it drops itself in item form. | When a boat is destroyed, it drops itself in item form. | ||
| Line 230: | Line 230: | ||
=== Passengers === | === Passengers === | ||
[[File:Multiple mobs in 2 boats.png|alt=|thumb|Multiple mobs in 2 types of boats.]] | [[File:Multiple mobs in 2 boats.png|alt=|thumb|Multiple mobs in 2 types of boats.]] | ||
Boats can support two riders, including [[Minecraft:mob]]s. A mob cannot exit a boat and is trapped until the boat gets destroyed, or until the player uses a | Boats can support two riders, including [[Minecraft:mob]]s. A mob cannot exit a boat and is trapped until the boat gets destroyed, or until the player uses a fishing rod or [[Minecraft:lead]] to remove the mob. This can be used to transport mobs, although hostile mobs still attack while in boats. Mobs riding a boat don't despawn{{only|java}} and don't count toward the mob cap.<ref>{{bug|MC-182897|resolution=WAI}}</ref> | ||
{{ | {{MC/In|java}}, a player cannot both move (row) and use items at the same time. It is still possible to initialize item use (e.g. start eating) and row the boat while the item is still in the middle of the use animation. Although the rowing animation overrides the item use animation, the item can still be successfully consumed. | ||
Being in a boat limits the player's mouse-look to the forward 210° arc {{ | Being in a boat limits the player's mouse-look to the forward 210° arc {{MC/In|java}} and 180° {{MC/In|bedrock}}. | ||
Underwater boats cannot be ridden. When the boat is underwater, all passengers in it are expelled. | Underwater boats cannot be ridden. When the boat is underwater, all passengers in it are expelled. | ||
=== Damage prevention === | === Damage prevention === | ||
Riding a boat does not deplete | Riding a boat does not deplete hunger, making it an efficient way to travel. | ||
Boats can completely nullify | Boats can completely nullify fall damage for themselves and any players/mobs inside, making them useful for travel through mountains or through the Nether<ref>{{bug|MC-105103|resolution=WAI}}</ref><ref>{{bug|MCPE-149490|||WAI}}</ref>. | ||
=== Collision === | === Collision === | ||
A boat has a solid collision box, which means players and other entities can't go through it even at high speeds. Falling blocks are also blocked by boats. | A boat has a solid collision box, which means players and other entities can't go through it even at high speeds. Falling blocks are also blocked by boats. | ||
{{ | {{MC/In|java}}, a boat falling on top of an entity stops on top of the entity. {{MC/In|bedrock}}, a falling boat can go through other entities. | ||
Riding a boat over a | Riding a boat over a lily pad causes the lily pad to drop, and causes the boat's speed to stutter a bit. | ||
=== Mobs === | === Mobs === | ||
Most mobs can ride boats. Mobs cannot exit the boat unless the boat is destroyed, sinks, or moves over a bubble column. | Most mobs can ride boats. Mobs cannot exit the boat unless the boat is destroyed, sinks, or moves over a bubble column. | ||
Mobs can be picked up into the boat when they collide with the side of the boat. A mob cannot control the boat. {{ | Mobs can be picked up into the boat when they collide with the side of the boat. A mob cannot control the boat. {{MC/In|java}}, a boat being ridden by a player cannot pick up a mob, but in {{MC/BE}}, they can. {{MC/In|Education}}, even tripod cameras can ride boats. | ||
A mob can ride a boat if it is narrower than a boat, and is neither an aquatic<ref group="note">Despite this, turtles are allowed to ride in boats because they are internally a part of the creature's group.</ref> nor ambient animal. The following mobs are ''unable'' to ride in a boat: | A mob can ride a boat if it is narrower than a boat, and is neither an aquatic<ref group="note">Despite this, turtles are allowed to ride in boats because they are internally a part of the creature's group.</ref> nor ambient animal. The following mobs are ''unable'' to ride in a boat: | ||
{{columns-list|colwidth=20em| | {{columns-list|colwidth=20em| | ||
* {{ | * {{MC/Entitylink|Agent}} | ||
* {{ | * {{MC/Entitylink|Bat}} | ||
* {{ | * {{MC/Entitylink|Cod}} | ||
* {{ | * {{MC/Entitylink|Creaking}} | ||
* {{ | * {{MC/Entitylink|Dolphin}} | ||
* {{ | * {{MC/Entitylink|Elder Guardian}} | ||
* {{ | * {{MC/Entitylink|Ender Dragon}} | ||
* {{ | * {{MC/Entitylink|Ghast}} | ||
* {{ | * {{MC/Entitylink|Giant}} | ||
* {{ | * {{MC/Entitylink|Glow Squid}} | ||
* {{ | * {{MC/Entitylink|Happy Ghast}} | ||
* {{ | * {{MC/Entitylink|Iron Golem}} | ||
* {{ | * {{MC/Entitylink|Nautilus}} | ||
* {{ | * {{MC/Entitylink|NPC}} | ||
* {{ | * {{MC/Entitylink|Pufferfish}} | ||
* {{ | * {{MC/Entitylink|Ravager}} | ||
* {{ | * {{MC/Entitylink|Salmon}} | ||
* {{ | * {{MC/Entitylink|Spider}} | ||
* {{ | * {{MC/Entitylink|Squid}} | ||
* {{ | * {{MC/Entitylink|Tadpole}} | ||
* {{ | * {{MC/Entitylink|Tropical Fish}} | ||
* {{ | * {{MC/Entitylink|Warden}}<ref group="note" name="why">Even though its width is smaller than a boat, and is neither an aquatic or an ambient mob, it is specifically coded to disallow it from riding.</ref> | ||
* {{ | * {{MC/Entitylink|Wither}}<ref group="note" name="why"/> | ||
* {{ | * {{MC/Entitylink|Zombie Nautilus}} | ||
* 0.75% of {{ | * 0.75% of {{MC/Entitylink|Zombified Piglin|Zombified Piglins}}{{only|bedrock|short=1}}{{note|See {{slink|Zombified Piglin|Mounting}}}} | ||
}} | }} | ||
The baby counterparts of these mobs can ride in boats, but not the adult versions. If a baby grows up, the adult form is dismounted. Additionally, the adult versions of these mobs can still ride boats manually using the {{ | The baby counterparts of these mobs can ride in boats, but not the adult versions. If a baby grows up, the adult form is dismounted. Additionally, the adult versions of these mobs can still ride boats manually using the {{MC/Cmd|ride}} command: | ||
{{columns-list|colwidth=20em| | {{columns-list|colwidth=20em| | ||
* {{ | * {{MC/Entitylink|Camel}} | ||
* {{ | * {{MC/Entitylink|Camel Husk}} | ||
* {{ | * {{MC/Entitylink|Donkey}} | ||
* {{ | * {{MC/Entitylink|Hoglin}}<ref group="note">{{MC/In|java}}, hoglins are not dismounted if they grow up while in a boat. They can then be zombified to obtain an adult zoglin in a boat.</ref><ref>{{bug|MC-188617}}</ref> | ||
* {{ | * {{MC/Entitylink|Horse}} | ||
* {{ | * {{MC/Entitylink|Mule}} | ||
* {{ | * {{MC/Entitylink|Polar Bear}} | ||
* {{ | * {{MC/Entitylink|Skeleton Horse}} | ||
* {{ | * {{MC/Entitylink|Sniffer}} | ||
* {{ | * {{MC/Entitylink|Zoglin}} | ||
* {{ | * {{MC/Entitylink|Zombie Horse}} | ||
}} | }} | ||
Additionally, few types of mobs can have various <code>Size</code> values, which can prevent them from riding boats: | Additionally, few types of mobs can have various <code>Size</code> values, which can prevent them from riding boats: | ||
{{columns-list|colwidth=20em| | {{columns-list|colwidth=20em| | ||
* {{ | * {{MC/Entitylink|Slime}} above size 1 | ||
* {{ | * {{MC/Entitylink|Magma cube}} above size 1 | ||
* {{ | * {{MC/Entitylink|Phantom}} above size 3 | ||
}} | }} | ||
| Line 313: | Line 313: | ||
== Sounds == | == Sounds == | ||
{{JE}}:<br> | {{MC/JE}}:<br> | ||
Boats use the Friendly Creatures sound category for | Boats use the Friendly Creatures sound category for entity-dependent sound events. | ||
Despite being a solid surface, walking on boats is completely silent and does not produce footstep sounds.<ref>{{bug|MC-101950}}</ref> | Despite being a solid surface, walking on boats is completely silent and does not produce footstep sounds.<ref>{{bug|MC-101950}}</ref> | ||
| Line 355: | Line 355: | ||
}} | }} | ||
{{BE}}: | {{MC/BE}}: | ||
{{SoundTable | {{SoundTable | ||
| type = bedrock | | type = bedrock | ||
| Line 372: | Line 372: | ||
== Data values == | == Data values == | ||
=== ID === | === ID === | ||
{{JE}}: | {{MC/JE}}: | ||
{{ID table | {{ID table | ||
|edition=java | |edition=java | ||
| Line 490: | Line 490: | ||
|foot=1}} | |foot=1}} | ||
{{BE}}: | {{MC/BE}}: | ||
{{ID table | {{ID table | ||
|edition=bedrock | |edition=bedrock | ||
| Line 606: | Line 606: | ||
Boats have entity data associated with them that contain various properties of the entity. | Boats have entity data associated with them that contain various properties of the entity. | ||
{{JE}}: | {{MC/JE}}: | ||
{{ | {{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/entity}} | ||
</div><section end="entity data" /> | </div><section end="entity data" /> | ||
{{BE}}: | {{MC/BE}}: | ||
: See [[Minecraft:Bedrock Edition level format/Entity format]]. | : See [[Minecraft:Bedrock Edition level format/Entity format]]. | ||
== Achievements == | == Achievements == | ||
{{ | {{MC/Load achievements|Whatever Floats Your Goat}} | ||
== Advancements == | == Advancements == | ||
{{ | {{MC/Load advancements|Whatever Floats Your Goat!}} | ||
== History == | == History == | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java alpha}} | |{{MC/HistoryLine|java alpha}} | ||
|{{HistoryLine||v1.0.6|[[File:Oak Boat JE1.png|32px]] [[File:Oak Boat (item) JE1.png|32px]] Added boats. | |{{HistoryLine||v1.0.6|[[File:Oak Boat JE1.png|32px]] [[File:Oak Boat (item) JE1.png|32px]] Added boats. | ||
|Initially, boats broke upon being placed outside water, and on impact with land. | |Initially, boats broke upon being placed outside water, and on impact with land. | ||
| Line 633: | Line 633: | ||
|Output= Oak Boat | |Output= Oak Boat | ||
}} Boats are crafted using 5 planks in a U shape.}} | }} Boats are crafted using 5 planks in a U shape.}} | ||
|{{HistoryLine||v1.0.6_01|Boats now only break on impact with land at high speeds. | |{{MC/HistoryLine||v1.0.6_01|Boats now only break on impact with land at high speeds. | ||
|Boats no longer break upon being placed outside water. | |Boats no longer break upon being placed outside water. | ||
|Boat turning has been made smoother.}} | |Boat turning has been made smoother.}} | ||
|{{HistoryLine||v1.2.3|Players in boats and [[Minecraft:minecart]]s now receive terrain updates.}} | |{{MC/HistoryLine||v1.2.3|Players in boats and [[Minecraft:minecart]]s now receive terrain updates.}} | ||
|{{HistoryLine|java beta}} | |{{MC/HistoryLine|java beta}} | ||
|{{HistoryLine||1.6|Submerged boats no longer rise very fast.}} | |{{MC/HistoryLine||1.6|Submerged boats no longer rise very fast.}} | ||
|{{HistoryLine||1.8|dev=Pre-release|It is now possible to score a | |{{MC/HistoryLine||1.8|dev=Pre-release|It is now possible to score a critical hit against a boat.}} | ||
|{{HistoryLine|java}} | |{{MC/HistoryLine|java}} | ||
|{{HistoryLine||1.3.1|dev=12w15a|Boats can now be shot out from [[Minecraft:dispenser]]s.}} | |{{MC/HistoryLine||1.3.1|dev=12w15a|Boats can now be shot out from [[Minecraft:dispenser]]s.}} | ||
|{{HistoryLine|||dev=12w17a|Boats can now be destroyed in one hit in Creative mode.}} | |{{MC/HistoryLine|||dev=12w17a|Boats can now be destroyed in one hit in Creative mode.}} | ||
|{{HistoryLine|||dev=12w21a|Boats no longer take | |{{MC/HistoryLine|||dev=12w21a|Boats no longer take damage when colliding with lily pads. Instead, the lily pads themselves break.}} | ||
|{{HistoryLine|||dev=12w23a|Boats can now accelerate to faster than previous speeds, and are now easier to control.}} | |{{MC/HistoryLine|||dev=12w23a|Boats can now accelerate to faster than previous speeds, and are now easier to control.}} | ||
|{{HistoryLine|||dev=12w27a|Boats now drop their [[Minecraft:item]] instead of 3 | |{{MC/HistoryLine|||dev=12w27a|Boats now drop their [[Minecraft:item]] instead of 3 oak planks and 2 [[Minecraft:stick]]s if broken by a player.|Instead, it needs to fall certain heights to drop 3 oak wood planks and 2 sticks.}} | ||
|{{HistoryLine|||dev=1.3|[[File:Oak Boat (item) JE2 BE1.png|32px]] The texture of the oak boat [[Minecraft:item]] has been changed.}} | |{{MC/HistoryLine|||dev=1.3|[[File:Oak Boat (item) JE2 BE1.png|32px]] The texture of the oak boat [[Minecraft:item]] has been changed.}} | ||
|{{HistoryLine||1.6.1|dev=13w16a|Boats are now dismounted using the sneak key; previously, this was achieved by right clicking on the boat a second time.}} | |{{MC/HistoryLine||1.6.1|dev=13w16a|Boats are now dismounted using the sneak key; previously, this was achieved by right clicking on the boat a second time.}} | ||
|{{HistoryLine|||dev=13w16b|New boat physics with lower inertia, but {{ | |{{HistoryLine|||dev=13w16b|New boat physics with lower inertia, but {{MC/Control|left}}, {{MC/Control|back}} and {{MC/Control|right}} controls have been removed. | ||
|Boats now take | |Boats now take damage and break when colliding with many lily pads in a short time.}} | ||
|{{HistoryLine||1.7.2|dev=13w36a| | |{{HistoryLine||1.7.2|dev=13w36a|Players can now {{MC/Cmd|summon}} [[Minecraft:mob]]s riding boats, though mobs cannot control boats.}} | ||
|{{HistoryLine|||dev=13w43a|Boats no longer inflict fall | |{{HistoryLine|||dev=13w43a|Boats no longer inflict fall damage when running aground. | ||
|Boats being broken by lily pads has been slightly improved. | |Boats being broken by lily pads has been slightly improved. | ||
|{{ | |{{MC/Control|Left}}, {{MC/Control|back}} and {{MC/Control|right}} controls added again.}} | ||
|{{HistoryLine||1.8|dev=14w06a|[[Minecraft:Mob]]s riding boats can now control them, so that they can chase or flee enemies, move toward food, move about randomly, or whatever they would do on land. The exceptions are the | |{{MC/HistoryLine||1.8|dev=14w06a|[[Minecraft:Mob]]s riding boats can now control them, so that they can chase or flee enemies, move toward food, move about randomly, or whatever they would do on land. The exceptions are the ghast and bat, both of which cannot control boats.}} | ||
|{{HistoryLine||1.8.2|dev=pre2|Boats can now survive crashes at higher speeds.<!-- They have to be going 0.2975 now, rather than only 0.2. -->}} | |{{MC/HistoryLine||1.8.2|dev=pre2|Boats can now survive crashes at higher speeds.<!-- They have to be going 0.2975 now, rather than only 0.2. -->}} | ||
|{{HistoryLine||1.9|dev=15w41a|[[File:Oak Boat JE2 BE1.png|32px]] [[File:Spruce Boat JE1 BE1.png|32px]] [[File:Birch Boat JE1 BE1.png|32px]] [[File:Jungle Boat JE1 BE1.png|32px]] [[File:Acacia Boat JE1 BE1.png|32px]] [[File:Dark Oak Boat JE1 BE1.png|32px]]<br> | |{{HistoryLine||1.9|dev=15w41a|[[File:Oak Boat JE2 BE1.png|32px]] [[File:Spruce Boat JE1 BE1.png|32px]] [[File:Birch Boat JE1 BE1.png|32px]] [[File:Jungle Boat JE1 BE1.png|32px]] [[File:Acacia Boat JE1 BE1.png|32px]] [[File:Dark Oak Boat JE1 BE1.png|32px]]<br> | ||
[[File:Oak Boat (item) JE3 BE2.png|32px]] [[File:Spruce Boat (item) JE1 BE2.png|32px]] [[File:Birch Boat (item) JE1 BE2.png|32px]] [[File:Jungle Boat (item) JE1 BE2.png|32px]] [[File:Acacia Boat (item) JE1 BE2.png|32px]] [[File:Dark Oak Boat (item) JE1 BE2.png|32px]] Boats have been overhauled to match the boats from | [[File:Oak Boat (item) JE3 BE2.png|32px]] [[File:Spruce Boat (item) JE1 BE2.png|32px]] [[File:Birch Boat (item) JE1 BE2.png|32px]] [[File:Jungle Boat (item) JE1 BE2.png|32px]] [[File:Acacia Boat (item) JE1 BE2.png|32px]] [[File:Dark Oak Boat (item) JE1 BE2.png|32px]] Boats have been overhauled to match the boats from Pocket Edition Alpha 0.11.0. They now have oars for paddling and are more durable and now allows passengers to board. | ||
|[[Minecraft:Mob]]s can now board boats, though they can no longer control them. | |[[Minecraft:Mob]]s can now board boats, though they can no longer control them. | ||
|A new set of controls have been introduced: it includes holding down the {{ | |A new set of controls have been introduced: it includes holding down the {{MC/Control|right}} and {{MC/Control|left}} keys to move forward, and using the {{MC/Control|right}} key to move the right oar, turning the boat to the left (and vice-versa). Mouse movement no longer turns boats, and the {{MC/Control|forward}} and {{MC/Control|back}} keys no longer have any effect. | ||
| | |Players can no longer {{MC/Control|use}} [[Minecraft:item]]s or {{MC/Control|attack}} from boats unless they were at a complete stop. | ||
|The [[Minecraft:crafting]] recipe for boats has been changed to require a wooden [[Minecraft:shovel]] as shown below. | |The [[Minecraft:crafting]] recipe for boats has been changed to require a wooden [[Minecraft:shovel]] as shown below. | ||
{{Crafting table|nocat=y | {{Crafting table|nocat=y | ||
| Line 667: | Line 667: | ||
|Output= Oak Boat; Spruce Boat; Birch Boat; Jungle Boat; Acacia Boat; Dark Oak Boat | |Output= Oak Boat; Spruce Boat; Birch Boat; Jungle Boat; Acacia Boat; Dark Oak Boat | ||
}} | }} | ||
|Boats no longer break | |Boats no longer break snow layers they run into.}} | ||
|{{HistoryLine|||dev=15w42a|The new boats are now comparable in speed to the old boats (slightly faster than sprinting), though with less momentum. | |{{HistoryLine|||dev=15w42a|The new boats are now comparable in speed to the old boats (slightly faster than sprinting), though with less momentum. | ||
|Players can now {{ | |Players can now {{MC/Control|use}} items and {{MC/Control|attack}} immediately after they stop rowing. | ||
|Non-oak boats are now craftable, except for dark oak boats.}} | |Non-oak boats are now craftable, except for dark oak boats.}} | ||
|{{HistoryLine|||dev=15w43c|The texture of boats has been remapped, so that they now have a separate texture per oar and per side of the boat.}} | |{{MC/HistoryLine|||dev=15w43c|The texture of boats has been remapped, so that they now have a separate texture per oar and per side of the boat.}} | ||
|{{HistoryLine|||dev=15w45a|Dark oak boats are now craftable.}} | |{{MC/HistoryLine|||dev=15w45a|Dark oak boats are now craftable.}} | ||
|{{HistoryLine|||dev=15w51a|Boats now | |{{MC/HistoryLine|||dev=15w51a|Boats now drop their corresponding [[Minecraft:planks]] when broken.}} | ||
|{{HistoryLine|||dev=16w04a|Boats are now faster and now move forward and backward using the {{ | |{{HistoryLine|||dev=16w04a|Boats are now faster and now move forward and backward using the {{MC/Control|forward}} and {{MC/Control|backward}} keys respectively, and steer left and right using the {{MC/Control|left}} and {{MC/Control|right}} keys respectively. The rowing mechanism introduced in 15w41a, holding the {{MC/Control|right}} and {{MC/Control|left}} keys, is removed and no longer moves the boat forward. The controls are now more similar to boats before the overhaul. | ||
|Boats now sink when underwater, or within flowing water of any depth. | |Boats now sink when underwater, or within flowing water of any depth. | ||
|{{Crafting table|nocat=y | |{{Crafting table|nocat=y | ||
| Line 680: | Line 680: | ||
|A3= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks; Acacia Planks; Dark Oak Planks |B3= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks; Acacia Planks; Dark Oak Planks |C3= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks; Acacia Planks; Dark Oak Planks | |A3= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks; Acacia Planks; Dark Oak Planks |B3= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks; Acacia Planks; Dark Oak Planks |C3= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks; Acacia Planks; Dark Oak Planks | ||
|Output= Oak Boat; Spruce Boat; Birch Boat; Jungle Boat; Acacia Boat; Dark Oak Boat | |Output= Oak Boat; Spruce Boat; Birch Boat; Jungle Boat; Acacia Boat; Dark Oak Boat | ||
}} The crafting recipe of boats has been restored to the original recipe, no longer requiring a | }} The crafting recipe of boats has been restored to the original recipe, no longer requiring a wooden shovel as it has since 15w41a (though matching wood [[Minecraft:planks]] is still required). | ||
|Riding a boat no longer subjects [[Minecraft:water]]-sensitive [[Minecraft:mob]]s to being damaged by water, and no longer protects sunlight-sensitive mobs from being damaged by sunlight. | |Riding a boat no longer subjects [[Minecraft:water]]-sensitive [[Minecraft:mob]]s to being damaged by water, and no longer protects sunlight-sensitive mobs from being damaged by sunlight. | ||
|Dismounting in a boat now attempts to place the | |Dismounting in a boat now attempts to place the player on land.}} | ||
|{{HistoryLine|||dev=16w05a|Boats now travel extremely fast on [[Minecraft:ice]], | |{{HistoryLine|||dev=16w05a|Boats now travel extremely fast on [[Minecraft:ice]], packed ice and frosted ice.<ref>{{bug|MC-97803}}</ref>}} | ||
|{{HistoryLine|||dev=16w06a|Riding | |{{MC/HistoryLine|||dev=16w06a|Riding entities such as boats are now run by the client rather than by the server.}} | ||
|{{HistoryLine||1.11|dev=16w32a|The player's | |{{MC/HistoryLine||1.11|dev=16w32a|The player's hunger bar is now visible when riding in a boat.}} | ||
|{{HistoryLine|||dev=16w33a|Boats can now be used to fuel [[Minecraft:furnace]]s.}} | |{{MC/HistoryLine|||dev=16w33a|Boats can now be used to fuel [[Minecraft:furnace]]s.}} | ||
|{{HistoryLine|||dev=16w39c|Boats placed by dispensers now face the same way as the dispenser, instead of toward the dispenser.<ref>{{bug|MC-90074|||Fixed}}</ref>}} | |{{HistoryLine|||dev=16w39c|Boats placed by dispensers now face the same way as the dispenser, instead of toward the dispenser.<ref>{{bug|MC-90074|||Fixed}}</ref>}} | ||
|{{HistoryLine||1.12|dev=17w17a|Boat paddling | |{{MC/HistoryLine||1.12|dev=17w17a|Boat paddling sounds have been added.}} | ||
|{{HistoryLine||1.13|dev=18w06a|Boats as fuel now | |{{MC/HistoryLine||1.13|dev=18w06a|Boats as fuel now smelt 1 [[Minecraft:item]] in a [[Minecraft:furnace]] instead of 2.}} | ||
|{{HistoryLine|||dev=18w15a|Added | |{{MC/HistoryLine|||dev=18w15a|Added blue ice, which allows boats to travel even faster on it.}} | ||
|{{HistoryLine||1.14|dev=18w43a|[[File:Oak Boat JE3.png|32px]] [[File:Spruce Boat JE2.png|32px]] [[File:Birch Boat JE2.png|32px]] [[File:Jungle Boat JE2.png|32px]] [[File:Acacia Boat JE2.png|32px]] [[File:Dark Oak Boat JE2.png|32px]]<br> | |{{MC/HistoryLine||1.14|dev=18w43a|[[File:Oak Boat JE3.png|32px]] [[File:Spruce Boat JE2.png|32px]] [[File:Birch Boat JE2.png|32px]] [[File:Jungle Boat JE2.png|32px]] [[File:Acacia Boat JE2.png|32px]] [[File:Dark Oak Boat JE2.png|32px]]<br> | ||
[[File:Oak Boat (item) JE4 BE3.png|32px]] [[File:Spruce Boat (item) JE2 BE3.png|32px]] [[File:Birch Boat (item) JE2 BE3.png|32px]] [[File:Jungle Boat (item) JE2 BE3.png|32px]] [[File:Acacia Boat (item) JE2 BE3.png|32px]] [[File:Dark Oak Boat (item) JE2 BE3.png|32px]] The textures of all boats have been changed.}} | [[File:Oak Boat (item) JE4 BE3.png|32px]] [[File:Spruce Boat (item) JE2 BE3.png|32px]] [[File:Birch Boat (item) JE2 BE3.png|32px]] [[File:Jungle Boat (item) JE2 BE3.png|32px]] [[File:Acacia Boat (item) JE2 BE3.png|32px]] [[File:Dark Oak Boat (item) JE2 BE3.png|32px]] The textures of all boats have been changed.}} | ||
|{{HistoryLine|||dev=18w50a|[[File:Oak Boat JE4 BE2.png|32px]] [[File:Spruce Boat JE3 BE2.png|32px]] [[File:Birch Boat JE3 BE2.png|32px]] [[File:Jungle Boat JE3 BE2.png|32px]] [[File:Acacia Boat JE3 BE2.png|32px]] [[File:Dark Oak Boat JE3 BE2.png|32px]] The textures of all boats have been changed to match the new [[Minecraft:planks]].}} | |{{MC/HistoryLine|||dev=18w50a|[[File:Oak Boat JE4 BE2.png|32px]] [[File:Spruce Boat JE3 BE2.png|32px]] [[File:Birch Boat JE3 BE2.png|32px]] [[File:Jungle Boat JE3 BE2.png|32px]] [[File:Acacia Boat JE3 BE2.png|32px]] [[File:Dark Oak Boat JE3 BE2.png|32px]] The textures of all boats have been changed to match the new [[Minecraft:planks]].}} | ||
|{{HistoryLine|||dev=19w11a|Fisherman [[Minecraft:villager]]s now | |{{MC/HistoryLine|||dev=19w11a|Fisherman [[Minecraft:villager]]s now buy boats for 1 emerald.}} | ||
|{{HistoryLine||1.15|dev=19w37a|Boats as fuel now | |{{MC/HistoryLine||1.15|dev=19w37a|Boats as fuel now smelt 6 [[Minecraft:item]]s in a [[Minecraft:furnace]] instead of 1.}} | ||
|{{HistoryLine||1.16|dev=20w18a|Mobs in boats no longer | |{{MC/HistoryLine||1.16|dev=20w18a|Mobs in boats no longer despawn.}} | ||
|{{HistoryLine||1.19|dev=22w11a|[[File:Mangrove Boat JE1 BE1.png|32px]] [[File:Mangrove Boat (item) JE1 BE1.png|32px]] Added mangrove boats.}} | |{{MC/HistoryLine||1.19|dev=22w11a|[[File:Mangrove Boat JE1 BE1.png|32px]] [[File:Mangrove Boat (item) JE1 BE1.png|32px]] Added mangrove boats.}} | ||
|{{HistoryLine|||dev=22w12a|Boats can now be used to craft boats with chests. | |{{HistoryLine|||dev=22w12a|Boats can now be used to craft boats with chests. | ||
|[[File:Oak Boat (item) JE5.png|32px]] [[File:Spruce Boat (item) JE3 BE5.png|32px]] [[File:Birch Boat (item) JE3 BE4.png|32px]] [[File:Jungle Boat (item) JE3 BE4.png|32px]] [[File:Acacia Boat (item) JE3 BE4.png|32px]] [[File:Dark Oak Boat (item) JE3 BE4.png|32px]] The textures of all boat items (except mangrove) have been changed.<ref>{{bug|MC-94161|||Fixed}}</ref>}} | |[[File:Oak Boat (item) JE5.png|32px]] [[File:Spruce Boat (item) JE3 BE5.png|32px]] [[File:Birch Boat (item) JE3 BE4.png|32px]] [[File:Jungle Boat (item) JE3 BE4.png|32px]] [[File:Acacia Boat (item) JE3 BE4.png|32px]] [[File:Dark Oak Boat (item) JE3 BE4.png|32px]] The textures of all boat items (except mangrove) have been changed.<ref>{{bug|MC-94161|||Fixed}}</ref>}} | ||
|{{HistoryLine|||dev=22w14a|Due to the addition of the | |{{MC/HistoryLine|||dev=22w14a|Due to the addition of the mangrove tree and mangrove swamp, mangrove boats are now obtainable and renewable.}} | ||
|{{HistoryLine|||dev=22w15a|[[File:Oak Boat (item) JE6.png|32px]] [[File:Spruce Boat (item) JE4.png|32px]] [[File:Birch Boat (item) JE4.png|32px]] [[File:Jungle Boat (item) JE4.png|32px]] [[File:Acacia Boat (item) JE4.png|32px]] [[File:Dark Oak Boat (item) JE4.png|32px]] [[File:Mangrove Boat (item) JE2.png|32px]] The textures of all boat item textures have been changed.}} | |{{MC/HistoryLine|||dev=22w15a|[[File:Oak Boat (item) JE6.png|32px]] [[File:Spruce Boat (item) JE4.png|32px]] [[File:Birch Boat (item) JE4.png|32px]] [[File:Jungle Boat (item) JE4.png|32px]] [[File:Acacia Boat (item) JE4.png|32px]] [[File:Dark Oak Boat (item) JE4.png|32px]] [[File:Mangrove Boat (item) JE2.png|32px]] The textures of all boat item textures have been changed.}} | ||
|{{HistoryLine||October 15, 2022|link={{ | |{{HistoryLine||October 15, 2022|link={{MC/Ytl|yZRXmHiEh7U&t}}|[[File:Bamboo Raft JE1 BE1.png|32px]] Bamboo rafts were announced at Minecraft Live 2022.}} | ||
|{{HistoryLine||1.19.3|exp=Update 1.20|dev=22w42a|[[File:Bamboo Raft JE1 BE1.png|32px]] [[File:Bamboo Raft (item) JE1.png|32px]] Added bamboo rafts.}} | |{{MC/HistoryLine||1.19.3|exp=Update 1.20|dev=22w42a|[[File:Bamboo Raft JE1 BE1.png|32px]] [[File:Bamboo Raft (item) JE1.png|32px]] Added bamboo rafts.}} | ||
|{{HistoryLine|||dev=22w45a|[[File:Bamboo Raft (item) JE2 BE2.png|32px]] The item texture of the bamboo raft has been changed.}} | |{{MC/HistoryLine|||dev=22w45a|[[File:Bamboo Raft (item) JE2 BE2.png|32px]] The item texture of the bamboo raft has been changed.}} | ||
|{{HistoryLine||1.19.4|exp=Update 1.20|dev=23w07a|[[File:Cherry Boat JE1 BE1.png|32px]] [[File:Cherry Boat (item) JE1 BE1.png|32px]] Added cherry boats.}} | |{{MC/HistoryLine||1.19.4|exp=Update 1.20|dev=23w07a|[[File:Cherry Boat JE1 BE1.png|32px]] [[File:Cherry Boat (item) JE1 BE1.png|32px]] Added cherry boats.}} | ||
|{{HistoryLine||1.20|dev=23w12a|Bamboo rafts and cherry boats are now available without using the "Update 1.20" experimental data pack.}} | |{{MC/HistoryLine||1.20|dev=23w12a|Bamboo rafts and cherry boats are now available without using the "Update 1.20" experimental data pack.}} | ||
|{{HistoryLine||1.21|dev=pre1|Boats are now | |{{MC/HistoryLine||1.21|dev=pre1|Boats are now leashable.}} | ||
|{{HistoryLine||1.21.2|dev=24w37a|Boats no longer drop planks and sticks when crashed, which at this point was only ever possible due to a rare bug. | |{{HistoryLine||1.21.2|dev=24w37a|Boats no longer drop planks and sticks when crashed, which at this point was only ever possible due to a rare bug. | ||
|The remaining code for boats that caused them to be destroyed like in pre-1.9 has been removed.<ref>{{bug|MC-119369}}</ref> Prior to this point, falling from very specific heights would destroy the boat and damage the rider.}} | |The remaining code for boats that caused them to be destroyed like in pre-1.9 has been removed.<ref>{{bug|MC-119369}}</ref> Prior to this point, falling from very specific heights would destroy the boat and damage the rider.}} | ||
|{{HistoryLine|||dev=24w39a|Boat entities now have different identifiers for each wood type, instead of all types being <code>boat</code>.}} | |{{MC/HistoryLine|||dev=24w39a|Boat entities now have different identifiers for each wood type, instead of all types being <code>boat</code>.}} | ||
|{{HistoryLine||1.21.2|exp=Winter Drop|dev=24w40a|[[File:Pale Oak Boat JE1 BE1.png|32px]] [[File:Pale Oak Boat (item) JE1 BE1.png|32px]] Added pale oak boats.}} | |{{MC/HistoryLine||1.21.2|exp=Winter Drop|dev=24w40a|[[File:Pale Oak Boat JE1 BE1.png|32px]] [[File:Pale Oak Boat (item) JE1 BE1.png|32px]] Added pale oak boats.}} | ||
|{{HistoryLine||1.21.4|dev=24w44a|Pale oak boats are now available without using the "Winter Drop" experimental data pack.}} | |{{MC/HistoryLine||1.21.4|dev=24w44a|Pale oak boats are now available without using the "Winter Drop" experimental data pack.}} | ||
|{{HistoryLine||1.21.6|dev=25w20a|[[File:Pale Oak Boat (item) JE2.png|32px]] The texture of the pale oak boat item has been tweaked.<ref>{{bug|MC-277991|||Fixed}}</ref>}} | |{{HistoryLine||1.21.6|dev=25w20a|[[File:Pale Oak Boat (item) JE2.png|32px]] The texture of the pale oak boat item has been tweaked.<ref>{{bug|MC-277991|||Fixed}}</ref>}} | ||
}} | }} | ||
| Line 718: | Line 718: | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|pocket alpha}} | |{{MC/HistoryLine|pocket alpha}} | ||
|{{HistoryLine||September 19, 2014|link={{tweet|_tomcc|512935629026770944}}| | |{{HistoryLine||September 19, 2014|link={{tweet|_tomcc|512935629026770944}}|Tommaso Checchi tweeted a picture of a player riding a boat, stating that the most important thing is to "get the paddling right." | ||
|[[File:Minecart JE2 BE1.png|32px]] The model used by boats is currently a [[Minecraft:minecart]].}} | |[[File:Minecart JE2 BE1.png|32px]] The model used by boats is currently a [[Minecraft:minecart]].}} | ||
|{{HistoryLine||January 26, 2015|link={{tweet|_tomcc|559697958728654848}}|Tommaso Checchi tweets a screenshot of multiple riders in a single boat. | |{{HistoryLine||January 26, 2015|link={{tweet|_tomcc|559697958728654848}}|Tommaso Checchi tweets a screenshot of multiple riders in a single boat. | ||
| Line 728: | Line 728: | ||
[[File:Oak Boat (item) JE2 BE1.png|32px]] [[File:Oak Boat (item) JE2 BE1.png|32px]] [[File:Oak Boat (item) JE2 BE1.png|32px]] [[File:Oak Boat (item) JE2 BE1.png|32px]] [[File:Oak Boat (item) JE2 BE1.png|32px]] [[File:Oak Boat (item) JE2 BE1.png|32px]] Added boats. Each wood type has its own respective variant, though they share the same sprite as [[Minecraft:item]]s. | [[File:Oak Boat (item) JE2 BE1.png|32px]] [[File:Oak Boat (item) JE2 BE1.png|32px]] [[File:Oak Boat (item) JE2 BE1.png|32px]] [[File:Oak Boat (item) JE2 BE1.png|32px]] [[File:Oak Boat (item) JE2 BE1.png|32px]] [[File:Oak Boat (item) JE2 BE1.png|32px]] Added boats. Each wood type has its own respective variant, though they share the same sprite as [[Minecraft:item]]s. | ||
|Boats can support two riders, including [[Minecraft:mob]]s. | |Boats can support two riders, including [[Minecraft:mob]]s. | ||
|Boats are larger in size than {{ | |Boats are larger in size than {{MC/In|java}}. | ||
|Boats are more resistant to crashing against land than {{ | |Boats are more resistant to crashing against land than {{MC/In|java}}.}} | ||
|{{HistoryLine|||dev=build 12|Projectiles can now be shot from boats.}} | |{{MC/HistoryLine|||dev=build 12|Projectiles can now be shot from boats.}} | ||
|{{HistoryLine||v0.12.1|dev=build 1|Added all boat variants to the [[Minecraft:Creative inventory]]. | |{{MC/HistoryLine||v0.12.1|dev=build 1|Added all boat variants to the [[Minecraft:Creative inventory]]. | ||
|[[File:Oak Boat (item) JE3 BE2.png|32px]] [[File:Spruce Boat (item) JE1 BE2.png|32px]] [[File:Birch Boat (item) JE1 BE2.png|32px]] [[File:Jungle Boat (item) JE1 BE2.png|32px]] [[File:Acacia Boat (item) JE1 BE2.png|32px]] [[File:Dark Oak Boat (item) JE1 BE2.png|32px]] New [[Minecraft:inventory]] icons for boats have been added. The sprite now includes paddles and represents their respective wood color.}} | |[[File:Oak Boat (item) JE3 BE2.png|32px]] [[File:Spruce Boat (item) JE1 BE2.png|32px]] [[File:Birch Boat (item) JE1 BE2.png|32px]] [[File:Jungle Boat (item) JE1 BE2.png|32px]] [[File:Acacia Boat (item) JE1 BE2.png|32px]] [[File:Dark Oak Boat (item) JE1 BE2.png|32px]] New [[Minecraft:inventory]] icons for boats have been added. The sprite now includes paddles and represents their respective wood color.}} | ||
|{{HistoryLine||v0.13.0|dev=build 1|Boats are now slightly faster than sprinting, and no longer deplete | |{{HistoryLine||v0.13.0|dev=build 1|Boats are now slightly faster than sprinting, and no longer deplete hunger. | ||
| | |Players can now {{MC/Control|use}} [[Minecraft:item]]s and {{MC/Control|attack}} immediately after they stop rowing.}} | ||
|{{HistoryLine|||dev=build 3|Boats now stack on top of each other.}} | |{{MC/HistoryLine|||dev=build 3|Boats now stack on top of each other.}} | ||
|{{HistoryLine|bedrock}} | |{{MC/HistoryLine|bedrock}} | ||
|{{HistoryLine||1.2.0|dev=beta 1.2.0.22|Boats now move faster on [[Minecraft:ice]].}} | |{{MC/HistoryLine||1.2.0|dev=beta 1.2.0.22|Boats now move faster on [[Minecraft:ice]].}} | ||
|{{HistoryLine||1.5.0|dev=beta 1.5.0.0|The steering of boats has been changed when using keyboard and mouse - W now moves the boat forward and S reverses it.}} | |{{MC/HistoryLine||1.5.0|dev=beta 1.5.0.0|The steering of boats has been changed when using keyboard and mouse - W now moves the boat forward and S reverses it.}} | ||
|{{HistoryLine|||dev=beta 1.5.0.4|Boats can now sink or float on | |{{MC/HistoryLine|||dev=beta 1.5.0.4|Boats can now sink or float on bubble columns.}} | ||
|{{HistoryLine||1.10.0|dev=beta 1.10.0.3|[[File:Oak Boat JE4 BE2.png|32px]] [[File:Spruce Boat JE3 BE2.png|32px]] [[File:Birch Boat JE3 BE2.png|32px]] [[File:Jungle Boat JE3 BE2.png|32px]] [[File:Acacia Boat JE3 BE2.png|32px]] [[File:Dark Oak Boat JE3 BE2.png|32px]]<br> | |{{MC/HistoryLine||1.10.0|dev=beta 1.10.0.3|[[File:Oak Boat JE4 BE2.png|32px]] [[File:Spruce Boat JE3 BE2.png|32px]] [[File:Birch Boat JE3 BE2.png|32px]] [[File:Jungle Boat JE3 BE2.png|32px]] [[File:Acacia Boat JE3 BE2.png|32px]] [[File:Dark Oak Boat JE3 BE2.png|32px]]<br> | ||
[[File:Oak Boat (item) JE4 BE3.png|32px]] [[File:Spruce Boat (item) JE2 BE3.png|32px]] [[File:Birch Boat (item) JE2 BE3.png|32px]] [[File:Jungle Boat (item) JE2 BE3.png|32px]] [[File:Acacia Boat (item) JE2 BE3.png|32px]] [[File:Dark Oak Boat (item) JE2 BE3.png|32px]] The textures of all boats have been changed.}} | [[File:Oak Boat (item) JE4 BE3.png|32px]] [[File:Spruce Boat (item) JE2 BE3.png|32px]] [[File:Birch Boat (item) JE2 BE3.png|32px]] [[File:Jungle Boat (item) JE2 BE3.png|32px]] [[File:Acacia Boat (item) JE2 BE3.png|32px]] [[File:Dark Oak Boat (item) JE2 BE3.png|32px]] The textures of all boats have been changed.}} | ||
|{{HistoryLine||1.11.0|dev=beta 1.11.0.4|Boats can now be | |{{MC/HistoryLine||1.11.0|dev=beta 1.11.0.4|Boats can now be bought from fisherman [[Minecraft:villager]]s.}} | ||
|{{HistoryLine||1.16.0|dev=beta 1.16.0.57| | |{{MC/HistoryLine||1.16.0|dev=beta 1.16.0.57|Trading has been changed, master-level fisherman villagers now offer to buy boats based on their villager [[Minecraft:biome]] outfit. | ||
|Due to trading changes, birch boats can no longer be | |Due to trading changes, birch boats can no longer be sold to fisherman villagers.}} | ||
|{{HistoryLine||1.16.100|dev=beta 1.16.100.51|Custom named boats now save their name after placing and breaking.}} | |{{MC/HistoryLine||1.16.100|dev=beta 1.16.100.51|Custom named boats now save their name after placing and breaking.}} | ||
|{{HistoryLine||1.18.10|dev=beta 1.18.10.27|[[File:Oak Boat (item) BE4.png|32px]] [[File:Spruce Boat (item) BE4.png|32px]] [[File:Birch Boat (item) JE3 BE4.png|32px]] [[File:Jungle Boat (item) JE3 BE4.png|32px]] [[File:Acacia Boat (item) JE3 BE4.png|32px]] The item sprites of all boats have been changed. The paddles now represent their respective wood color (except spruce) and the inside rims of the boats are darker. | |{{HistoryLine||1.18.10|dev=beta 1.18.10.27|[[File:Oak Boat (item) BE4.png|32px]] [[File:Spruce Boat (item) BE4.png|32px]] [[File:Birch Boat (item) JE3 BE4.png|32px]] [[File:Jungle Boat (item) JE3 BE4.png|32px]] [[File:Acacia Boat (item) JE3 BE4.png|32px]] The item sprites of all boats have been changed. The paddles now represent their respective wood color (except spruce) and the inside rims of the boats are darker. | ||
|[[File:Dark Oak Boat (item) JE3 BE4.png|32px]] An updated item sprite for dark oak boat has been added to the game files, but it's currently unused.<ref>{{bug|MCPE-151667}}</ref>}} | |[[File:Dark Oak Boat (item) JE3 BE4.png|32px]] An updated item sprite for dark oak boat has been added to the game files, but it's currently unused.<ref>{{bug|MCPE-151667}}</ref>}} | ||
|{{HistoryLine||1.18.30|dev=Preview 1.18.20.26|[[File:Spruce Boat (item) JE3 BE5.png|32px]] An updated item sprite for spruce boat has been added to the game files, but it's currently unused.<ref>{{bug|MCPE-152262}}</ref>}} | |{{HistoryLine||1.18.30|dev=Preview 1.18.20.26|[[File:Spruce Boat (item) JE3 BE5.png|32px]] An updated item sprite for spruce boat has been added to the game files, but it's currently unused.<ref>{{bug|MCPE-152262}}</ref>}} | ||
|{{HistoryLine|||dev=Preview 1.18.20.28|Spruce and dark oak boats now correctly use their updated item sprites.}} | |{{MC/HistoryLine|||dev=Preview 1.18.20.28|Spruce and dark oak boats now correctly use their updated item sprites.}} | ||
|{{HistoryLine||1.18.30|exp=Wild Update|dev=Preview 1.18.30.29|Boats can now be used to craft boats with chests.}} | |{{MC/HistoryLine||1.18.30|exp=Wild Update|dev=Preview 1.18.30.29|Boats can now be used to craft boats with chests.}} | ||
|{{HistoryLine||1.19.0|dev=Preview 1.19.0.21|[[File:Mangrove Boat JE1 BE1.png|32px]] [[File:Mangrove Boat (item) JE1 BE1.png|32px]] Added mangrove boats.}} | |{{MC/HistoryLine||1.19.0|dev=Preview 1.19.0.21|[[File:Mangrove Boat JE1 BE1.png|32px]] [[File:Mangrove Boat (item) JE1 BE1.png|32px]] Added mangrove boats.}} | ||
|{{HistoryLine|||dev=Preview 1.19.0.27|[[File:Oak Boat (item) JE6.png|32px]] [[File:Spruce Boat (item) JE4.png|32px]] [[File:Birch Boat (item) JE4.png|32px]] [[File:Jungle Boat (item) JE4.png|32px]] [[File:Acacia Boat (item) JE4.png|32px]] [[File:Dark Oak Boat (item) JE4.png|32px]] [[File:Mangrove Boat (item) JE2.png|32px]] Changed all boat item textures.}} | |{{MC/HistoryLine|||dev=Preview 1.19.0.27|[[File:Oak Boat (item) JE6.png|32px]] [[File:Spruce Boat (item) JE4.png|32px]] [[File:Birch Boat (item) JE4.png|32px]] [[File:Jungle Boat (item) JE4.png|32px]] [[File:Acacia Boat (item) JE4.png|32px]] [[File:Dark Oak Boat (item) JE4.png|32px]] [[File:Mangrove Boat (item) JE2.png|32px]] Changed all boat item textures.}} | ||
|{{HistoryLine||1.19.50|exp=Next Major Update|dev=Preview 1.19.50.21|[[File:Bamboo Raft JE1 BE1.png|32px]] [[File:Bamboo Raft (item) BE1.png|32px]] Added bamboo rafts behind the "[[Minecraft:Bedrock Edition 1.20.0|Next Major Update]]" | |{{MC/HistoryLine||1.19.50|exp=Next Major Update|dev=Preview 1.19.50.21|[[File:Bamboo Raft JE1 BE1.png|32px]] [[File:Bamboo Raft (item) BE1.png|32px]] Added bamboo rafts behind the "[[Minecraft:Bedrock Edition 1.20.0|Next Major Update]]" experimental toggle.}} | ||
|{{HistoryLine||1.19.60|exp=Next Major Update|dev=Preview 1.19.60.20|[[File:Bamboo Raft (item) JE2 BE2.png|32px]] The item texture of the bamboo raft has been changed to match ''[[Minecraft:Java Edition]]''.}} | |{{MC/HistoryLine||1.19.60|exp=Next Major Update|dev=Preview 1.19.60.20|[[File:Bamboo Raft (item) JE2 BE2.png|32px]] The item texture of the bamboo raft has been changed to match ''[[Minecraft:Java Edition]]''.}} | ||
|{{HistoryLine||1.19.80|exp=Next Major Update|dev=Preview 1.19.80.20|[[File:Cherry Boat JE1 BE1.png|32px]] [[File:Cherry Boat (item) JE1 BE1.png|32px]] Added cherry boats behind the "[[Minecraft:Bedrock Edition 1.20.0|Next Major Update]]" | |{{MC/HistoryLine||1.19.80|exp=Next Major Update|dev=Preview 1.19.80.20|[[File:Cherry Boat JE1 BE1.png|32px]] [[File:Cherry Boat (item) JE1 BE1.png|32px]] Added cherry boats behind the "[[Minecraft:Bedrock Edition 1.20.0|Next Major Update]]" experimental toggle.}} | ||
|{{HistoryLine||1.19.80|dev=Preview 1.19.80.20|Turtles can now ride boats, to match Java Edition. | |{{HistoryLine||1.19.80|dev=Preview 1.19.80.20|Turtles can now ride boats, to match Java Edition. | ||
|Spiders, adult polar bears, adult hoglins and zoglins can no longer ride boats. However polar bears, hoglins and zoglins can still ride them manually using the {{ | |Spiders, adult polar bears, adult hoglins and zoglins can no longer ride boats. However polar bears, hoglins and zoglins can still ride them manually using the {{MC/Cmd|ride}} command.}} | ||
|{{HistoryLine||1.20.0|dev=Preview 1.20.0.21|Bamboo rafts and cherry boats are now available without using the "Next Major Update" experimental toggle.}} | |{{MC/HistoryLine||1.20.0|dev=Preview 1.20.0.21|Bamboo rafts and cherry boats are now available without using the "Next Major Update" experimental toggle.}} | ||
|{{HistoryLine||1.20.10|dev=Preview 1.20.10.20|The | |{{MC/HistoryLine||1.20.10|dev=Preview 1.20.10.20|The wooden shovel in the crafting recipe has been removed for all boat types except the bamboo raft.}} | ||
|{{HistoryLine|||dev=Preview 1.20.10.21|The bamboo raft recipe no longer needs a wooden shovel.}} | |{{MC/HistoryLine|||dev=Preview 1.20.10.21|The bamboo raft recipe no longer needs a wooden shovel.}} | ||
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.20|[[File:Pale Oak Boat JE1 BE1.png|32px]] [[File:Pale Oak Boat (item) JE1 BE1.png|32px]] Added pale oak boats.}} | |{{MC/HistoryLine||1.21.50|dev=Preview 1.21.50.20|[[File:Pale Oak Boat JE1 BE1.png|32px]] [[File:Pale Oak Boat (item) JE1 BE1.png|32px]] Added pale oak boats.}} | ||
|{{HistoryLine||1.21.60|dev=Preview 1.21.60.24|The second | |{{MC/HistoryLine||1.21.60|dev=Preview 1.21.60.24|The second passenger of a boat no longer has large camera twitches when rotating toward the west direction.}} | ||
|{{HistoryLine||1.21.90|dev=Preview 1.21.90.26|Boats are now able to be pulled out of water using a lead.}} | |{{MC/HistoryLine||1.21.90|dev=Preview 1.21.90.26|Boats are now able to be pulled out of water using a lead.}} | ||
}} | }} | ||
=== Legacy Console Edition === | === Legacy Console Edition === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|console}} | |{{MC/HistoryLine|console}} | ||
|{{HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Oak Boat JE1.png|32px]] [[File:Oak Boat (item) JE2 BE1.png|32px]] Added boats.}} | |{{MC/HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Oak Boat JE1.png|32px]] [[File:Oak Boat (item) JE2 BE1.png|32px]] Added boats.}} | ||
|{{HistoryLine||xbox=TU12|The | |{{MC/HistoryLine||xbox=TU12|The maximum number of boats in a world has been increased from 20 to 40. | ||
|Boats now break when they hit land hard.|Boats can now be placed by [[Minecraft:dispenser]]s.}} | |Boats now break when they hit land hard.|Boats can now be placed by [[Minecraft:dispenser]]s.}} | ||
|{{HistoryLine||xbox=TU14|ps3=1.04|psvita=1.00|ps4=1.00|Boats are no longer broken by | |{{MC/HistoryLine||xbox=TU14|ps3=1.04|psvita=1.00|ps4=1.00|Boats are no longer broken by lily pads anymore, instead they run straight through the lily pad now, breaking and sometimes dropping it. | ||
|When boats crash, they can now sometimes | |When boats crash, they can now sometimes drop themselves as [[Minecraft:item]]s. | ||
|Boats are now less glitchy and more responsive now. | |Boats are now less glitchy and more responsive now. | ||
|The maximum speed of boats has been increased. | |The maximum speed of boats has been increased. | ||
|When exiting, | |When exiting, players now move from the boat. | ||
|When broken by a player, they drop a boat now.}} | |When broken by a player, they drop a boat now.}} | ||
|{{HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|wiiu=Patch 1|switch=1.0.1|Boats are now dismounted using the sneak key; previously, this was achieved by pressing {{ctrl|use}} on the boat a second time.}} | |{{HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|wiiu=Patch 1|switch=1.0.1|Boats are now dismounted using the sneak key; previously, this was achieved by pressing {{ctrl|use}} on the boat a second time.}} | ||
|{{HistoryLine||xbox=TU46|xbone=CU36|ps3=1.38|psvita=1.38|ps4=1.38|wiiu=Patch 15|[[File:Oak Boat JE2 BE1.png|32px]] [[File:Spruce Boat JE1 BE1.png|32px]] [[File:Birch Boat JE1 BE1.png|32px]] [[File:Jungle Boat JE1 BE1.png|32px]] [[File:Acacia Boat JE1 BE1.png|32px]] [[File:Dark Oak Boat JE1 BE1.png|32px]]<br> | |{{MC/HistoryLine||xbox=TU46|xbone=CU36|ps3=1.38|psvita=1.38|ps4=1.38|wiiu=Patch 15|[[File:Oak Boat JE2 BE1.png|32px]] [[File:Spruce Boat JE1 BE1.png|32px]] [[File:Birch Boat JE1 BE1.png|32px]] [[File:Jungle Boat JE1 BE1.png|32px]] [[File:Acacia Boat JE1 BE1.png|32px]] [[File:Dark Oak Boat JE1 BE1.png|32px]]<br> | ||
[[File:Oak Boat (item) JE3 BE2.png|32px]] [[File:Spruce Boat (item) JE1 BE2.png|32px]] [[File:Birch Boat (item) JE1 BE2.png|32px]] [[File:Jungle Boat (item) JE1 BE2.png|32px]] [[File:Acacia Boat (item) JE1 BE2.png|32px]] [[File:Dark Oak Boat (item) JE1 BE2.png|32px]] Boats have been overhauled to match | [[File:Oak Boat (item) JE3 BE2.png|32px]] [[File:Spruce Boat (item) JE1 BE2.png|32px]] [[File:Birch Boat (item) JE1 BE2.png|32px]] [[File:Jungle Boat (item) JE1 BE2.png|32px]] [[File:Acacia Boat (item) JE1 BE2.png|32px]] [[File:Dark Oak Boat (item) JE1 BE2.png|32px]] Boats have been overhauled to match Pocket Edition v0.11.0 alpha boats.}} | ||
|{{HistoryLine||xbox=TU53|xbone=CU43|ps3=1.49|psvita=1.49|ps4=1.50|wiiu=Patch 23|switch=1.0.3|Boats can now be used to fuel [[Minecraft:furnace]]s.|Boat paddling | |{{MC/HistoryLine||xbox=TU53|xbone=CU43|ps3=1.49|psvita=1.49|ps4=1.50|wiiu=Patch 23|switch=1.0.3|Boats can now be used to fuel [[Minecraft:furnace]]s.|Boat paddling sounds have been added.}} | ||
|{{HistoryLine||xbox=TU57|xbone=CU49|ps3=1.57|psvita=1.56|ps4=1.56|wiiu=Patch 27|switch=1.0.7|The [[Minecraft:crafting]] recipe of boats has been changed to require a wooden [[Minecraft:shovel]].}} | |{{MC/HistoryLine||xbox=TU57|xbone=CU49|ps3=1.57|psvita=1.56|ps4=1.56|wiiu=Patch 27|switch=1.0.7|The [[Minecraft:crafting]] recipe of boats has been changed to require a wooden [[Minecraft:shovel]].}} | ||
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:Oak Boat JE4 BE2.png|32px]] [[File:Spruce Boat JE3 BE2.png|32px]] [[File:Birch Boat JE3 BE2.png|32px]] [[File:Jungle Boat JE3 BE2.png|32px]] [[File:Acacia Boat JE3 BE2.png|32px]] [[File:Dark Oak Boat JE3 BE2.png|32px]]<br> | |{{MC/HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:Oak Boat JE4 BE2.png|32px]] [[File:Spruce Boat JE3 BE2.png|32px]] [[File:Birch Boat JE3 BE2.png|32px]] [[File:Jungle Boat JE3 BE2.png|32px]] [[File:Acacia Boat JE3 BE2.png|32px]] [[File:Dark Oak Boat JE3 BE2.png|32px]]<br> | ||
[[File:Oak Boat (item) JE4 BE3.png|32px]] [[File:Spruce Boat (item) JE2 BE3.png|32px]] [[File:Birch Boat (item) JE2 BE3.png|32px]] [[File:Jungle Boat (item) JE2 BE3.png|32px]] [[File:Acacia Boat (item) JE2 BE3.png|32px]] [[File:Dark Oak Boat (item) JE2 BE3.png|32px]] The textures of all boats have been changed.}} | [[File:Oak Boat (item) JE4 BE3.png|32px]] [[File:Spruce Boat (item) JE2 BE3.png|32px]] [[File:Birch Boat (item) JE2 BE3.png|32px]] [[File:Jungle Boat (item) JE2 BE3.png|32px]] [[File:Acacia Boat (item) JE2 BE3.png|32px]] [[File:Dark Oak Boat (item) JE2 BE3.png|32px]] The textures of all boats have been changed.}} | ||
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.91|wiiu=none|switch=none|Boats can now be sold to fisherman villagers.{{ | |{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.91|wiiu=none|switch=none|Boats can now be sold to fisherman villagers.{{MC/Info needed|Does the type of boat depend on the biome outfit of the villager?}}}} | ||
}} | }} | ||
=== ''New Nintendo 3DS Edition'' === | === ''New Nintendo 3DS Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|new 3ds}} | |{{MC/HistoryLine|new 3ds}} | ||
|{{HistoryLine||0.1.0|[[File:Oak Boat JE2 BE1.png|32px]] [[File:Spruce Boat JE1 BE1.png|32px]] [[File:Birch Boat JE1 BE1.png|32px]] [[File:Jungle Boat JE1 BE1.png|32px]] [[File:Acacia Boat JE1 BE1.png|32px]] [[File:Dark Oak Boat JE1 BE1.png|32px]]<br> | |{{MC/HistoryLine||0.1.0|[[File:Oak Boat JE2 BE1.png|32px]] [[File:Spruce Boat JE1 BE1.png|32px]] [[File:Birch Boat JE1 BE1.png|32px]] [[File:Jungle Boat JE1 BE1.png|32px]] [[File:Acacia Boat JE1 BE1.png|32px]] [[File:Dark Oak Boat JE1 BE1.png|32px]]<br> | ||
[[File:Oak Boat (item) JE3 BE2.png|32px]] [[File:Spruce Boat (item) JE1 BE2.png|32px]] [[File:Birch Boat (item) JE1 BE2.png|32px]] [[File:Jungle Boat (item) JE1 BE2.png|32px]] [[File:Acacia Boat (item) JE1 BE2.png|32px]] [[File:Dark Oak Boat (item) JE1 BE2.png|32px]] Added boats.}} | [[File:Oak Boat (item) JE3 BE2.png|32px]] [[File:Spruce Boat (item) JE1 BE2.png|32px]] [[File:Birch Boat (item) JE1 BE2.png|32px]] [[File:Jungle Boat (item) JE1 BE2.png|32px]] [[File:Acacia Boat (item) JE1 BE2.png|32px]] [[File:Dark Oak Boat (item) JE1 BE2.png|32px]] Added boats.}} | ||
}} | }} | ||
| Line 798: | Line 798: | ||
==== ''Java Edition'' ==== | ==== ''Java Edition'' ==== | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java}} | |{{MC/HistoryLine|java}} | ||
|{{HistoryLine||1.9|dev=15w41a|The NBT | |{{HistoryLine||1.9|dev=15w41a|The NBT tag{{MC/Verify|is this a correct link? the tags the linked page talks about didn't exist until 1.13}} {{MC/Code|Type}} (string) have now added for the boat entity, taking values {{MC/Code|oak}}, {{MC/Code|spruce}}, {{MC/Code|birch}}, {{MC/Code|jungle}}, {{MC/Code|acacia}} and {{MC/Code|dark_oak}}.}} | ||
|{{HistoryLine||1.11|dev=16w32a|The entity ID has been changed from <code>Boat</code> to <code>boat</code>.}} | |{{MC/HistoryLine||1.11|dev=16w32a|The entity ID has been changed from <code>Boat</code> to <code>boat</code>.}} | ||
|{{HistoryLine||1.13|dev=17w47a|The oak boat ID has been changed from <code>boat</code> to <code>oak_boat</code>. | |{{HistoryLine||1.13|dev=17w47a|The oak boat ID has been changed from <code>boat</code> to <code>oak_boat</code>. | ||
|Prior to | |Prior to ''The Flattening'', these items' numeral IDs were 333, 444, 445, 446, 447 and 448.{{MC/Info needed|what was the numeric entity ID?}}}} | ||
|{{HistoryLine||1.21.2|dev=24w39a|The entity IDs for boats have been split into separate types, one per existing variant.}} | |{{MC/HistoryLine||1.21.2|dev=24w39a|The entity IDs for boats have been split into separate types, one per existing variant.}} | ||
}} | }} | ||
==== ''Bedrock Edition'' ==== | ==== ''Bedrock Edition'' ==== | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|bedrock}} | |{{MC/HistoryLine|bedrock}} | ||
|{{HistoryLine||1.16.100|dev=beta 1.16.100.56|The item ID <code>boat</code> has been split up into <code><type>_boat</code>.{{ | |{{HistoryLine||1.16.100|dev=beta 1.16.100.56|The item ID <code>boat</code> has been split up into <code><type>_boat</code>.{{MC/Info needed|How were they distinguished previously?}}}} | ||
|{{HistoryLine||1.19.50|exp=Next Major Update|dev=Preview 1.19.50.21|Due to {{bug|MCPE-163346}}, the bamboo raft uses the namespaced ID <code>bamboo_boat</code>.}} | |{{HistoryLine||1.19.50|exp=Next Major Update|dev=Preview 1.19.50.21|Due to {{bug|MCPE-163346}}, the bamboo raft uses the namespaced ID <code>bamboo_boat</code>.}} | ||
|{{HistoryLine||1.19.50|exp=Next Major Update|dev=Preview 1.19.50.22|The namespaced ID of the bamboo raft has been corrected to <code>bamboo_raft</code>.}} | |{{MC/HistoryLine||1.19.50|exp=Next Major Update|dev=Preview 1.19.50.22|The namespaced ID of the bamboo raft has been corrected to <code>bamboo_raft</code>.}} | ||
}} | }} | ||
| Line 822: | Line 822: | ||
All aboard the hype boat!.png|Image of the completed Bedrock Edition boats. | All aboard the hype boat!.png|Image of the completed Bedrock Edition boats. | ||
Boatglitche.png|A trail of boats after a game crash while riding a boat. | Boatglitche.png|A trail of boats after a game crash while riding a boat. | ||
Minescape.png|A third-person perspective of a boat in | Minescape.png|A third-person perspective of a boat in Java Edition Alpha v1.0.6. | ||
</gallery> | </gallery> | ||
== Issues == | == Issues == | ||
{{ | {{MC/Issue list}} | ||
== Trivia == | == Trivia == | ||
* {{ | * {{MC/In|be}}, [[Minecraft:Sand]], red sand, concrete powder, [[Minecraft:gravel]], [[Minecraft:anvil]]s, and dragon eggs drop as [[Minecraft:Item (entity)|items]] when they fall onto a boat that is in water. | ||
* A [[Minecraft:chest]] is short enough that a boat falls onto it rather than crashes into it. | * A [[Minecraft:chest]] is short enough that a boat falls onto it rather than crashes into it. | ||
* {{ | * {{MC/In|console}}, holding the movement stick to the side in a boat on blue ice causes the player to spin quickly. If a passenger is in the boat while this occurs, when the player exits the boat after it reaches maximum velocity (attained after about three seconds), for most mobs, the mob's head may spin uncontrollably. For some mobs, however, nothing happens (such as slimes and ghasts). The mob may also get its head stuck at an angle. Thorough testing was done on ''Wii U Edition'', although the glitch was originally discovered on the ''Xbox 360 Edition''. | ||
== Gallery == | == Gallery == | ||
| Line 844: | Line 844: | ||
<gallery> | <gallery> | ||
Nether Ice Boat.png|A boat on ice in the Nether. | Nether Ice Boat.png|A boat on ice in the Nether. | ||
Leashed boat.jpg| | Leashed boat.jpg|Steve leashing boats to a pier.<ref>{{mcnet|minecraft-java-edition-1-21|Minecraft Java Edition 1.21|June 13, 2024}}</ref> | ||
Blocked Canal.jpg|Boats blocking a river. | Blocked Canal.jpg|Boats blocking a river. | ||
</gallery> | </gallery> | ||
| Line 857: | Line 857: | ||
Chiwi Boats 4.png|Boat item textures from Bedrock Edition beta 1.19.0.27. | Chiwi Boats 4.png|Boat item textures from Bedrock Edition beta 1.19.0.27. | ||
Leashed Boats.jpg|Boats attached to leads. | Leashed Boats.jpg|Boats attached to leads. | ||
Sunny and Noor head into the Nether.jpg|" | Sunny and Noor head into the Nether.jpg|"Sunny and Noor are next to a fully rebuilt Ruined Portal. The brave Sunny throws an [[Minecraft:Ender Pearl]] toward the lit Nether Portal. Noor is to the side holding a Leash tied to a Boat with a Sheep in it." | ||
Jappa Makeing the New Texture For a boat.png|alt=|Boat model without texture. | Jappa Makeing the New Texture For a boat.png|alt=|Boat model without texture. | ||
Particle Boat.jpg|A boat emitting lots of particles. | Particle Boat.jpg|A boat emitting lots of particles. | ||
| Line 872: | Line 872: | ||
<gallery> | <gallery> | ||
File:Sunny-boat.gif|Official artwork of Sunny riding a mangrove boat. | File:Sunny-boat.gif|Official artwork of Sunny riding a mangrove boat. | ||
File:Boat Floating Sticker.gif|Sticker of | File:Boat Floating Sticker.gif|Sticker of Zuri on a bamboo raft with a camel calf. | ||
File:Mobile Adventure 640x960.png|Official artwork of | File:Mobile Adventure 640x960.png|Official artwork of Alex in a boat at sea with an allay. | ||
File:Zuri Raft.jpg|Zuri on a bamboo raft. | File:Zuri Raft.jpg|Zuri on a bamboo raft. | ||
File:Zuri on Bamboo Raft Pixel Art.png|Pixel art of Zuri on a bamboo raft with a baby | File:Zuri on Bamboo Raft Pixel Art.png|Pixel art of Zuri on a bamboo raft with a baby panda. | ||
File:Cutout Blossom (Trails & Tales Event).png|Cutout of Zuri and [[Minecraft:Efe]] on bamboo rafts, featured in the | File:Cutout Blossom (Trails & Tales Event).png|Cutout of Zuri and [[Minecraft:Efe]] on bamboo rafts, featured in the Trails & Tales Event. | ||
File:Play With Friends Local 672x360.png|Alex in a boat with a goat.<ref>https://www.minecraft.net/en-us/about-minecraft</ref> | File:Play With Friends Local 672x360.png|Alex in a boat with a goat.<ref>https://www.minecraft.net/en-us/about-minecraft</ref> | ||
File:This or That.jpg|A social media post about a bamboo raft and cherry boat. | File:This or That.jpg|A social media post about a bamboo raft and cherry boat. | ||
File:Croc Ad 1.jpg|Noor in an oak boat in an advertisement for '' | File:Croc Ad 1.jpg|Noor in an oak boat in an advertisement for ''Crocs''.<ref>{{MC/Ytl|e1AJo7jU5MI|Minecraft x Crocs|crocsinc|February 16, 2023}}</ref> | ||
File:CommuniKate's boat.png| | File:CommuniKate's boat.png|CommuniKate on a boat | ||
File:Ice Cube in a boat.jpeg| | File:Ice Cube in a boat.jpeg|Ice Cube in a boat | ||
File:Happi noodle, grim noodle, and PlayPoppyTim3.jpeg| | File:Happi noodle, grim noodle, and PlayPoppyTim3.jpeg|Poppy Playtime in a boat | ||
File:Brown cat in boat.jpeg|A cat in a boat | File:Brown cat in boat.jpeg|A cat in a boat | ||
</gallery> | </gallery> | ||
| Line 900: | Line 900: | ||
== See also == | == See also == | ||
* {{ | * {{MC/Entitylink|Minecart}} | ||
* {{ | * {{MC/Entitylink|Strider}} | ||
* | * Transportation | ||
== References == | == References == | ||
{{ | {{MC/Reflist}} | ||
== Notes == | == Notes == | ||
| Line 911: | Line 911: | ||
== External links == | == External links == | ||
* {{Mcnet|taking-inventory--boat|Taking Inventory: Boat|October 4, 2019| | * {{Mcnet|taking-inventory--boat|Taking Inventory: Boat|October 4, 2019|Duncan Geere}} | ||
== Navigation == | == Navigation == | ||
{{Navbox wood}} | {{MC/Navbox wood}} | ||
{{Navbox items|Utilities}} | {{MC/Navbox items|Utilities}} | ||
{{Navbox entities|Other}} | {{MC/Navbox entities|Other}} | ||
[[Category:Transport]] | [[Category:Transport]] | ||
[[Category:Vehicles]] | [[Category:Vehicles]] | ||
cs:Člun | |||
de:Boot | |||
es:Barca | |||
fr:Bateau | |||
hu:Csónak | |||
it:Barca | |||
ja:ボート | |||
ko:보트 | |||
lzh:舟 | |||
nl:Boot | |||
pl:Łódka | |||
pt:Bote | |||
ru:Лодка | |||
th:เรือ | |||
uk:Човен | |||
zh:船 | |||
Latest revision as of 19:56, 9 April 2026
Template:Hatnote Template:Infobox item entity Boats (including bamboo rafts) are drivable vehicle entities that can be ridden through Minecraft:water or at high speeds across all types of ice. Most Minecraft:mobs will ride nearby boats, which they cannot control or exit on their own.
Obtaining
Boats can be crafted with any Overworld planks; crimson and warped planks cannot be used to make boats.<ref>Template:Bug</ref>
Boats can be retrieved by repeatedly hitting them until they drop as an item. In Java Edition, Minecraft:tools and Minecraft:weapons that deal more than 4Template:Icon alt textTemplate:Healthbar damage can destroy a boat in one hit.
Crafting
Usage
Boats can be used for the transportation of players and Minecraft:mobs, sold for emeralds, or used as fuel.
Crafting
Trading
Fuel
A boat used as fuel in a Minecraft:furnace lasts 60 seconds, smelting up to 6 items.
Transportation
{{#vardefine:params|2 }}Template:Hatnote
Entering
A player enters a boat by {{#vardefine: control | right click on mouse or left trigger on gamepad }}using it, if the boat is not fully occupied (boats can hold two entities). Unlike Minecraft:beds, there is no message above the hotbar for attempting to enter a fully occupied boat.<ref>Template:Bug</ref>
Exiting
A boat can be exited by {{#vardefine: control | shift on keyboard or right button on the right side of gamepad }}sneaking or in Template:Editions, pressing down the right analog stick on a controller, tapping the "Leave Boat" button when using touch controls, or {{#vardefine: control | space bar on keyboard or bottom button on right side of gamepad }}jumping. When exiting a boat, the player is placed in the direction the player is facing, or, if facing directly up or down, the player is placed in front of the boat. The exiting player is placed on land if possible from the dismounting position.
Motion
Boats do not turn with mouse-look.
With a keyboard or gamepad, boats are controlled using the {{#vardefine: control | W on keyboard or moving left stick on gamepad forward }}forward, {{#vardefine: control | A on keyboard or moving left stick on gamepad left }}left (turns left), {{#vardefine: control | D on keyboard or moving left stick on gamepad right }}right (turns right), and {{#vardefine: control | S on keyboard or moving left stick on gamepad backward }}backward keys. Using the {{#vardefine: control | control or double tapping W on keyboard, or pressing or double-flicking forward the left stick on gamepad }}sprint key increases the field of vision, but does not increase speed as if Minecraft:sprinting.
With touchscreen controls, two buttons for steering appear. The right button or key steers to the left, and the left button or key steers to the right. Pressing both buttons or keys moves the boat forward.
in Template:Editions, boats can be ridden against a current, but cannot be ridden upstream to a higher elevation. A boat lift, usually made from tripwire, pistons, and optionally a slime block, can be used to move a boat up. Bubble columns created with soul sand can also be used to push boats upward. These mechanisms can also be used in Template:Editions but are usually unnecessary because boats can be ridden upward in descending water, as well as follow upward stair-step currents.
Behavior
Speed
Boats move according to the player's control or water currents, with speed affected by the surface traversed.
When the forward or backward command is issued, a constant thrust is applied relative to the boat's facing direction, exponentially approaching the top speed at which thrust balances drag. The backward thrust is one-eighth of the forward thrust’s strength.
When strafe commands are issued, a constant torque is applied to increase the boat's rotation speed, with the same drag mechanism limiting the maximum rate of rotation.
in Template:Editions, boats do not have air resistance, meaning that if a boat is launched off a cliff at a certain speed, it will continue flying at that speed until it touches the ground.
Motion details
Regardless of controls, the boat applies a friction that is proportional to the current horizontal velocity v by multiplying it with a coefficient c at the beginning of every tick: in water, air, or under flowing water, this value is 0.9; underwater, this value is 0.45; on land, this value is the average c (slipperiness) of all solid blocks underneath the boat (e.g. 0.6 for most blocks, 0.98 for Minecraft:ice and 0.989 for blue ice). The same is applied to rotational (angular) velocity. This is equivalent to applying a deceleration <math>a_f = -\mu v</math>, where v is the current horizontal velocity and <math display="inline">\mu = (1-c)\,\text{tick}^{-1} = 20(1-c)\,\text{s}^{-1}</math> is a friction coefficient. As a result, when controls are not pressed, the boat slows to a stop quadratically.
Slime blocks, honey blocks, and soul sand each apply their special entity-slowing logic to boats on top of this.
in Template:Editions, When the forward key is pressed, the boat accelerate at 0.04 m/tick2, for a real-time acceleration of 16 ms-2 forward assuming no lag. The reverse acceleration is 0.005 m/tick2 for a real-time acceleration of 2 ms-2. When Template:Ctrl keys are pressed, the boat is given a rotation acceleration of 1°/tick2 (400°/s2), which is so high that no gradual change of turning rate is usually felt.
The above gives us a way to calculate the maximum speed of a boat on a surface because maximum speed is reached when the player's acceleration <math>a_p</math> cancels out with the friction <math>a_f</math>, <math display="inline">v_\text{max} = \frac{a_p}{\mu}</math>.
| Block | c | μ (tick−1) | Top Speed | Max Yaw Rate | Notes | ||
|---|---|---|---|---|---|---|---|
| (block/tick) | (block/s) | (block/tick) | (block/s) | ||||
| Minecraft:Water | 0.9 | 0.1 | 0.4 | 8.0 | 10 | 200 | |
| Minecraft:Ice, Minecraft:Frosted Ice, Minecraft:Packed Ice | 0.98 | 0.02 | 2 | 40 | 50 | 1000 | Boats move extremely quickly on ice,<ref name="MC-97803">Template:Bug</ref> allowing for the construction of fast transportation systems in any dimension. |
| Minecraft:Blue Ice | 0.989 | 0.011 | <math>3.\overline{63}</math> | <math>72.\overline{72}</math> | <math>90.\overline{90}</math> | <math>1818.\overline{18}</math> | |
| Land | 0.6 | 0.4 | 0.1 | 2.0 | 2.5 | 50 | |
| Minecraft:Slime Block | 0.8 | 0.2 | 0.0588 | 1.176 | 5 | 100 | Real c is 0.8, but onEntityWalk logic reduces it to 0.32 (0.8×0.4) for horizontal motion, with some increase if vertical velocity is nonzero. |
| Minecraft:Honey Block, Minecraft:Soul Sand | 0.6 | 0.4 | 0.0526 | 1.053 | 2.5 | 50 | Real c is 0.6, but onEntityWalk logic reduces it to 0.24 (0.6×0.4) for horizontal motion. |
The torque and thrust values differ between Java and Bedrock edition, as do the linear drag coefficients of various surfaces, which are proportionally scaled to produce the same top speed/max yaw rate between two editions.
| Front Thrust | Back Thrust | Torque | Blue Ice | Pack/Frost/Ice | Water | Slime | Land | |
|---|---|---|---|---|---|---|---|---|
| Java Edition | 16 blocks/s2 | 2 blocks/s2 | 400 deg/s2 | 0.22 s-1 | 0.4 s-1 | 2 s-1 | 4 s-1 | 8 s-1 |
| Bedrock Edition | <info needed></info needed>
|
<info needed></info needed>
|
<info needed></info needed>
|
<info needed></info needed>
|
<info needed></info needed>
|
<info needed></info needed>
|
<info needed></info needed>
|
<info needed></info needed>
|
Flotation
A boat floats atop still or flowing water. in Template:Editions, a boat sinks if it enters water flowing downward.<ref>Template:Bug</ref> in Template:Editions, a boat does not sink when submerged but floats up. This feature lets a player contrive stepped uphill water flows to propel a boat uphill using only flowing water.
When a boat moves over a bubble column, it begins to shake. If the bubbles are caused by a magma block, all passengers are expelled and the boat sinks.
in Template:Editions, a sunken boat cannot be re-floated until a bubble column pushes it up or it is broken by the player. in Template:Editions, a boat resumes floating when it emerges from the currents keeping it down, or when the bubble column is blocked or removed.
Dolphins chase players riding a boat in motion, occasionally bumping the boat, causing it to shake briefly.
Destruction
As boats are entities, they have health. in Template:Editions, boats effectively have just over Template:Hp (exactly 4 damage is not enough to destroy a boat), and regenerate Template:Frac per game tick. Boats in Template:Editions have Template:Hp health.<ref>Template:Bug</ref>
Boats can be destroyed by explosions, fire and lava (but not magma blocks), cactus, and by being punched/shot by mobs, such as drowned. Boats made invulnerable with commands cannot be broken by any of these, but they still cannot be used to travel on lava because they sink.
When a boat is destroyed, it drops itself in item form.
Passengers
Boats can support two riders, including Minecraft:mobs. A mob cannot exit a boat and is trapped until the boat gets destroyed, or until the player uses a fishing rod or Minecraft:lead to remove the mob. This can be used to transport mobs, although hostile mobs still attack while in boats. Mobs riding a boat don't despawnTemplate:Only and don't count toward the mob cap.<ref>Template:Bug</ref>
in Template:Editions, a player cannot both move (row) and use items at the same time. It is still possible to initialize item use (e.g. start eating) and row the boat while the item is still in the middle of the use animation. Although the rowing animation overrides the item use animation, the item can still be successfully consumed.
Being in a boat limits the player's mouse-look to the forward 210° arc in Template:Editions and 180° in Template:Editions.
Underwater boats cannot be ridden. When the boat is underwater, all passengers in it are expelled.
Damage prevention
Riding a boat does not deplete hunger, making it an efficient way to travel.
Boats can completely nullify fall damage for themselves and any players/mobs inside, making them useful for travel through mountains or through the Nether<ref>Template:Bug</ref><ref>Template:Bug</ref>.
Collision
A boat has a solid collision box, which means players and other entities can't go through it even at high speeds. Falling blocks are also blocked by boats.
in Template:Editions, a boat falling on top of an entity stops on top of the entity. in Template:Editions, a falling boat can go through other entities.
Riding a boat over a lily pad causes the lily pad to drop, and causes the boat's speed to stutter a bit.
Mobs
Most mobs can ride boats. Mobs cannot exit the boat unless the boat is destroyed, sinks, or moves over a bubble column.
Mobs can be picked up into the boat when they collide with the side of the boat. A mob cannot control the boat. in Template:Editions, a boat being ridden by a player cannot pick up a mob, but in Bedrock Edition, they can. in Template:Editions, even tripod cameras can ride boats.
A mob can ride a boat if it is narrower than a boat, and is neither an aquatic<ref group="note">Despite this, turtles are allowed to ride in boats because they are internally a part of the creature's group.</ref> nor ambient animal. The following mobs are unable to ride in a boat:
The baby counterparts of these mobs can ride in boats, but not the adult versions. If a baby grows up, the adult form is dismounted. Additionally, the adult versions of these mobs can still ride boats manually using the
- REDIRECT Template:Command
Template:Redr command: Template:Columns-list
Additionally, few types of mobs can have various Size values, which can prevent them from riding boats:
Template:Columns-list
Lead
Leads can be attached to boats and can break when stretched too far due to boats moving much more slowly on land.
The lead has no effect if a player is riding the boat. However, if any mob is riding the boat, the boat can be tugged along. This includes villagers, making transportation easier in early game with just a few boats and leads.
Sounds
Java Edition:
Boats use the Friendly Creatures sound category for entity-dependent sound events.
Despite being a solid surface, walking on boats is completely silent and does not produce footstep sounds.<ref>Template:Bug</ref>
Data values
ID
Java Edition: Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table
Bedrock Edition: Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table
Entity data
Boats have entity data associated with them that contain various properties of the entity.
Java Edition: {{#vardefine:params|0 }}Template:Hatnote
<section begin="entity data" />
- Template:Nbt/sprite Entity data
<section end="entity data" />
Achievements
Script error: No such module "Achievement".
Advancements
Script error: No such module "Advancement".
History
Java Edition
Bedrock Edition
Legacy Console Edition
New Nintendo 3DS Edition
Data history
Java Edition
Bedrock Edition
Historical screenshots
-
The old boat floating.
-
A bunch of pre-1.9 boats stacked up.
-
First image of boats in BE development.
-
Second image of boats in BE development.
-
Image of the completed Bedrock Edition boats.
-
A trail of boats after a game crash while riding a boat.
-
A third-person perspective of a boat in Java Edition Alpha v1.0.6.
Issues
Script error: No such module "Issue list".
Trivia
- in Template:Editions, Minecraft:Sand, red sand, concrete powder, Minecraft:gravel, Minecraft:anvils, and dragon eggs drop as items when they fall onto a boat that is in water.
- A Minecraft:chest is short enough that a boat falls onto it rather than crashes into it.
- in Template:Editions, holding the movement stick to the side in a boat on blue ice causes the player to spin quickly. If a passenger is in the boat while this occurs, when the player exits the boat after it reaches maximum velocity (attained after about three seconds), for most mobs, the mob's head may spin uncontrollably. For some mobs, however, nothing happens (such as slimes and ghasts). The mob may also get its head stuck at an angle. Thorough testing was done on Wii U Edition, although the glitch was originally discovered on the Xbox 360 Edition.
Gallery
Screenshots
-
All types of boats next to each other.
-
A dock with many boats.
-
A Minecraft:camera in a boat.
Mojang screenshots
-
A boat on ice in the Nether.
-
Steve leashing boats to a pier.<ref>Template:Mcnet</ref>
-
Boats blocking a river.
Development images
-
Jappa texturing a boat.
-
Nekofresa making the bamboo raft in Blockbench.
-
Boat item textures from Bedrock Edition beta 1.18.10.27.
-
Boat item textures from Bedrock Edition 1.18.10.
-
Boat item textures from Bedrock Edition beta 1.19.0.21.
-
Boat item textures from Bedrock Edition beta 1.19.0.27.
-
Boats attached to leads.
-
"Sunny and Noor are next to a fully rebuilt Ruined Portal. The brave Sunny throws an Minecraft:Ender Pearl toward the lit Nether Portal. Noor is to the side holding a Leash tied to a Boat with a Sheep in it."
-
Boat model without texture.
-
A boat emitting lots of particles.
-
A boat with llamas in it and a lead attached.
Concept artwork
-
Bamboo raft concept art.
-
Ditto.
In other media
-
Official artwork of Sunny riding a mangrove boat.
-
Sticker of Zuri on a bamboo raft with a camel calf.
-
Official artwork of Alex in a boat at sea with an allay.
-
Zuri on a bamboo raft.
-
Pixel art of Zuri on a bamboo raft with a baby panda.
-
Cutout of Zuri and Minecraft:Efe on bamboo rafts, featured in the Trails & Tales Event.
-
Alex in a boat with a goat.<ref>https://www.minecraft.net/en-us/about-minecraft</ref>
-
A social media post about a bamboo raft and cherry boat.
-
Noor in an oak boat in an advertisement for Crocs.<ref>
- redirect Template:YouTube link
-
CommuniKate on a boat
-
Ice Cube in a boat
-
Poppy Playtime in a boat
-
A cat in a boat
Textures
-
Texture of oak boats as entities
-
Texture of spruce boats as entities
-
Texture of birch boats as entities
-
Texture of jungle boats as entities
-
Texture of acacia boats as entities
-
Texture of dark oak boats as entities
-
Texture of bamboo rafts as entities
-
Texture of cherry boats as entities
-
Texture of pale oak boats as entities
See also
- REDIRECT Template:EntityLink
- REDIRECT Template:EntityLink
- Transportation
References
<references group="">
</references>
Notes
External links
| Features | |
|---|---|
| Sources | |
| Building blocks | |
| Functional blocks | |
| Tools | |
| Weapons | |
| Vehicles | |
| Mobs | |
| Wood types |
Template:Article otherTemplate:Article other
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
cs:Člun de:Boot es:Barca fr:Bateau hu:Csónak it:Barca ja:ボート ko:보트 lzh:舟 nl:Boot pl:Łódka pt:Bote ru:Лодка th:เรือ uk:Човен zh:船