File Details
ACsGuis-1.4.2-beta.jar
- R
- Aug 10, 2025
- 1.13 MB
- 3.6K
- 1.12.2
- Forge
File Name
ACsGuis-1.4.2-beta-all.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
ACSGuis 1.4.0 changelog
This version adds new features:
- Add In world guis: place 2D guis in the world, on top of blocks, floating somewhere, in a DynamX car..., and interact with them! Dev demo on youtube
- Added automatic flow layout: this is now a lot easier to make guis without having to take care of the position of your elements. You can now drop whatever you want in GuiPanels (and GuiScrollBar) and it will be placed automatically after the other components.
- Added a more reliable way to handle css styles in java code, using style overrides
- Added ACsGuiBuilder utility class to help you creating guis in a more fluent way
Other changes (non-exhaustive list):
- Improved general stability. Rewrite the component sizing and positionning code for better performance and reliability.
- Fix borders and rounded borders rendering
- Fixed GuiSearchField
- Fixed GuiDropdownList (and remove GuiComboBox)
- Support auto height on GuiScrollPane
- Improve z-level (z-index) handling
- Fixes with custom fonts
- Better scrollbars behavior
- Rework UpdatableGuiLabel
- Fix custom Mc string formatting (§) with custom ttf fonts
- Improve and fix text trimming and line rendering in text area and labels. Add automatic ellipsis in text label.
- Support multiple huds at the same time

