The resource pack attached to MC-237955 offers a complete fix for this issue. Mojang have my full permission to (and are encouraged to) replace the affected vanilla model files with the contents of the resource pack.
The bug
The back faces of spawner blocks do not render. This results in spawners looking rather odd, as only the faces closest to the player are visible, making it look like the block only has one to three faces total.
This can be considered a parity issue, as spawners in Bedrock Edition are not subject to this.
How to reproduce
Obtain a spawner via commands (the Creative inventory will not work for this, see MC-132820):
/give @s minecraft:spawner
Place down a single, isolated spawner block
Observe how many faces are visible. Depending on the view direction, between one and three faces are able to be seen.
Now go around to the other side of the spawner block
Note how there are indeed faces there as well, despite the original view direction implying there are no faces with spawner bars.
Expected result
These back faces of the spawner would be visible from all faces.
Actual result
The spawner block just doesn't show the back faces, which looks very strange.
How to fix
The resource pack attached to MC-237955 fixes this issue completely. A new "hollow cube" template model is created by it, based on the old powder snow model. Powder snow, spawners and both types of azalea leaves (MC-171859) are all pointed to this model, resulting in them having internal faces and fixing this issue.
Linked issues
is duplicated by 3
relates to 3
Attachments
Comments 24
Relates to MC-129108.
To fix. Spawners and leaves should render back faces, or changes to spawners and leaves to 3d texture.
Split off leaves into MC-171859
Pretty sure this is intended, as MC-34649 was fixed?