4.0.0 Alpha 3 for 21w20a
Pre-release
Pre-release
Repository version: 4.0.0-alpha.3+21w20a
Added
math.Vec2i
: a simple two-dimensional int vectorGuiDescription.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 usingBackgroundPainter.createNinePatch
Fixed
- Titles being positioned incorrectly
- Item icons making everything fly away (#108)