Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
A custom DSL for nice spells in your world.
New features
- Added list operators expressions :
:+: list append (list + elem -> list).:-: list remove (list + elem -> list).:/: list remove (at index) (list + int -> list).:?: list contains test (list + elem -> boolean).
- Added standard
breakandcontinuestatements.
Bug-fix
- Fixed
nullcomparison with!=operator. - Variables will mutate in a block (when defined in parent block).
- Variables can properly be set to
null. - Added type inducing (when first declared as
null). - The
definekeyword may be implicit.
Platforms
Paper
1.21–1.21.1