1.0.9
- Added skyDarknessFix (Fixes sky darkening when you stand on soul sand, or sit in a minecart)
- Added handBugFix (Fixes hand glitching out when sitting in a minecart / on a horse)
- Added catchInitCrashes (Catches crashes during the start of the game, and tells you the cause)
- Added ModMenu Support (Thanks moehreag)
- Fixed possible crashes while displaying the crash screen
- BufferBuilder is now reset on crashes (to prevent BufferBuilder Already building crash loops)
- Updated crash screen, now the crash report can be accessed by clicking on it (green text)
Important!
-
Completely removed MixinTrace (included) Mod because:
- I didn't ask for permission to include the mod
- I only added it because it was faster than writing my own code (seemed like a good idea at the time)
- It broke for Java 8 on Fabric Loader 0.12.0+ (fixing it is possible, but I no longer want to keep someone else's mod bundled inside mine, especially without credit)
- I'm pretty sure removing it is the right thing to do.
-
Compatibility with 1.8 is broken, currently it is untested if it works with the 1.8.1 - 1.8.8 versions
1.0.2
- Added a max cap of 20 crashes (in order to prevent loops)
- Fixed a warning
- 2 mods from the Legacy Fabric API are now included (credit goes to the Legacy Fabric team), so the Legacy Fabric API is no longer required in order to correctly display localized text, and add some extra data to crash reports