The Bug:
Allays don't render semi-transparent when invisible where appropriate.
This issue can be seen when in spectator mode and looking at invisible allays, or being on the same team as them whilst the "seeFriendlyInvisibles" team modification is set to "true".
Steps to Reproduce:
Summon an allay by executing the following command.
/summon minecraft:allay ~ ~ ~ {NoAI:1b}
Splash the allay with a potion of invisibility.
Switch into spectator mode and look at the allay.
Take note as to whether or not allays render semi-transparent when invisible where appropriate.
Observed Behavior:
Allays don't render semi-transparent when invisible where appropriate and instead render fully visible.
Expected Behavior:
Allays would render semi-transparent when invisible where appropriate.
Linked issues
relates to 2
Attachments
Comments 9
something that seems to relate to this is if you summon the allay with the effect directly, the allay dont render invisible.
See the command:
/execute at @a run summon minecraft:allay ~ ~-1 ~ {Team:player,ActiveEffects:[
{Id:14,Amplifier:0b,Duration:4000,ShowParticles:0b}
]}
It's worth noting in this bug report by the duplicates that Allays are supposed to have a semi-transparent section in their natural texture as well, which leads to this bug being a bit more problematic than usual as it effects their intended design