First release for 1.19.4. Special thanks to M8torr for initial porting work.
Forge Changelog
- Large rewrite, using a shared codebase across the seven supported versions.
- Apathy is now mostly written using a version-independent core.
- New config system.
- Removed usages of Mojang's
DataFixerUpperlibrary in favor of just dealing with JSON myself. - All mixins are now prefixed with
apathy$, which should make debugging crashes a bit easier.
- Apathy now uses a Forge config file instead of its custom format.
- This is a bit experimental.
mobs.cfgis nowapathy-mobs.toml; it's no longer inside a subdirectory. Same for the other two.- Your previous configuration will be automatically upgraded. (You might want to take a backup.)
- The config file should automatically reload when you edit it, just like with other Forge mods.
- Dump files have moved to
apathy-dumpsin the root of the Minecraft instance's folder. - The JSON in dump files is ordered more understandably (
typecomes first). apathy:is now optional in the JSON config file (it will be converted when dumping).- The
allow_ifanddeny_ifJSON rules are now deprecated in favor ofpredicated.- Those still work.
- Dump files will port them over.
- Fixed a possible crash when exiting and reentering a world while the "spawn_gateway" mechanic was playing.
- The
apathy:bossestag now containsc:bossesandforge:bossesby default.
Forge Changelog
- Large rewrite, using a shared codebase across the seven supported versions.
- Apathy is now mostly written using a version-independent core.
- New config system.
- Removed usages of Mojang's
DataFixerUpperlibrary in favor of just dealing with JSON myself. - All mixins are now prefixed with
apathy$, which should make debugging crashes a bit easier.
- Apathy now uses a Forge config file instead of its custom format.
- This is a bit experimental.
mobs.cfgis nowapathy-mobs.toml; it's no longer inside a subdirectory. Same for the other two.- Your previous configuration will be automatically upgraded. (You might want to take a backup.)
- The config file should automatically reload when you edit it, just like with other Forge mods.
- Dump files have moved to
apathy-dumpsin the root of the Minecraft instance's folder. - The JSON in dump files is ordered more understandably (
typecomes first). apathy:is now optional in the JSON config file (it will be converted when dumping).- The
allow_ifanddeny_ifJSON rules are now deprecated in favor ofpredicated.- Those still work.
- Dump files will port them over.
- Fixed a possible crash when exiting and reentering a world while the "spawn_gateway" mechanic was playing.
- The
apathy:bossestag now containsc:bossesandforge:bossesby default.
First release for 1.19.4. Special thanks to M8torr for initial porting work.
Fabric Changelog
- Large rewrite, using a shared codebase across the seven supported versions.
- Apathy is now mostly written using a version-independent core.
- New config system (externally looks the same as the old one.)
- Removed usages of Mojang's
DataFixerUpperlibrary in favor of just dealing with JSON myself. - All mixins are now prefixed with
apathy$, which should make debugging crashes a bit easier.
- Dump files have moved to
apathy-dumpsin the root of the Minecraft instance's folder. - The JSON in dump files is ordered more understandably (
typecomes first). apathy:is now optional in the JSON config file (it will be converted when dumping).- The
allow_ifanddeny_ifJSON rules are now deprecated in favor ofpredicated.- Those still work.
- Dump files will port them over.
- Fixed a possible crash when exiting and reentering a world while the "spawn_gateway" mechanic was playing.
- The
apathy:bossestag now containsc:bossesandforge:bossesby default.
Fabric Changelog
- Large rewrite, using a shared codebase across the seven supported versions.
- Apathy is now mostly written using a version-independent core.
- New config system (externally looks the same as the old one.)
- Removed usages of Mojang's
DataFixerUpperlibrary in favor of just dealing with JSON myself. - All mixins are now prefixed with
apathy$, which should make debugging crashes a bit easier.
- Dump files have moved to
apathy-dumpsin the root of the Minecraft instance's folder. - The JSON in dump files is ordered more understandably (
typecomes first). apathy:is now optional in the JSON config file (it will be converted when dumping).- The
allow_ifanddeny_ifJSON rules are now deprecated in favor ofpredicated.- Those still work.
- Dump files will port them over.
- Fixed a possible crash when exiting and reentering a world while the "spawn_gateway" mechanic was playing.
- The
apathy:bossestag now containsc:bossesandforge:bossesby default.
Fabric Changelog
- Large rewrite, using a shared codebase across the seven supported versions.
- Apathy is now mostly written using a version-independent core.
- New config system (externally looks the same as the old one.)
- Removed usages of Mojang's
DataFixerUpperlibrary in favor of just dealing with JSON myself. - All mixins are now prefixed with
apathy$, which should make debugging crashes a bit easier.
- Dump files have moved to
apathy-dumpsin the root of the Minecraft instance's folder. - The JSON in dump files is ordered more understandably (
typecomes first). apathy:is now optional in the JSON config file (it will be converted when dumping).- The
allow_ifanddeny_ifJSON rules are now deprecated in favor ofpredicated.- Those still work.
- Dump files will port them over.
- Fixed a possible crash when exiting and reentering a world while the "spawn_gateway" mechanic was playing.
- The
apathy:bossestag now containsc:bossesandforge:bossesby default.
Fabric 1.16.5 changelog
Brought up to feature-parity with things from version 2.4.1.
- The dragon options have been split into a bunch of different options, instead of a blanket "no dragon" option.
- After updating, please check that the configuration is the way you want it.
- New
advancementsandlocationrules for your json files.



