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

Minecraft:Boat: Difference between revisions

From SAS Gaming Wiki
imported>NRPAN1
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 41: Line 41:
| 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 [[Minecraft:entities]] that can be ridden through [[Minecraft:water]] or at high speeds across all types of [[Minecraft:Ice (disambiguation)#Blocks|ice]]. Most [[Minecraft:mob]]s will ride nearby boats, which they cannot control or exit on their own.
'''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 ==
Line 61: Line 61:


== Usage ==
== Usage ==
Boats can be used for the transportation of [[Minecraft:player]]s and [[Minecraft:mob]]s, sold for emeralds, or used as [[Minecraft:fuel]].
Boats can be used for the transportation of players and [[Minecraft:mob]]s, sold for emeralds, or used as fuel.


=== Crafting ===
=== Crafting ===
Line 88: Line 88:
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.


{{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 {{in|bedrock}} but are usually unnecessary because boats can be ridden upward in descending water, as well as [[Minecraft:Tutorials/Water-powered boat transportation|follow upward stair-step currents]].
{{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 {{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 104: Line 104:
<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 [[Minecraft: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.
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.


[[Minecraft:Slime block]]s, [[Minecraft:honey block]]s, and [[Minecraft:soul sand]] each apply their special entity-slowing logic to boats on top of this.
Slime blocks, honey blocks, and soul sand each apply their special entity-slowing logic to boats on top of this.


<!-- Function controlBoat -->
<!-- Function controlBoat -->
Line 213: Line 213:
=== 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. {{IN|java}}, a boat sinks if it enters water flowing downward.<ref>{{bug|MC-91206|||WAI}}</ref> {{IN|bedrock}}, a boat does not sink when submerged but floats up. This feature lets a player contrive stepped uphill water flows to [[Minecraft:Tutorials/Water-powered boat transportation#Floating uphill|propel a boat uphill]] using only flowing water.
A boat floats atop still or flowing water. {{IN|java}}, a boat sinks if it enters water flowing downward.<ref>{{bug|MC-91206|||WAI}}</ref> {{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 [[Minecraft:magma block]], all passengers are expelled and the boat sinks.
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|java}}, a sunken boat cannot be re-floated until a bubble column pushes it up or it is broken by the player. {{IN|bedrock}}, a boat resumes floating when it emerges from the currents keeping it down, or when the bubble column is blocked or removed.
{{IN|java}}, a sunken boat cannot be re-floated until a bubble column pushes it up or it is broken by the player. {{IN|bedrock}}, a boat resumes floating when it emerges from the currents keeping it down, or when the bubble column is blocked or removed.


[[Minecraft:Dolphin]]s chase players riding a boat in motion, occasionally bumping the boat, causing it to shake briefly.
Dolphins chase players riding a boat in motion, occasionally bumping the boat, causing it to shake briefly.


=== Destruction ===
=== Destruction ===
As boats are [[Minecraft:entities]], they have [[Minecraft:health]]. {{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 {{in|be}} have {{hp|40}} health.<ref>{{bug|MCPE-62683}}</ref>
As boats are entities, they have health. {{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 {{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 [[Minecraft: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.
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 [[Minecraft: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>
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>


{{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.
{{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.
Line 239: Line 239:


=== Damage prevention ===
=== Damage prevention ===
Riding a boat does not deplete [[Minecraft:hunger]], making it an efficient way to travel.
Riding a boat does not deplete hunger, making it an efficient way to travel.


Boats can completely nullify [[Minecraft: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>.
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 ===
Line 248: Line 248:
{{IN|java}}, a boat falling on top of an entity stops on top of the entity. {{IN|bedrock}}, a falling boat can go through other entities.
{{IN|java}}, a boat falling on top of an entity stops on top of the entity. {{IN|bedrock}}, a falling boat can go through other entities.


Riding a boat over a [[Minecraft:lily pad]] causes the lily pad to drop, and causes the boat's speed to stutter a bit.
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. {{IN|java}}, a boat being ridden by a player cannot pick up a mob, but in {{BE}}, they can. {{IN|Education}}, even [[Minecraft:tripod camera]]s can ride boats.
Mobs can be picked up into the boat when they collide with the side of the boat. A mob cannot control the boat. {{IN|java}}, a boat being ridden by a player cannot pick up a mob, but in {{BE}}, they can. {{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:
Line 314: Line 314:
== Sounds ==
== Sounds ==
{{JE}}:<br>
{{JE}}:<br>
Boats use the Friendly Creatures sound category for [[Minecraft:Sound#Entity-dependent categories|entity-dependent sound events]].
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 639: Line 639:
|{{HistoryLine|java beta}}
|{{HistoryLine|java beta}}
|{{HistoryLine||1.6|Submerged boats no longer rise very fast.}}
|{{HistoryLine||1.6|Submerged boats no longer rise very fast.}}
|{{HistoryLine||1.8|dev=Pre-release|It is now possible to score a [[Minecraft:critical hit]] against a boat.}}
|{{HistoryLine||1.8|dev=Pre-release|It is now possible to score a critical hit against a boat.}}
|{{HistoryLine|java}}
|{{HistoryLine|java}}
|{{HistoryLine||1.3.1|dev=12w15a|Boats can now be shot out from [[Minecraft:dispenser]]s.}}
|{{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.}}
|{{HistoryLine|||dev=12w17a|Boats can now be destroyed in one hit in Creative mode.}}
|{{HistoryLine|||dev=12w21a|Boats no longer take [[Minecraft:damage]] when colliding with [[Minecraft:lily pad]]s. Instead, the lily pads themselves break.}}
|{{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.}}
|{{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 [[Minecraft:oak planks]] and 2 [[Minecraft:stick]]s if broken by a [[Minecraft:player]].|Instead, it needs to fall certain heights to drop 3 oak wood planks and 2 sticks.}}
|{{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.}}
|{{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.}}
|{{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 {{control|left}}, {{control|back}} and {{control|right}} controls have been removed.
|{{HistoryLine|||dev=13w16b|New boat physics with lower inertia, but {{control|left}}, {{control|back}} and {{control|right}} controls have been removed.
|Boats now take [[Minecraft:damage]] and break when colliding with many lily pads in a short time.}}
|Boats now take damage and break when colliding with many lily pads in a short time.}}
|{{HistoryLine||1.7.2|dev=13w36a|[[Minecraft:Player]]s can now {{cmd|summon}} [[Minecraft:mob]]s riding boats, though mobs cannot control boats.}}
|{{HistoryLine||1.7.2|dev=13w36a|Players can now {{cmd|summon}} [[Minecraft:mob]]s riding boats, though mobs cannot control boats.}}
|{{HistoryLine|||dev=13w43a|Boats no longer inflict fall [[Minecraft:damage]] when running aground.
|{{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.
|{{control|Left}}, {{control|back}} and {{control|right}} controls added again.}}
|{{control|Left}}, {{control|back}} and {{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 [[Minecraft:ghast]] and [[Minecraft:bat]], both of which cannot control boats.}}
|{{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. -->}}
|{{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 [[Minecraft:Pocket Edition v0.11.0 alpha|Pocket Edition Alpha 0.11.0]]. They now have oars for paddling and are more durable and now allows passengers to board.
[[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 {{control|right}} and {{control|left}} keys to move forward, and using the {{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 {{control|forward}} and {{control|back}} keys no longer have any effect.  
|A new set of controls have been introduced: it includes holding down the {{control|right}} and {{control|left}} keys to move forward, and using the {{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 {{control|forward}} and {{control|back}} keys no longer have any effect.  
|[[Minecraft:Player]]s can no longer {{control|use}} [[Minecraft:item]]s or {{control|attack}} from boats unless they were at a complete stop.
|Players can no longer {{control|use}} [[Minecraft:item]]s or {{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 [[Minecraft:snow layer]]s they run into.}}
|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 {{control|use}} items and {{control|attack}} immediately after they stop rowing.
|Players can now {{control|use}} items and {{control|attack}} immediately after they stop rowing.
Line 673: Line 673:
|{{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=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.}}
|{{HistoryLine|||dev=15w45a|Dark oak boats are now craftable.}}
|{{HistoryLine|||dev=15w51a|Boats now [[Minecraft:drop]] their corresponding [[Minecraft:planks]] when broken.}}
|{{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 {{control|forward}} and {{control|backward}} keys respectively, and steer left and right using the {{control|left}} and {{control|right}} keys respectively. The rowing mechanism introduced in [[Minecraft:15w41a]], holding the {{control|right}} and {{control|left}} keys, is removed and no longer moves the boat forward. The controls are now more similar to boats before the overhaul.
|{{HistoryLine|||dev=16w04a|Boats are now faster and now move forward and backward using the {{control|forward}} and {{control|backward}} keys respectively, and steer left and right using the {{control|left}} and {{control|right}} keys respectively. The rowing mechanism introduced in 15w41a, holding the {{control|right}} and {{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 [[Minecraft:wooden shovel]] as it has since 15w41a (though matching wood [[Minecraft:planks]] is still required).
}} 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 [[Minecraft:player]] on land.}}
|Dismounting in a boat now attempts to place the player on land.}}
|{{HistoryLine|||dev=16w05a|Boats now travel extremely fast on [[Minecraft:ice]], [[Minecraft:packed ice]] and [[Minecraft:frosted ice]].<ref>{{bug|MC-97803}}</ref>}}
|{{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 [[Minecraft:entities]] such as boats are now run by the client rather than by the server.}}
|{{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 [[Minecraft:hunger]] bar is now visible when riding in a boat.}}
|{{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.}}
|{{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 [[Minecraft:sound]]s have been added.}}
|{{HistoryLine||1.12|dev=17w17a|Boat paddling sounds have been added.}}
|{{HistoryLine||1.13|dev=18w06a|Boats as fuel now [[Minecraft:smelt]] 1 [[Minecraft:item]] in a [[Minecraft:furnace]] instead of 2.}}
|{{HistoryLine||1.13|dev=18w06a|Boats as fuel now smelt 1 [[Minecraft:item]] in a [[Minecraft:furnace]] instead of 2.}}
|{{HistoryLine|||dev=18w15a|Added [[Minecraft:blue ice]], which allows boats to travel even faster on it.}}
|{{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>
|{{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]].}}
|{{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 [[Minecraft:trading|buy]] boats for 1 emerald.}}
|{{HistoryLine|||dev=19w11a|Fisherman [[Minecraft:villager]]s now buy boats for 1 emerald.}}
|{{HistoryLine||1.15|dev=19w37a|Boats as fuel now [[Minecraft:smelt]] 6 [[Minecraft:item]]s in a [[Minecraft:furnace]] instead of 1.}}
|{{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 [[Minecraft:despawn]].}}
|{{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.}}
|{{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 [[Minecraft:mangrove tree]] and [[Minecraft:mangrove swamp]], mangrove boats are now obtainable and renewable.}}
|{{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.}}
|{{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={{ytl|yZRXmHiEh7U&t}}|[[File:Bamboo Raft JE1 BE1.png|32px]] Bamboo rafts were announced at [[Minecraft:Minecraft Live 2022]].}}
|{{HistoryLine||October 15, 2022|link={{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.}}
|{{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.}}
|{{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.}}
|{{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.}}
|{{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 [[Minecraft:leash]]able.}}
|{{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.}}
Line 719: Line 719:
{{HistoryTable
{{HistoryTable
|{{HistoryLine|pocket alpha}}
|{{HistoryLine|pocket alpha}}
|{{HistoryLine||September 19, 2014|link={{tweet|_tomcc|512935629026770944}}|[[Minecraft:Tommaso Checchi]] tweeted a picture of a [[Minecraft:player]] riding a boat, stating that the most important thing is to "get the paddling right."
|{{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 733: Line 733:
|{{HistoryLine||v0.12.1|dev=build 1|Added all boat variants to the [[Minecraft:Creative inventory]].
|{{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 [[Minecraft:hunger]].
|{{HistoryLine||v0.13.0|dev=build 1|Boats are now slightly faster than sprinting, and no longer deplete hunger.
|[[Minecraft:Player]]s can now {{control|use}} [[Minecraft:item]]s and {{control|attack}} immediately after they stop rowing.}}
|Players can now {{control|use}} [[Minecraft:item]]s and {{control|attack}} immediately after they stop rowing.}}
|{{HistoryLine|||dev=build 3|Boats now stack on top of each other.}}
|{{HistoryLine|||dev=build 3|Boats now stack on top of each other.}}
|{{HistoryLine|bedrock}}
|{{HistoryLine|bedrock}}
|{{HistoryLine||1.2.0|dev=beta 1.2.0.22|Boats now move faster on [[Minecraft:ice]].}}
|{{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.}}
|{{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 [[Minecraft:bubble column]]s.}}
|{{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>
|{{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 [[Minecraft:trading|bought]] from fisherman [[Minecraft:villager]]s.}}
|{{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|[[Minecraft:Trading]] has been changed, master-level fisherman villagers now offer to buy boats based on their villager [[Minecraft:biome]] outfit.
|{{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 [[Minecraft:trading|sold]] to fisherman villagers.}}
|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.}}
|{{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.
Line 753: Line 753:
|{{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||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.}}
|{{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]]" [[Minecraft:experimental]] toggle.}}
|{{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]]''.}}
|{{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]]" [[Minecraft:experimental]] toggle.}}
|{{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 {{cmd|ride}} command.}}
|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 {{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.}}
|{{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 [[Minecraft:wooden shovel]] in the crafting recipe has been removed for all boat types except the bamboo raft.}}
|{{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.}}
|{{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.}}
|{{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 [[Minecraft:passenger]] of a boat no longer has large camera twitches when rotating toward the west direction.}}
|{{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.}}
|{{HistoryLine||1.21.90|dev=Preview 1.21.90.26|Boats are now able to be pulled out of water using a lead.}}
}}
}}
Line 770: Line 770:
|{{HistoryLine|console}}
|{{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.}}
|{{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 [[Minecraft:spawn limit|maximum number]] of boats in a world has been increased from 20 to 40.
|{{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 [[Minecraft:lily pad]]s anymore, instead they run straight through the lily pad now, breaking and sometimes dropping it.
|{{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 [[Minecraft:drop]] themselves as [[Minecraft:item]]s.
|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, [[Minecraft:player]]s now move from the boat.
|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>
|{{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 [[Minecraft:Pocket Edition v0.11.0 alpha]] 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]] 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 [[Minecraft:sound]]s have been added.}}
|{{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]].}}
|{{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>
|{{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>
Line 799: Line 799:
{{HistoryTable
{{HistoryTable
|{{HistoryLine|java}}
|{{HistoryLine|java}}
|{{HistoryLine||1.9|dev=15w41a|The NBT [[Minecraft:tag]]{{verify|is this a correct link? the tags the linked page talks about didn't exist until 1.13}} {{code|Type}} (string) have now added for the boat [[Minecraft:entity]], taking values {{code|oak}}, {{code|spruce}}, {{code|birch}}, {{code|jungle}}, {{code|acacia}} and {{code|dark_oak}}.}}
|{{HistoryLine||1.9|dev=15w41a|The NBT tag{{verify|is this a correct link? the tags the linked page talks about didn't exist until 1.13}} {{code|Type}} (string) have now added for the boat entity, taking values {{code|oak}}, {{code|spruce}}, {{code|birch}}, {{code|jungle}}, {{code|acacia}} and {{code|dark_oak}}.}}
|{{HistoryLine||1.11|dev=16w32a|The entity ID has been changed from <code>Boat</code> to <code>boat</code>.}}
|{{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 [[Minecraft:Java Edition 1.13/Flattening|''The Flattening'']], these items' numeral IDs were 333, 444, 445, 446, 447 and 448.{{info needed|what was the numeric entity ID?}}}}
|Prior to ''The Flattening'', these items' numeral IDs were 333, 444, 445, 446, 447 and 448.{{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.}}
|{{HistoryLine||1.21.2|dev=24w39a|The entity IDs for boats have been split into separate types, one per existing variant.}}
}}
}}
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 [[Minecraft:Java Edition Alpha v1.0.6]].
Minescape.png|A third-person perspective of a boat in Java Edition Alpha v1.0.6.
</gallery>
</gallery>


Line 829: Line 829:


== Trivia ==
== Trivia ==
* {{IN|be}}, [[Minecraft:Sand]], [[Minecraft:red sand]], [[Minecraft:concrete powder]], [[Minecraft:gravel]], [[Minecraft:anvil]]s, and [[Minecraft:dragon egg]]s drop as [[Minecraft:Item (entity)|items]] when they fall onto a boat that is in water.
* {{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.
* {{IN|console}}, holding the movement stick to the side in a boat on [[Minecraft: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 [[Minecraft:slime]]s and [[Minecraft:ghast]]s). 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''.
* {{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|[[Minecraft:Steve]] leashing boats to a pier.<ref>{{mcnet|minecraft-java-edition-1-21|Minecraft Java Edition 1.21|June 13, 2024}}</ref>
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|"[[Minecraft:Sunny]] and [[Minecraft:Noor]] are next to a fully rebuilt [[Minecraft:Ruined Portal]]. The brave Sunny throws an [[Minecraft:Ender Pearl]] toward the lit [[Minecraft:Nether Portal]]. Noor is to the side holding a [[Minecraft:Leash]] tied to a Boat with a [[Minecraft:Sheep]] in it."
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 [[Minecraft:Zuri]] on a bamboo raft with a [[Minecraft:Camel|camel calf]].
File:Boat Floating Sticker.gif|Sticker of Zuri on a bamboo raft with a camel calf.
File:Mobile Adventure 640x960.png|Official artwork of [[Minecraft:Alex]] in a boat at sea with an [[Minecraft:allay]].
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 [[Minecraft:panda]].
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 [[Minecraft:Trails & Tales Event]].
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 ''[[Minecraft:Crocs]]''.<ref>{{ytl|e1AJo7jU5MI|Minecraft x Crocs|crocsinc|February 16, 2023}}</ref>
File:Croc Ad 1.jpg|Noor in an oak boat in an advertisement for ''Crocs''.<ref>{{ytl|e1AJo7jU5MI|Minecraft x Crocs|crocsinc|February 16, 2023}}</ref>
File:CommuniKate's boat.png|[[Minecraft:CommuniKate]] on a boat
File:CommuniKate's boat.png|CommuniKate on a boat
File:Ice Cube in a boat.jpeg|[[Minecraft:Ice Cube]] in a boat
File:Ice Cube in a boat.jpeg|Ice Cube in a boat
File:Happi noodle, grim noodle, and PlayPoppyTim3.jpeg|[[Minecraft:Poppy Playtime]] in a boat
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 902: Line 902:
* {{EntityLink|Minecart}}
* {{EntityLink|Minecart}}
* {{EntityLink|Strider}}
* {{EntityLink|Strider}}
* [[Minecraft:Transportation]]
* Transportation


== References ==
== References ==
Line 911: Line 911:


== External links ==
== External links ==
* {{Mcnet|taking-inventory--boat|Taking Inventory: Boat|October 4, 2019|[[Minecraft:Duncan Geere]]}}  
* {{Mcnet|taking-inventory--boat|Taking Inventory: Boat|October 4, 2019|Duncan Geere}}  


== Navigation ==
== Navigation ==
Line 921: Line 921:
[[Category:Vehicles]]
[[Category:Vehicles]]


[[Minecraft:cs:Člun]]
cs:Člun
[[Minecraft:de:Boot]]
de:Boot
[[Minecraft:es:Barca]]
es:Barca
[[Minecraft:fr:Bateau]]
fr:Bateau
[[Minecraft:hu:Csónak]]
hu:Csónak
[[Minecraft:it:Barca]]
it:Barca
[[Minecraft:ja:ボート]]
ja:ボート
[[Minecraft:ko:보트]]
ko:보트
[[Minecraft:lzh:舟]]
lzh:舟
[[Minecraft:nl:Boot]]
nl:Boot
[[Minecraft:pl:Łódka]]
pl:Łódka
[[Minecraft:pt:Bote]]
pt:Bote
[[Minecraft:ru:Лодка]]
ru:Лодка
[[Minecraft:th:เรือ]]
th:เรือ
[[Minecraft:uk:Човен]]
uk:Човен
[[Minecraft:zh:船]]
zh:船

Revision as of 15:40, 9 April 2026

Template:For 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 Template:Health damage can destroy a boat in one hit.

Crafting

Template:Crafting

Usage

Boats can be used for the transportation of players and Minecraft:mobs, sold for emeralds, or used as fuel.

Crafting

Template:Crafting usage

Trading

Template:Trade uses

Fuel

A boat used as fuel in a Minecraft:furnace lasts 60 seconds, smelting up to 6 items.

Transportation

Template:See also

Entering

A player enters a boat by Template:Control 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 Template:Control or Template:In, pressing down the right analog stick on a controller, tapping the "Leave Boat" button when using touch controls, or Template:Control. 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 Template:Control, Template:Control (turns left), Template:Control (turns right), and Template:Control keys. Using the Template:Control 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.

Template:IN, 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 Template:In 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.

Template:IN, 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.

Template:IN, 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 Template:Info needed Template:Info needed Template:Info needed Template:Info needed Template:Info needed Template:Info needed Template:Info needed Template:Info needed

Flotation

File:Oak Boat shake.gif
The animation of an oak boat when atop a bubble column.

A boat floats atop still or flowing water. Template:IN, a boat sinks if it enters water flowing downward.<ref>Template:Bug</ref> Template:IN, 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.

Template:IN, a sunken boat cannot be re-floated until a bubble column pushes it up or it is broken by the player. Template:IN, 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. Template:IN, 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 Template:In 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

File:Multiple mobs in 2 boats.png
Multiple mobs in 2 types of boats.

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>

Template:IN, 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 Template:In and 180° Template:In.

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.

Template:IN, a boat falling on top of an entity stops on top of the entity. Template:IN, 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. Template:IN, a boat being ridden by a player cannot pick up a mob, but in Template:BE, they can. Template:IN, 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:

Template:Columns-list

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 Template:Cmd 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

Template:JE:
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>

Template:SoundTable

Template:BE: Template:SoundTable

Data values

ID

Template:JE: 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

Template:BE: 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.

Template:JE: Template:Main

<section begin="entity data" />

<section end="entity data" />

Template:BE:

See Minecraft:Bedrock Edition level format/Entity format.

Achievements

Template:Load achievements

Advancements

Template:Load advancements

History

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Legacy Console Edition

Template:HistoryTable

New Nintendo 3DS Edition

Template:HistoryTable

Data history

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Historical screenshots

Issues

Template:Issue list

Trivia

  • Template:IN, 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.
  • Template:IN, 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

Mojang screenshots

Development images

Concept artwork

In other media

Textures

See also

References

Template:Reflist

Notes

Template:Notelist

External links

Navigation

Template:Navbox wood Template:Navbox items Template:Navbox entities

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:船