EssentialClient v1.2.0
It has been almost 4 months since the last update and this is quite a large update. Most of the time was spent figuring out documentation for clientscript.
Issues:
- Fixed #43, #45, #46, #49
- Compatability with Malilib
- Compatability with Tweakeroo Freecam
- Fixed Box outlines not working
- Concurrency issues
Added:
- Minecraft 1.19 support!
- Game Rule syncing between client and server (EssentialAddons)
- Proper keybind system
- Download ClientScript screen
- A load of ClientScript features
- Most Notably:
- The ability to send data between scarpet and back
- The ability to make your own config screens (thanks @purplestove)
- The ability to make keybinds
- More shapes (lines and spheres)
- Indicator on ChunkDebug map to show the player location
- The ability to see chunk statuses in ChunkDebug
survivalInventoryInCreative
, this lets you open, as the name suggests, a survival inventory in creative- And a lot more I'm not bothered to remember
There are a whole lot of Arucas changes which can be found here: https://github.com/senseiwells/Arucas/releases/tag/v1.2.0
You can find the documentation for clientscript here: https://github.com/senseiwells/clientscript/blob/main/docs/v1.2.0/Full.md
All information on features are on the wiki: https://github.com/senseiwells/EssentialClient/wiki/ClientScript
Be sure to report any bugs/issues!
EssentialClient v1.1.5
-
Final release for 1.16.5, it will no longer be supported...
-
Added craftingHax - Thanks @Crec0
-
Added better discription and Carpet Rule support - Thanks again @Crec0 for providing the data for this
-
Added
FakeEntity
class -
Fixed a bug that caused later Carpet Versions to not allow you to join servers
-
Fixed a bug that prevents methods from being registered on
OtherPlayer
values -
Fixed a bug where Boxes and GameEvents would all unregister after one of many scripts stops
-
Fixed a bug where command parser would register connecting nodes with the same children
-
Fixed some ModMenu issues
-
Reworked config system, old configs will no longer work, your settings will reset, but the old json files will remain for you to convert if you wish...
All information on these new features are on the wiki!
Be sure to report any bugs/issues!