Paintings of sizes other than 3x3 and 1x1 are shifted after saving and loading a structure.
There are some odd inconsistencies with placing paintings from creative inventory. Lower left corner is
Size | Placing | Pos X Y | Structure offset |
---|---|---|---|
4x4 | -1 -1 | 1.0 0.0 | 1 1 |
4x3 | -1 -1 | 1.0 0.5 | 1 0 |
3x4 | -1 -1 | 0.5 0.0 | 0 1 |
3x3 | -1 -1 | 0.5 0.5 | 0 0 |
4x2 | -1 0 | 1.0 0.0 | 1 1 |
2x2 | 0 0 | 1.0 0.0 | 1 1 |
2x1 | 0 0 | 1.0 0.5 | 1 0 |
1x2 | 0 0 | 0.5 0.0 | 0 1 |
1x1 | 0 0 | 0.5 0.5 | 0 0 |
Placing column; offset to lower left corner from the block which was clicked
Pos X Y; offset in Pos[] from TileXYZ values
Structure; observed shift in placement when saving/loading a structure
Placing is jarring, but doable. Structures however requires editing the structure nbt files to compensate.
Linked issues
Attachments
Comments 4
This ticket duplicates MC-102223.
Thank you for your report!
We're tracking this issue in MC-102223, 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 (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
are you sure you wrote the commands right?