Changelog
Features:
- Added built in REPL. Press ALT + MOD KEY to see it.
- Added runOnMC(func, ...) to run code on the minecraft thread.
Bug Fixes:
- __GAME_VERSION is now consistent.
- HTTP request now returns false when calling readChar() at end of stream.
- Fixed an issue where keyPressed event for MC text field wouldn't work without onCharTyped being set.
- Fixed script gui's not receiving events for callbacks (keyPressed, mouseClicked, scroll, etc..)
- Removed a console spam on gui elements when unremoving an item.
- Gui text is now clickable, previously the width and height used was incorrect.
- That bug where an item disapears when there was only one of them and you placed it in creative
is fixed!
- Fixed an issue with this change log where scrolling didn't work.
Additional Notes:
- waitTick() no longer uses small sleep increments and is now more precise.
- Profiles in the bindings menu now show more options before needing to scroll.
- waitTick will not do anything on the MC thread
- Minecraft thread does not have thread controls.
- Do not sleep on the Minecraft thread.
- Added resource images globe.png and sandbox.png.