Hazmat
The mod offers questionable solutions for fixing random crash issues in the game.
Datapack Filter Fix
This functionality can be disabled via the LifecycledResourceManagerImplMixin=false parameter in the configuration. The component corrects the malfunctioning pack.mcmeta filtering system from Mojang developers, since in the original implementation, namespace filtering doesn't actually function properly.
Forced Attribute Setting
If needed, this option can be deactivated by adding DefaultAttributeContainerMixin=false to the settings file. The module prevents possible client crashes related to missing assigned attributes for game entities.
Invalid Packet Corrector
The function is activated through the DecoderHandlerMixin=true parameter in configuration settings. Fixes crashes that occur when receiving damaged or invalid data packets from the server. RECOMMENDED FOR USE ONLY IN CRITICAL SITUATIONS. Originally created as a temporary solution to access damaged game worlds for manual removal of broken blocks or items.
Additional Player Data Backups
If this function needs to be turned off, use the PlayerSaveHandlerMixin=false parameter in configuration. The system creates seven additional backup copies of player data in addition to the standard single backup copy.