Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Hazmat
Unethical "fixes" to random crash issues.
Datapack Filter Fix
LifecycledResourceManagerImplMixin=false
in the config to disable. Fixes Mojang's fucked up pack.mcmeta filtering system, since they somehow forgot to make the namespace filter actually do anything.
Force Attribute
DefaultAttributeContainerMixin=false
in the config to disable. Will prevent any crashes due to entities not having attributes set.
Packet Fucker
DecoderHandlerMixin=true
in the config to enable. Will prevent any crashes due to invalid server-sent packets. NOT GOOD FOR GENERAL USE. This was implemented as a temporary flag to go into broken worlds to manually remove broken blocks or items.
Player Backup x7
PlayerSaveHandlerMixin=false
in the config to disable. Will keep seven extra playerdata backups alongside the normal one.