Bamboo Raft and Raft with Chest models float above ground
The model of the Bamboo Rafts (+ Chest Raft) float above the ground (visible when not in water)
see attachments
Created Issue:
Bamboo Rafts model floats above ground
The model of the Bamboo Rafts (+ Chest Raft) float above the ground (visible when not in water)
see attachments
Added Labels: model visual visual-bug
Added Category: Textures and models
Removed Category: (Unassigned)
Added Attachments:
Added Area: Expansion A
Added Attachments:
Added Mojang Priority:
Normal
Changed Summary:
Bamboo Raftsmodel floats above groundBamboo Raft and Raft with Chest model floats above ground
Changed Summary:
Bamboo Raft and Raft with Chest model floatsabove groundBamboo Raft and Raft with Chest models float above ground
Added Affects Versions: 22w44a
Added Linked Issues:
relates to
Added Affects Versions: 1.19.3-pre1
Added Assignee:
[Mojang] elvendorke






I also found this bug when I was trying to build scroll-shelves using bamboo raft.
Well, I think the reason is that bamboo rafts are basically the same as boats, so the code for boats is directly copied to rafts with little modifying. As a result, the boundary box of rafts is the same as boats, but the visual model of rafts is 8 pixels high, whereas boat looks 9 pixels high (same as the boundary box).
Actually, if change the hight of boundary box from 9 pixels to 8, the problem is solved perfectly