Skip to content

4.0.0 Alpha 3 for 21w20a

Pre-release
Pre-release
Compare
Choose a tag to compare
@Juuxel Juuxel released this 27 May 16:48
· 291 commits to master since this release

Repository version: 4.0.0-alpha.3+21w20a

Added

  • math.Vec2i: a simple two-dimensional int vector
  • GuiDescription.get/setTitlePosition for adjusting the screen's title position

Changed

  • The default title position is now (8, 6) like in vanilla (was (8, 8) in 3.4 for normal screens and (10, 10) for normal screens)
  • Insets is now a record
  • 9patch background painters are now implemented with LibNinePatch

Removed

  • The NinePatch class, 9patch background painters are now created using BackgroundPainter.createNinePatch

Fixed

  • Titles being positioned incorrectly
  • Item icons making everything fly away (#108)