Fixed the biome variable. Fixed hotbar rendering incorrectly or not at all.
Added the following variables:
bool camera_detached
num cam_dxpos
num cam_dypos
num cam_dzpos
num cam_xpos
num cam_ypos
num cam_zpos
num cam_subchunkx
num cam_subchunky
num cam_subchunkz
num cam_chunkx
num cam_chunkz
num cam_dpitch
num cam_pitch
num cam_dyaw
num cam_yaw
num cam_f3_dyaw
num cam_f3_yaw
num cam_light
num cam_blocklight
num cam_skylight
string cam_biome
string cam_block_in_front
string cam_looking_at_pos
Thanks to magor2345
Update rendering engine, update rhinoengine to 1.8.0
Compile jar to Java Version 17 instead of 21
Fix boolean operators always taking priority and not showing errors for invalid parenthesses in arithmetic operations
Add falldistance variable
Fix comparison operators taking priority over boolean operators
Fix comparison operators taking priority over boolean operators
- Add f3_yaw
- Add f3_dyaw
- Fix yaw and dyaw
- Fix biome
Notable changes:
- For loops
- Range function
- 9slicetexture method
- File precaching (For performance)
- FunctionAndConsumerAPI (For addon developers)
- ObjectDataAPI (For addon developers)
Backport all variables
Added ability for one to make their own functions with ;return, [value];
Added ;no_sys_var; and ;sys_var;
Added {daytime} variable
Added functionality to "array" and "int" functions
Added "toBinaryString" and "char" functions
Added the ability to concatenate strings
Removed usage of deprecated functions in built in "fibonacci" hud
Fixed "basic" and "hud" built in huds
Fixed several bugs
Fixed worldtime Fixed Issues with math and class
Added german translations
Fixed 1.21.4
Added german translations
added worldtime.js
added block_in_front variable
added components api
deprecated string manipulation functions
added && and || operators
Fixed {is_slime} Fixed {playerspeed} Fixed int() not rounding decimal numbers.
Booleans added: isgliding, isclimbing, iscrawling, isswimming, issneaking
is alive, isblocking, isfreezing, isglowing, isfireimmune, isonfire, isonground, isinvisible
Numbers added: milliseconds, seconds, minutes, hour, day, month, year
subchunkx, subchunky, subchunkz
Strings added: damagetype
month_name
locale, language, country



