- Fix crash when loading a library on launchers that pass the run directory as a relative path
- Add
reuseTextRendererDrawer
option- Enabled by default; fixes conflict with ImmediatelyFast’s
fast_text_lookup
optimization when disabled
- Enabled by default; fixes conflict with ImmediatelyFast’s
- Start vetting crate dependencies in the Rust part of the code
This will be the last version released for 1.19.3.
Update to Minecraft 1.20.
- Fix a crash when clearing an already empty glyph atlas
- Text field widgets now scroll to the right position when moving the cursor leftward by more than the width of the field
- Fix issues with mods that set the contents of a text field before its width, such as Custom Player Models
- Update bundled Inter font to 4.0-beta9
- Fix a rare crash when reloading resources
- Fix a crash when the first glyph rendered from a Caxton font after a resource reload has zero width or height
- Fix crash when another mod instantiates
TextRenderer
s during mod initialization, such as Hephaestus - Fix rasterization bugs with certain fonts under
raster
tech
Updated to 1.20 Pre-release 2.