Releases: gavinsmod/gavinsextensiblemod
Releases · gavinsmod/gavinsextensiblemod
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.
v1.4.3
v1.4.2
What's Changed
- Bug fix for 1.4.1 by @GT3CH1 in #52
- Add better mob selection for tracer/esp (#58)
- Fix client crashing when using noclip & fly at the same time (#59)
- Fix fullbright not functioning correctly
- Add dimension based waypoint config (#55)
- Fix esp's not rendering when used with sodium (#54)
- Add freecam movement speed (#53)
Full Changelog: v1.4.1...v1.4.2
v1.4.1-hotifix1
v1.4.1 - 1.19.4 support & Kotlin
- Adds support for 1.19.4
- Rewrote mod to use Kotlin instead of Java... gotta get with the times.
- Added new event listener for air strafing
As always, if you find that something is wrong, please submit an issue on the issues page.
v1.4.0 - 1.19.3 support
This release adds a lot more mods and features to the client, as well as a refactoring of how events were triggered in the mod. GavUI has been update to allow more customization.
Some new mods include the following:
- Radar
- Beehive + Furance ESP/Tracer
- Freecam
- No Fire
- No Overlay
- No Vignette
- Anti Trample
- Speed
v1.4.0-rc2
- Added beehive esp
- Added beehive tracer
- Added furnace esp
- Added furnace tracer
- Added No Nausea
- Added No Overlay
- Added No Fire mod
- Fixed fullbright setting gamma too high in some instances
- Made autofullbright enable itself when under water
- Fix Block entity tracers/esp's rendering weird if in front of a block entity
- Rewrote settings class, now much cleaner and less horrible.
Full Changelog: v1.4.0-rc1...v1.4.0-rc2
v1.4.0-rc1
What's Changed
- Merge AntriTrample to 1.19.2-dev by @GT3CH1 in #43
- Add radar - feat #46 by @GT3CH1 in #47
- Added event listeners to the mod, allowing for better performance.
- Added Freecam hack
- Fixed Autocrit
- Pulled all configuration for esp/tracers into a class (one for esp, one for tracer) that allows for the configuration of the colors. Eventually, a class like this will exist for all configurations within the mod.
- Fix GavUI rendering being weird.