GUI slot ID visual offset

Started by KD2D on

Topic category: Troubleshooting, bugs, and solutions

Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
GUI slot ID visual offset

    --- 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.
Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Bugs with MCreator should be…
Thu, 03/05/2026 - 20:07

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.

Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i don't have a github…
Thu, 03/12/2026 - 12:10

i don't have a github account so i can't really do that, and 2025.3.