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.
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.