BUG: Input Field for InputType: TEXT is out of place
AylanJ123 opened this issue ยท 2 comments
Minecraft Version
1.20.1
Forge Version
47.1.3
Lightman's Currency Version
2.2.0.1b
Environment Type
Dedicated Server (Bug/crash happened while connected to a server or while the dedicated server was booting)
Other relevant Mods
No response
Describe the bug
The input field for putting values to Deposit or Withdraw from a bank account (That appears only when InputType = TEXT) looks out of place, too offsetted to the right nearly completly outside.
To Reproduce
- Change the Master Coin List "main" chain's field InputType back to "TEXT".
- Run /reload and then /lcreload.
- Players will say the bar is "wonky", "off", "offsetted", "moved", etc.
Screenshots/Logs/Crash Reports
This is happening because your display format is too long as you are using a missing translation key for your format. Please configure the display format to be a reasonable length and the issue will be resolved.
I will change this so that it notifies you of this configuration error in the future however, instead of rendering the edit box was off to the side.