90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
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.