File Details
Hudder 3.2.0
- R
- May 23, 2024
- 48.36 MB
- 70
- 1.20.6+1
- Fabric
File Name
hudder-3.2.0.jar
Supported Versions
- 1.20.6
- 1.20.5
Curse Maven Snippet
Version 3.2.0 patch notes:
- Fixed ;item; on Hudder compiler
- Fixed drawItem on javascript (yes, it was a different problem...)
Added the following variables:
NUMBERS
dpitch - The pitch (with decimal point)
dyaw - The yaw (with decimal point)
pitch - The pitch (without decimal point)
yaw - The yaw (without decimal point)
world_time / worldtime - The current time of day
Version 3.1.0 patch notes:
- Fix GUIElement Rendering
- Fix bug with conditions showing at the start instead of where the condition is made
- Fix text scaling incorrectly with JavaScript
Added the following variables:
BOOLEANS
{issurvival} {is_survival}
{iscreative} {is_creative}
{isadventure} {is_adventure}
{isspectator} {is_spectator}
Added the following hudder methods:
;alert, [Text];
;log, [Text];
;warn, [Text];
;error, [Text];
;throw, [Text];