Skip to content

Releases: raphydaphy/breakoutapi

BreakaoutAPI 1.0.4 [21w08b]

07 Mar 05:04
Compare
Choose a tag to compare

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]

07 Mar 04:59
f2f6291
Compare
Choose a tag to compare

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

28 Feb 06:10
Compare
Choose a tag to compare

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

25 Feb 13:01
Compare
Choose a tag to compare

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

25 Feb 12:59
Compare
Choose a tag to compare

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

25 Feb 12:57
Compare
Choose a tag to compare

The initial release!

  • Window rendering is supported using the Minecraft RenderSystem OR the legui GUI framework