Releases: raphydaphy/breakoutapi
Releases · raphydaphy/breakoutapi
BreakaoutAPI 1.0.4 [21w08b]
This release is functionally equivalent to Breakout API 1.0.4 for 1.16.5, but it runs on 1.17 snapshots
BreakoutAPI 1.0.4 [1.16.5]
Changes in BreakoutAPI 1.0.4:
- Backported to 1.16.5
- Improved custom cursor handling in GUI windows
- Added proper error handling for window creation (thanks @gudenau)
BreakoutAPI 1.0.3
Changes in BreakoutAPI 1.0.3:
- Updated to Minecraft 21w08b and Loom 0.6
- Added recursive post-render updating for GUI components
- Added more flex layout helper methods
- Added a new label component which automatically sets its size to fit the text
BreakoutAPI 1.0.2
Changes in BreakoutAPI 1.0.2:
- Added some helper methods to make flex layouts easier to manage
- Added the FlexPanel GUI component to simplify layout management
BreakoutAPI 1.0.1
Changes in BreakoutAPI 1.0.1:
- It is now easier to reposition and locate breakout windows
- Most of the necessary dependencies are now nested in the jar to make setup easier
BreakoutAPI 1.0.0
The initial release!
- Window rendering is supported using the Minecraft RenderSystem OR the legui GUI framework