**affects 21w11a
Affects 21w11a
Can confirm for 21w08b
Can confirm for 21w08b
affects 21w05b
Affects 21w05b
affects 21w05a
can confirm in 21w05a
affects 21w03a
The same error also happens with the particle "dust_color_transition".
Affects 1.16.2 release.
Note that this only works with the armor stand item. Using custom spawn eggs or summon command doesn't give this warning.
I also think that this is intentional, they only changed the inventory model file to use "front" light instead of "side", so there is a limitation of inventory lighting, that was added in 1.15
I don't think Mojang will create a separate group just for banners, or break compatibility with resource packs. And because that I think it's WAI (or a really long unresolved bug).
Confirmed for 1.16.2-pre1
Confirmed for 1.16.1 and 20w30a
Affects 1.16 Pre-3
Still happens in 1.16 Pre2
I think the fix (if not WAI) should be toggable, at least with datapacks, because, in my opinion, a dark The End with heavy fog looks so much in place for this dimension.
Unlike @@unknown said, I can reproduce on 20w21a
A speculation of why the solution proposed by @LabyStudio was not implemented yet, seems like it was caused by another issue.
At that point in code, if the entity is a passenger of another entity, "
entity.yBodyRot
" have its value clamped at between -360 and 360, while "entity.yBodyRotO
" still have its normal value, outside that range.So by that, doing the linear interpolation (lerp) as proposed, the final result would vary depending on how much the two rotation values differs.