Releases: gavinsmod/gavinsextensiblemod
Releases · gavinsmod/gavinsextensiblemod
v1.4.8rc5 - Block ESP and Tracers, new ESP + Tracer engine, new Settings engine
Pre-release
Full Changelog: v1.4.8-rc2...v1.4.8-rc5
- Fix issue with waypoint buffer being empty
- Use BFS for BlockESP
- Fix FreeCam not drawing box around fake player
- Rework settings engine to use getConfig externally
- Make Settings engine kotlin based
- Fix ModHealthTag
- Fix block entity _ player entity
- Clean up build warnings
- Specify GSON version explicitly
- Create explicit TypeConverter for the XrayConfig to attempt to fix #81
v1.4.8rc2- Block ESP and Tracers, new ESP + Tracer engine
Fixes/Additions
- Reworked ESP + Tracer engine to work with mods like Sodium and shaders.
- Block ESP/Tracer is a bit more performant
- Mob/Item ESP's are now much smoother than before
Known Issues
- Item/Mob ESP selection sometimes doesn't "click" or toggle correctly.
- Block ESP/Tracer lags when a common block (eg, coal) is selected.
Built on MC1.21.1
v1.4.8 - Block ESP and Tracer RC1
- Adds Block ESP
- Adds Block Tracer
Both features have their own unique configuration under the ESP/Tracer setting menu.
Build on MC 1.21.1
v1.4.7 - MC 1.21.1
Release for 1.21.1
Make sure to download the jar file without "sources" in the name!
v1.4.7 - Minecraft 1.21
- Support for Minecraft 1.21
v1.4.7 - Minecraft 1.20.4, 1.20.6
- Add support for 1.20.4
- Add support for 1.20.6
- No longer need to download a billion half files. I have reverted the change that split every module into its own file. Everything now lives in this one package (again).
Make sure to download the right version and dependencies!
v1.4.6 - MC 1.20.2
Added MC 1.20.2 support.
Download gemclient-core
, gavui
and gavinsmod-events
along with any combination of gem-*
below!
v1.4.5 - MC 1.20.1, Better Radar GUI
- Better Radar GUI (#71)
- Adds support for MC 1.20.1
- Better slider gui element handling
- Adds border option in GuiBuilder, SettingBuilder
- Use Gui/Setting Builder in more places
v1.4.4 - Minecraft 1.20 support
- Add MC 1.20 support
- Create a new way for building/handling settings
- Use GavUI GuiBuilder to create GUI's.
- Fix some GUI rendering issues.