Senk Ju

Results 19 issues of Senk Ju

A list of 1.8+-specific modules, LiquidBounce will need: - [x] NewChunks - [x] ElytraFly - [ ] CrystalAura - [x] VehicleFly - [x] AntiLevitation If you think something is missing,...

🔥 enhancement
🌑 nextgen

There should be variable which contains the directory in which the script is exected. ```js script.directory ```

JavaScript API

**Describe the bug** After reloading a script containing a custom inventory tab, a new tab will be added but the old one doesn't get removed.

Client Bug
JavaScript API

LiquidChat supports loggin in JWTs instead of the Minecraft account the user is currently logged into. This allows the user to always chat on his main account while using a...

Design
Improve

Like this: ```js Setting.boolean({ name: "test", default: true onChange: function() {} }) ```

JavaScript API

**Describe the bug** When you open up your inventory or switch to f5 mode for the first time the client loads the cape asggined to the current account. Everytime it...

Client Bug
Performance

Reverses a range. ``` for let i in (0...10).reverse() { Sys.println(i); } ```

Improves consistency with Array::contains.

Currently Snekky only supports `==` for comparison of objects which performs a deep comparison on arrays and hashes. `===` should be added to only compare references.

enhancement