Observer's right side texture is upside-down
Linked Issues
is duplicated by2
- Unresolved
Tal Melamed- 65
- 13
- Confirmed
- 361849
- Multiple
- observer texture textures
1.19.60.24 Preview - 1.20.51 Hotfix
1.19.60.24 Preview 1.17.11 Hotfix 1.16.220 1.16.100.57 Beta 1.16.20.54 Beta 1.16.20.53 Beta 1.16.0.67 Beta 1.16.0.64 Beta 1.16.0.63 Beta 1.16.0.61 Beta 1.16.0.57 Beta 1.16.0.58 Beta 1.16.0.55 Beta 1.16.0.53 Beta 1.15.0.55 Beta 1.15.0.54 Beta 1.15.0.53 Beta 1.15.0.51 Beta 1.14.30.51 Beta 1.14.25.1 Beta 1.14.20 Hotfix 1.14.2.51 Beta 1.14.2.50 Beta 1.14.1 Hotfix 1.14.0 1.14.30 Hotfix 1.16.0 1.16.1 1.16.40 Hotfix 1.16.101 Hotfix 1.16.201 Hotfix 1.16.210 1.16.221 Hotfix 1.17.2 Hotfix 1.17.30 1.18.2 Hotfix 1.18.10 1.19.20 1.19.31 Hotfix 1.19.51 1.20.32 Hotfix 1.20.51 Hotfix
Created Issue:
Observer left side texture is reverse vertically
Observer left side texture is reverse vertically.
See pictures to understand clearly the problem.
Observer left side textureis reverseverticallyObserver left side texture oriented vertically
Observer left side texture oriented wrong vertically
Observer left side texture
is reversevertically.See pictures to understand clearly the problem.
Observer left side texture oriented wrong vertically.
See pictures to understand clearly the problem.
relates to
is duplicated by
relates to
I don’t think I can use observers any more after seeing this without covering the left side with an opaque block 🙁
relates to
is duplicated by
Observer'sleft side texture is upside-downObserver's right side texture is upside-down
Thank you for your report!
We're actually already tracking this issue at MCPE-60920, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
We're tracking this issue in MCPE-60920, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki


Affects 1.16.0
can confirm for 1.16.220.51
Still affects 1.16.210
This bug is due to hard-coded rotation(s) applied to the observer block textures, and not to the textures themselves. The vanilla resources textures\terrain_texture.json has different handles for the "east" and "west" sides of the observer, but uses the same texture file for both. However, if you assign a flipped copy of the observer side texture to "east" side, then observers facing north and west show both sides correct and observers facing south and east show both sides upside-down. Vice-versa, if you assign a flipped copy of the observer side texture to the "west" side, then observers facing south and east show both sides correct and observers facing north and west show both sides upside-down. Likewise with vertical observers, you get either both sides correct on upward-facing observers and both sides upside-down on downward-facing observers, or vice versa. I have attached packs that demonstrate this: Observer side texture fix attempt 1.mcpack
Observer side texture fix attempt 2.mcpack
By my observation, observers facing the four horizontal directions use the same texture rotations for their sides, tops and bottoms as glazed terracotta. That suggests it's a default rotation logic causing the problem. Somehow, though, the front is always upright when horizontal, and fixed one way when upward and one way when downward. The sides should be have the same kind of fixed orientation.
Affects 1.17.30
Affects 1.17.40.20
Affects 1.18.10
might be the same as
MC-107830