[BUG]: Alchemical Book location list overflows off the screen
ThePython10110 opened this issue ยท 2 comments
Description
The Alchemical Book location list overflows off the right side of the screen if you have enough locations.
There should probably either be multiple pages of locations or a scrollbar.
Minecraft Version
ProjectExpansion Version
Forge Version
Reproduction Steps
- Get any Alchemical Book
- Set lots of locations (on my screen, it takes over 30 to make it overflow)
Crash Report/Logs
In addition to adding pagination I'm making it scale with the gui, on my computer at full screen:
gui scale = WxH, total
1 scale = 14x33, 462
2 scale = 7x16, 112
3 scale = 4x11, 44
4 scale = 3x8, 24
Fixed in 1.1.2