Skip to content

Releases: gavinsmod/gavinsextensiblemod

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.

v1.3.1-hotfix2

28 Nov 16:42
c58563b
Compare
Choose a tag to compare

What's Changed

  • [BUG] Fix issue #44 - overflow with bad settings file.

Full Changelog: v1.3.1-hotfix1...v1.3.1-hotfix2

v1.3.1 hotfix 1

11 Aug 13:28
321aeb0
Compare
Choose a tag to compare

This release introduces a fix to an issue pertaining to loading and including GavUI (issue #41).
This fix is for Minecraft versions 1.19.1 and 1.19.2. This will also be the last release for 1.19.1 unless another critical bug is found.

v1.3.1 - 1.19.1/1.19.2 support

04 Aug 15:21
f6f1cfb
Compare
Choose a tag to compare
1.19.1-dev

Signed-off-by: Gavin Pease <[email protected]>

1.19.1-pre5

15 Jul 21:04
90d2fa7
Compare
Choose a tag to compare

Nothing other than changing to 1.19.1-pre5

v1.3 - Auto Attack, Auto Full Bright, Waypoints, Better Settings

08 Jul 17:27
9432975
Compare
Choose a tag to compare

What's Changed

  • Auto Attack, Auto Full Bright, Waypoints, Better Settings by @GT3CH1 in #36
  • Fix NoClip not allowing the player to initially fly (see #37)
  • Clean up logic for settings - Users will have their settings file reset, but the old copy will be stored in .minecraft/mods/gavinsmod/settings.json.bakX
  • Fix waypoints being off by +1 in the X and Z axis on creation
  • Make the Color class serializable
  • Save settings upon adding or editing a setting.
    • Settings are reloaded when this happens to ensure it saved properly.
  • Use the GUI foreground & enabled colors for the Xray block picker menu.
  • Checking if waypoints are equal is now done only via coordinates, not name and coordinates (think: only one waypoint per block)
  • Fix HP tags not coloring properly.
  • Re-add the title for each gui screen

Full Changelog: v1.2.2...v1.3

Got a bug? Please create an issue