File Details
Hudder 9.0.0
- R
- Nov 8, 2025
- 1.55 MB
- 77
- 1.21.10+1
- Fabric
File Name
hudder-9.0.0.jar
Supported Versions
- 1.21.10
- 1.21.9
Curse Maven Snippet
Variables Added:
+ selectedresourcepacks
+ selectedresourcepacks_unfiltered
+ cps
+ cps_left
+ cps_right
+ f3enabled
Variables added by @magor2345:
+ version_type
+ game_version
+ username
+ uuid
+ world_name (singleplayer only)
+ server_name
+ server_ip
+ server_motd
+ entity_in_front
+ cam_fluid_in_front
+ fluid_in_front
Changes:
- Remove excess names of compilers (Configs will be changed automatically)
* Moved config outside of the Hudder folder
* Map function now throws an error if unsafe operations are not allowed.
+ Added DataVariableRegistry (See wiki)
- Deprecated ObjectDataAPI infavor of DataVariableRegistry
+ Added registerCompiler(String name, ATextCompiler compiler)
- Removed registerLoadedCompiler
- Deprecated registerCompiler(String name, String classname) infavor of registerCompiler(String name, ATextCompiler compiler)
* Fixed js array functions throwing an error on arrays not created by the hud
* Fixed hud not showing when debug features are enabled even if f3 is not toggled
- Removed "armor" and "fibonacci" default huds
* While loops are now only limited when unsafe operations are disabled.
+ Added proper names for the config options for unsafe operations

