Skip to content

Releases: gavinsmod/gavinsextensiblemod

v1.4.6 - MC 1.20.2

01 Oct 22:29
Compare
Choose a tag to compare

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

22 Jun 17:03
740ecd3
Compare
Choose a tag to compare
  • 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

07 Jun 16:51
3274310
Compare
Choose a tag to compare
  • 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

19 Apr 16:48
efcf546
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

01 Apr 16:52
d4263aa
Compare
Choose a tag to compare

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

18 Mar 17:24
b4f585d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.1-hotfix1

v1.4.1 - 1.19.4 support & Kotlin

16 Mar 15:07
afe49d3
Compare
Choose a tag to compare
  • 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

17 Jan 15:50
14af39d
Compare
Choose a tag to compare

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

28 Dec 21:07
650460a
Compare
Choose a tag to compare
v1.4.0-rc2 Pre-release
Pre-release
  • 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

23 Dec 23:35
d778800
Compare
Choose a tag to compare
v1.4.0-rc1 Pre-release
Pre-release

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.