-
-
Notifications
You must be signed in to change notification settings - Fork 36
Description
I keep getting people asking me to update my bandaid fix for a MissingPaletteException to newer versions, but I just don't have the disk space for a ton of MDKs. Would you consider adding it to ModernFix so people will stop crashing?
It's just a single Mixin: https://github.com/ByThePowerOfScience/MissingPaletteFix/blob/main/src/main/java/btpos/mcmods/missingpalettefix/mixin/MHashMapPalette.java
If you do integrate it, it would probably be better to use a missing texture block instead of a dragon egg, and to reimplement it with WrapOperation so it chains. MixinExtras wasn't bundled with Forge at the time, so I didn't want to bloat the mod size.
Oh yeah and "I, GitHub user 'ByThePowerOfScience' (also known by the CurseForge username 'ABadHaiku'), verify that I am the sole owner of the copyright for MissingPaletteExceptionFix and all copyrightable material composing it. I hereby grant ModernFix and its contributors a perpetual, transferable, irrevocable license to distribute, reproduce, modify, and otherwise utilize the code contained in MissingPaletteExceptionFix in any way they need." Not that it's really needed with an MIT license, but it's good to have on file I guess.