Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Apathy

Apathy

Disable entities from attacking players. Way too configurable.

24.2k
46
Utility

Compatibility

Minecraft: Java Edition

1.21.1
1.20–1.20.1
1.19.4
1.19.2
1.18.x
1.17.x
1.16.5

Platforms

Fabric
Forge
NeoForge
Quilt

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server

Creators

quat
quat Owner
Torty
Torty Porter Extraordinaire

Details

Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
DescriptionChangelogVersions

Show all versions

1
2
3
4

2.7

by quat on Jun 10, 2023
Download

2.7

by quat on Jun 10, 2023
Download

2.7

by quat on Jun 10, 2023
Download

2.7

by quat on Jun 10, 2023
Download
  • New predicate effect, for testing potion effects
  • Add a few more things to the non-json config file (Forge users: double-check your ruleOrder option to make use of them)
  • Remove the (unused) config class used on Fabric from the Forge jars

2.6

by quat on May 27, 2023
Download

2.6

by quat on May 27, 2023
Download

2.6

by quat on May 27, 2023
Download

2.6

by quat on May 27, 2023
Download

2.6

by quat on May 27, 2023
Download

2.6

by quat on May 27, 2023
Download

2.6

by quat on May 27, 2023
Download
  • Add if rule: dispatch to different rules based on a predicate.
  • Add team predicate: test whether a player is on a specific scoreboard team
  • Add random predicate: random per-mob chance.
  • Add spawn_type predicate: detect how a mob was spawned into the world.

2.5

by quat on Apr 20, 2023
Download

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 DataFixerUpper library 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.cfg is now apathy-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-dumps in the root of the Minecraft instance's folder.
  • The JSON in dump files is ordered more understandably (type comes first).
  • apathy: is now optional in the JSON config file (it will be converted when dumping).
  • The allow_if and deny_if JSON rules are now deprecated in favor of predicated.
    • 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:bosses tag now contains c:bosses and forge:bosses by default.

2.5

by quat on Apr 20, 2023
Download

2.5

by quat on Apr 20, 2023
Download

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 DataFixerUpper library 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.cfg is now apathy-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-dumps in the root of the Minecraft instance's folder.
  • The JSON in dump files is ordered more understandably (type comes first).
  • apathy: is now optional in the JSON config file (it will be converted when dumping).
  • The allow_if and deny_if JSON rules are now deprecated in favor of predicated.
    • 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:bosses tag now contains c:bosses and forge:bosses by default.

2.5

by quat on Apr 20, 2023
Download

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 DataFixerUpper library 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-dumps in the root of the Minecraft instance's folder.
  • The JSON in dump files is ordered more understandably (type comes first).
  • apathy: is now optional in the JSON config file (it will be converted when dumping).
  • The allow_if and deny_if JSON rules are now deprecated in favor of predicated.
    • 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:bosses tag now contains c:bosses and forge:bosses by default.

2.5

by quat on Apr 20, 2023
Download

2.5

by quat on Apr 20, 2023
Download

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 DataFixerUpper library 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-dumps in the root of the Minecraft instance's folder.
  • The JSON in dump files is ordered more understandably (type comes first).
  • apathy: is now optional in the JSON config file (it will be converted when dumping).
  • The allow_if and deny_if JSON rules are now deprecated in favor of predicated.
    • 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:bosses tag now contains c:bosses and forge:bosses by default.

2.5

by quat on Apr 20, 2023
Download

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 DataFixerUpper library 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-dumps in the root of the Minecraft instance's folder.
  • The JSON in dump files is ordered more understandably (type comes first).
  • apathy: is now optional in the JSON config file (it will be converted when dumping).
  • The allow_if and deny_if JSON rules are now deprecated in favor of predicated.
    • 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:bosses tag now contains c:bosses and forge:bosses by 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 advancements and location rules for your json files.

2.4.1

by quat on Sep 19, 2022
Download

2.4.1

by quat on Sep 19, 2022
Download

First version for 1.19.2. Sorry for keeping yall waiting.

Apathy's config file is only read when the server starts. This should fix compatibility issues with modded mobs.

1
2
3
4

Modrinth is open source.

main@81b0922

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.