-
Bug
-
Resolution: Fixed
-
Minecraft 14w30c, Minecraft 14w32a, Minecraft 14w32b, Minecraft 14w34b, Minecraft 14w34c, Minecraft 14w34d, Minecraft 1.8, Minecraft 1.8.1, Minecraft 1.8.4, Minecraft 1.8.7, Minecraft 1.8.8, Minecraft 15w40b, Minecraft 15w49b, Minecraft 16w06a, Minecraft 1.9 Pre-Release 1, Minecraft 1.9, Minecraft 1.9.2, Minecraft 1.10.2, Minecraft 16w40a, Minecraft 1.11.2, Minecraft 1.12, Minecraft 1.12.1, Minecraft 1.12.2, Minecraft 1.13-pre10, Minecraft 1.13.1, Minecraft 19w14b, 1.15 Pre-Release 2
-
Confirmed
-
(Unassigned)
The bug
Banners don't move in wind when over certain Time value of the level.dat.
Code analysis (by marcono1234)
The following is based on decompiled version of Minecraft 1.8 using MCP. All method and class names are the names used in the decompiled version.
The Time value of the level.dat file is used for rendering banners, beacons (they are affected by this in 1.8 but not in 16w06a anymore) and guardians (can't find any problems here). If I understand it correctly, the conversion from long to float is with high numbers too lossy:
1000000696956L = 1000000720000f 1000000701016L = 1000000720000f
In the case of the banner using % 100L of the time should create the same moving animation but prevent this from happening.
- is duplicated by
-
MC-63354 Banners don't sway in SMP
- Resolved
-
MC-64204 Banner Swaying Glitch
- Resolved
-
MC-64489 Banners haven't animation and have a little LAG
- Resolved
-
MC-68246 banners do not ''wave'' / move in multiplayer
- Resolved
-
MC-71116 Banners do not float
- Resolved
-
MC-71173 Banners don't have animation
- Resolved
-
MC-71325 Banners aren't blowing in the wind!
- Resolved
-
MC-71540 Effect of air on the banners
- Resolved
-
MC-73028 Banners dont move anymore
- Resolved
-
MC-97639 banners aren't animated on servers
- Resolved
-
MC-105806 Banners animation not working
- Resolved
-
MC-120788 Banner swing error
- Resolved
-
MC-133818 Banner is'nt flapping
- Resolved
-
MC-144822 banners dont wave
- Resolved
-
MC-148522 Banners do not wave in Pre-Release 3
- Resolved
- relates to
-
MC-277865 The animation of boats in bubble columns breaks when over a certain "Time" in level.dat
- Reopened
-
MC-273758 Ominous item spawner's animation breaks if the level.dat "Time" value is over a certain number
- Resolved
-
MC-1279 Slow (Choppy) Rotating Beacon Block
- Resolved
-
MC-130960 Phantom is often not animated (only Multiplayer?)
- Reopened
-
MC-165595 Guardian beam does not render when over a certain "Time" in level.dat
- Resolved