- Removed use of OnlyIn entirely
- Reworked gui-api to have a designated system for client and server handling
- Fixed holding item rendering offset
- Fixed rendering count of one when holding an item stack
- Fixes mod not being required on client side when it is installed on server side
- Refactor BoxCorner for constant-time lookup (Thanks to zmr-233)
- Added Argentine Spanish localization (Thanks to Texaliuz)
- Fixed rendering controls which have no visible rect on screen
- Added GuiLabelHover
- Added subtract to ColorUtils
- Fixed selecting combobox flexible after forced value not setting value before raising changed event
- Added better timeline channel unmodifiable key support
- Fixed packets being required on server side
- Fixed BoxCorner.facingTo method causing troubles with slope shapes of littletiles
- Fixed color picker not displaying color in sliders
- Fixed incorrect equal check for classes that have implemented equals method
- Fixed holding item rendering offset
- Fixed rendering count of one when holding an item stack
- Fixes mod not being required on client side when it is installed on server side
- Refactor BoxCorner for constant-time lookup (Thanks to zmr-233)
- Added Argentine Spanish localization (Thanks to Texaliuz)
- Fixed control formatting has disabled effect not being used
- Renamed MINIMUM_LAYER_SPACING to MINIMUM_OUTER_SPACING
- Removed all unnecessary forge classes
- Fixed tab content is not visible (Thanks to paring-chan)
- Fixed item pickup event not getting fired for ItemPhysic
- Added Holder to network types
- Fixed control formatting has disabled effect not being used
- Renamed MINIMUM_LAYER_SPACING to MINIMUM_OUTER_SPACING
- Removed all unnecessary forge classes
- Fixed tab content is not visible (Thanks to paring-chan)
- Removed all unnecessary forge classes
- Fixed not syncing configuration when open to lan in singleplayer (fabric)
- Fixed not syncing configuration when open to lan in singleplayer