Skip to content

Releases: gavinsmod/gavinsextensiblemod

v1.2.2-rc1

18 Jun 16:59
ea04b9e
Compare
Choose a tag to compare
v1.2.2-rc1 Pre-release
Pre-release
  • Add a gui element that allows for cycling through a set of options
  • Add a gui element that allows for toggling things on and off.
    • Both of these GUI elements have a callback feature, which allows for changing certain things when they are clicked.
  • Added a settings gui.
    settings
  • Increased the brightness of ESPs
  • Removed Color alpha channel.
  • Added more colors.
  • Added a method in colors to convert from a hex value to a usable color.
  • Added the ability to toggle whether or not the FPS counter shows colors.
  • Added the ability to change what colors are shown at what percentage for the FPS counter.
  • Added the ability to fade the gamma value in and out when xray/fullbright is toggled.
  • Added the ability to change tracer/esp colors.
  • Added the ability to change the default background gui color.
  • Added the ability to change the default foreground gui color.
  • Added the ability to change the default mod enabled gui color.
  • Added the ability to change the default mod category gui color.
  • Added the ability to enable/disable the message sent to the player when a mod is enabled or disabled.
  • Removed redundant constructors for the Mod base class, thus simplifying how a mod is created and linked in.
  • Added functionality of setting the middle of a gui element, instead of only the top-left corner.
  • Draggable gui elements now snap to the middle point of the gui during dragging.
  • Rework GUI internals to support rendering and handling gui child elements.
  • Added a way to save/load settings

v1.2.2-alpha2

16 Jun 02:01
9ce8d32
Compare
Choose a tag to compare
v1.2.2-alpha2 Pre-release
Pre-release
  • Fix an issue with the mixins.json not being loaded (intellij y u do this to me)
  • Moved mod classes to packages of their respective categories (ie, AutoJump is in the com.peasenet.mods.movement package)

v1.2.2-alpha1

14 Jun 22:21
69c97b6
Compare
Choose a tag to compare
v1.2.2-alpha1 Pre-release
Pre-release
  • Rework gui so its draggable
  • Add no rain mod
  • Work on better access for modding

v1.2.1 - 1.19!

10 Jun 15:50
Compare
Choose a tag to compare

What's Changed

Other than that.. no really big changes. Just moving things over to 1.19

v1.2.0

09 Jun 18:46
8771464
Compare
Choose a tag to compare

What's Changed

  • Refactoring - Chest ESP by @GT3CH1 in #5
  • Add anti-pumpkin overlay mod
  • Add fast place mod
  • Add Anti-damage view bob mod
  • Add a text overlay mod to show what mods are active.
    • Enabled either through a keybind or through the chat command .guitextoverlay

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - A nice GUI

25 May 01:08
38c8bfc
Compare
Choose a tag to compare

What's Changed

  • gui and fixes by @GT3CH1 in #3
  • A massive overhaul of the mod gui, it looks much better.
  • Added auto crit feature.
  • Fixed a bug with NoFall preventing the player from flying downwards and moving.
  • No longer reloading renderer when using fullbright.

Full Changelog: v1.0.1...v1.1.0

v1.0.1

23 May 22:24
ae7defd
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/GT3CH1/minecraft-mod/commits/v1.0.1