Started by
KD2D
on
Topic category: Troubleshooting, bugs, and solutions
--- Bug Report ---
- Type: Visual
- Description: Overhanging GUI slot IDs
- Affects: GUI Mod Element (editor only)
- Steps to reproduce:
- Create a new GUI element
- Create 101 or more slots.
- The slot ID hangs over the right edge.
- Ways to Fix:
- Render number on the left instead
- Increase the 0s from 01 to 001/0001
- Add an automatic shift:
float offset = -(((string) id).length() - 2 > 0 ? (((string) id).length() - 2)*charWidth : 0) - Some other smart way I haven't thought of.
Bugs with MCreator should be reported at https://github.com/MCreator/MCreator/issues, to make sure they see them & the bug is properly documented. For this bug, I’d also recommend adding a screenshot of this happening & saying what your MCreator version is if you make a report on there.
i don't have a github account so i can't really do that, and 2025.3.