Commit Graph

21 Commits

Author SHA1 Message Date
Markil3
711e6121d4 Adds the ability to always show hands and crosshairs.
Apparently, @rflambert doesn't want the hands to fade. It seemed like a good idea, so I added a configurable option to the main repo.
2021-03-26 10:47:38 -06:00
Markil3
13045618ec Catches any errors that occur when triggering events.
It is pretty annoying for the game to crash because of a GUI mod. This should reduce that.
2021-03-26 09:18:01 -06:00
Markil3
5e553f2e72 Fixes a ClassCastException (#1) 2021-03-25 17:14:47 -06:00
Markil3
2fe4ec56f8 Fixes the hand not properly sliding out of view. 2021-03-04 09:05:09 -07:00
Markil3
170c0f9065 Makes the Cloth API optional. 2021-03-02 12:31:08 -07:00
Markil3
45c63cf6fb Updates the mods.toml file to be more accurate. 2021-03-02 11:44:25 -07:00
Markil3
756113dc62 Tweaks potions some more 2021-03-02 10:35:00 -07:00
Markil3
ea626c9913 Adjusts the health and hunger to always show under wither, poison, and hunger. 2021-03-02 10:34:03 -07:00
Markil3
1c26eec9a4 Removes ConfigScreen
It was unused.
2021-03-02 10:09:23 -07:00
Markil3
def048a43a Made the Forge mod options more consistent with the Fabric options. 2021-03-02 09:55:32 -07:00
Markil3
98bc4d7cfc Fixes potions blinking. 2021-03-02 09:44:15 -07:00
Markil3
5d8e1d222a Enables the configuration of timing values, via the cloth API. 2021-03-01 12:17:33 -07:00
Markil3
ea80abfcc0 Set getAlpha to use custom fade times.
This is in preparation for configurable times.
2021-02-27 13:48:48 -07:00
Markil3
0c1196bbd2 Causes things to fade in as well as out. 2021-02-27 13:40:45 -07:00
Markil3
c7680888c1 Makes the hotbar and experience/jump bars move in and out.
Its a nice effect.
2021-02-27 12:23:21 -07:00
Markil3
2deb8aa2b3 Fixes a bug that prevented air from showing up if health wasn't. 2021-02-27 11:10:53 -07:00
Markil3
8fffdf110f Makes potion icons fade over time. 2021-02-27 11:00:20 -07:00
Markil3
7912a1b87c Moves most of the timer logic to its own class. 2021-02-27 09:36:50 -07:00
Markil3
2a0b4446bc Moved most of the timer logic to their own methods.
Not only does this make onGUIDraw a little more managable, but it also makes it more similar to the Fabric implementation.
2021-02-27 08:41:53 -07:00
Markil3
5b4c6c40c2 Adds some versioning information. 2021-02-24 12:05:47 -07:00
Markil3
c6c2e2ba17 Fully functional mod for 1.16.4 on forge. 2021-02-24 11:16:59 -07:00