1.20.1-4.1.0:
Additions
-Added an easier way to do sounds
-Added MathUtil for easier mathematics
-Added Timer classes
-Added a modified LOGGER
-Added base stuff needed for Network messages
Fixes
-renderText now keeps the style of all the text
1.20.1-4.0.4:
Changes
-Ported from 1.19.2 to 1.20.1
-Now grabs the minecraft instance when called upon, not before
1.19.2-3.2.0
Additions
-Added an easier way to do sounds
-Added MathUtil for easier mathematics
-Added Timer classes
-Added a modified LOGGER
-Added base stuff needed for Network messages
Fixes
-renderText now keeps the style of all the text
1.19.2-3.1.0:
- blitItem allows you to render items in the GUI easily
Changes
- renderText now has a maxLines parameter, which allows you to control how many times a string may split.
1.19.2-3.0.10:
**Fixes
**
1.19.2-3.0.9:
**Fixes
**- Text rendering from the TextUtil should work now.
1.19.2-3.0.5:
Fixes
- RegisterKeyMappingsEvent is no longer called on the logical server
1.19.2-3.0.4:
Changes
- Ported to 1.19.2
Fixes
- blitImage and blitColor now use BufferUploader.drawWithShader instead of BufferUploader.draw
1.18.2-2.2.0:
Additions
-Added an easier way to do sounds
-Added MathUtil for easier mathematics
-Added Timer classes
-Added a modified LOGGER
-Added base stuff needed for Network messages
Fixes
-renderText now keeps the style of all the text
1.18.2-2.1.0:
- blitItem allows you to render items in the GUI easily
Changes
- renderText now has a maxLines parameter, which allows you to control how many times a string may split.
1.18.2-2.0.10:
**Fixes
**
undefined
1.18.2-2.0.9:
**Fixes
**- Text rendering from the TextUtil should work now.
1.18.2-2.0.2:
Changes
- Ported to 1.18.2
- Removed depth test enabling/disabling for blitImage, blitColor, and renderText functions
- blitImage and blitColor will now take floats instead of ints
Fixes
- Images and color now render correctly
1.16.5-1.9.26:
Additions
-Added an easier way to do sounds
-Added MathUtil for easier mathematics
-Added Timer classes
-Added a modified LOGGER
-Added base stuff needed for Network messages
Fixes
-RenderText now keeps the style of all the text
1.16.5-1.7.0:
Additions
-Ability to render GUI items
Changes
-blitImage and blitColor now takes floats, not integers
-blitColor now disables depth test
Fixes
-renderText now properly stretches and cuts when needed
1.16.5-1.6.0:
Additions
- Added Text utility methods
Changes
- Made stretchy Text in ClientUtil deprecated (will remove in a later version)
Fixes
1.16.5-1.5.0:
Additions
- Added a way to make easy keybinds
- Added a stretchy text function (used for keeping text confined in a boundary
- Added an easy way to get the right and bottom of an image
- Added a simple list class
Fixes
- Fixed blitImage and blitColor functions from crashing the game
- Removed added space from the formatValue function
Changes
- Changed centorOnImage functions into methods for the Image class