![]() |
VOOZH | about |
Add when selling boats to Fisherman villagers was re-added in Bedrock Edition
It is unclear whether boat regen speed in bedrock edition is 1/10 per tick or not, as it is explicitly stated that its so in JE but not BE. WorthyYellow (talk) 02:32, 5 June 2026 (UTC)
The current description of boat health is a gross oversimplification. As seen from the information at AbstractBoat.java and VehicleEntity.java, they actually don't even have health in the first place but rather have some damage mechanism as seen in setDamage and getDamage methods, which the damage go down every tick seen in AbstractBoat's tick method. The damage is not directly equal to regular HP. This can be verified in-game as /data get ... Health or /attribute ... max_health base get does not work on boats, since they don't have such field in the first place.
Can someone that understands this better (e.g., @Rampage455 as you have analysed the game's code before) fix the description on this page (and possibly Boat with Chest)? ‑‑MinecraftExp123(talk|contribs) 14:15, 18 June 2026 (UTC)
hurtServer method determines how it works. ‑‑MinecraftExp123(talk|contribs) 07:47, 19 June 2026 (UTC)