Releases: makamys/CoreTweaks
Releases · makamys/CoreTweaks
CoreTweaks 0.2
- Fixed bug that made the player eat an extra food item sometimes (MC-849)
- Refactored crash handler to be able to catch more crashes
- Fixed rendering error in OptiFine's custom sky on low render distances
- Made corrupted transformer caches get discarded instead of causing an error on every launch.
- Made splash optimization mixins get disabled if splash is enabled. Fixes crash in Unabridged if splash is enabled.
- Moved some mixins to the correct phases. This fixes at least one crash.
CoreTweaks 0.1.1
- Fixed crash handler crashing in production environment (ironically)
- Improved stability of the lite caching transformer:
- Removed EventSubscriptionTransformer from defaults. It caused a crash in GTNH and didn't save that much time anyway.
- Fixed transformers returning null not being handled properly, causing log spam
- Fixed F3+C crash not getting handled properly
CoreTweaks 0.1
- Initial release
- VanillaFix-like crash handling
- Class transformer cache
- Startup profiler
- Many small fixes