Skip to content

Releases: senseiwells/EssentialClient

EssentialClient Releases

26 Feb 20:43
Compare
Choose a tag to compare

EssentialClient is now being released on modrinth, you will be able to download all versions from there.

EssentialClient v1.3.2 for 1.17.1, 1.18.2, 1.19.2, and 1.19.3

05 Jan 17:18
145210d
Compare
Choose a tag to compare

EssentialClient v1.3.2

  • Fixes numerous bugs
    • Fixes critical bug relating to Carpet Mod preventing core parts of the mod from initialising
    • Compatibility with Cardinal Ice Boats
    • Fixed BetterAccurateBlockPlacement for 1.19.3
    • Fixed HighlightLiquids for 1.19.3
    • Fixed Unlisted gamerules for 1.19.3
    • ClientScript bugs
      • Crash when using World Edit CUI
      • Inconsistent behaviour when using player.attack("hold")
      • Numerous fatal crashes

EssentialClient v1.3.2-beta for 1.19.3

13 Dec 18:09
0f527c7
Compare
Choose a tag to compare
Pre-release

EssentialClient

This release is for those who have updated to 1.19.3 and would like to use EssentialClient.

This version of the mod is not complete - you may encounter some bugs, in which case please report them!

EssentialClient v1.3.1 for 1.17.1, 1.18.2, and 1.19.2

20 Oct 22:33
d85ddef
Compare
Choose a tag to compare

EssentialClient v1.3.1

  • Fixed some bugs with ChunkDebug

    • Chunk tickets will now be sent to the client properly
    • Fixed an issue with Simulation Distance (non-entity loaded chunks) displaying as entity loaded
  • Fixed an issue where keybinds with a default key would reassign the key on restart

  • Fixed an issue with StackableShulkers

  • Fixed a conflict with Shaders not working properly

  • Added an option to search through loaded chunk clusters with ChunkDebug

  • Added categories for ClientRules

  • Added lang file, currently only supporting English

  • Added rule highlightWaterSources (#55)

  • Updated Arucas

    • Imports are now lazy (preventing most cyclical import issues)
    • Fixed some race conditions
    • Fixed some other concurrency issues
    • Some more boring stuff

EssentialClient v1.3.0 for 1.17.1, 1.18.2, and 1.19.2

06 Sep 21:36
5aa86b9
Compare
Choose a tag to compare

EssentialClient v1.3.0

  • Fixed conflicts with slight-gui-modifications

  • Fixed incompatability with RebindAllTheKeys

  • Fixed incompatability with Carpet-Fixes

  • Fixed an issue with keybinds that had default key

  • And for the scripters; now using Arucas 2.0.0!

    • Overhauled types
      • Inheritance is now supported
      • Interface support for 'multi-inheritance'
      • Type hinting is now possible
    • Simpler concurrency with Tasks
    • Fixed an absoluate load of bugs
    • And more! See Documentation for more details

EssentialClient BETA v1.2.4 for 1.19.2

12 Aug 16:19
6a958de
Compare
Choose a tag to compare
Pre-release

EssentialClient BETA v1.2.4

  • This includes some of the features from the v1.2.4 update however the update is not complete. This pre-release is for those who are playing on 1.19.2, thanks @Earthcomputer for porting it :)

EssentialClient v1.2.3 for 1.17.1, 1.18.2, and 1.19

02 Jul 00:44
6fc594d
Compare
Choose a tag to compare

EssentialClient v1.2.3

  • Added Multi-Key keybinds
  • Fixed some bugs with 1.19 regarding scripting
  • Added maxChatLength (increase chat length requires EssentialAddons)

All information on features are on the wiki: https://github.com/senseiwells/EssentialClient/wiki

Be sure to report any bugs/issues!

EssentialClient v1.2.2 for 1.17.1, 1.18.2, and 1.19

15 Jun 23:58
cd20b3b
Compare
Choose a tag to compare

EssentialClient v1.2.2

  • Fixed a bug with Arucas
  • Fixed a bug with multiconnect where you could not batch throw items

All information on features are on the wiki: https://github.com/senseiwells/EssentialClient/wiki

Be sure to report any bugs/issues!

EssentialClient v1.2.1 for 1.17.1, 1.18.2, and 1.19

11 Jun 23:12
9a86086
Compare
Choose a tag to compare

EssentialClient v1.2.1

  • Fixed commands not properly sending for 1.19
  • Fixed an issue with 1.18 and 1.19 where you could not disable the client cape
  • Fixed an issue that didn't sync Carpet rules when initially joining a server
  • Improved boot time by running code async

All information on features are on the wiki: https://github.com/senseiwells/EssentialClient/wiki

Be sure to report any bugs/issues!

EssentialClient v1.2.0 for 1.17.1, 1.18.2, and 1.19.0

10 Jun 23:14
7ca01d4
Compare
Choose a tag to compare

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!