File Details
Hudder 5.5.0
- R
- Oct 23, 2024
- 50.63 MB
- 125
- 1.21.1+1
- Fabric
File Name
hudder-5.5.0.jar
Supported Versions
- 1.21.1
- 1.21
Curse Maven Snippet
Added
- Added Arrays
- Added "array" Function that converts a string to an array of it's chars
- Modified the "Length" Function to accept arrays and return it's length.
- Modified the "str" Function to accepts arrays and convert them into strings.
- Added "itemname", "itemdurability", "itemmaxdurability", "itemcount", "itemmaxcount" Functions
- Added "array" and "any" types to #def methods
- Added Temporary variables with _ prefix (Will be deleted every tick)
- Added support for hex numbers and colors with either the "#" or "0x" prefix
- Added "armorside" builtin hud that shows what armor you are wearing in the bottom right corner of the screen.
- Added "fibonacci" builtin hud that calculates then shows you the numbers of the Fibonacci sequence (up to 93rd number)
Removed
- Remove strwidth method (check wiki for alternatives)
Changed
- Deprecated "name", "durability", "maxdurability", "count", "maxcount" (check wiki for alternatives)
- Background on text is now enabled by default
- Errors while parsing variables are now more specific in their description.
- Errors now point to the line and col in which the error happened (Added to improve the debugging experience)
- Errors now render with shadow enabled at all times
- Optimized certain operations who's results don't change.
- You can no longer "modify" the value of system variables
- Changed the default hud ("hud") to execute "armorside" hud too.
- Changed the default hud ("hud") to execute "armorside" hud too.
- Gave the "tutorial" hud a new face.
Fixed
- Fixed color of background text
- Fixed a bug with the methods not parsing values correctly