[CMT] Custom Mob Targets (MuddyPort)

Configure any mob to attack any other mob.

File Details

CustomMobTargets-1.20.1-2.0.jar

  • R
  • Apr 16, 2026
  • 24.73 KB
  • 84
  • 1.20.1
  • Forge

File Name

CustomMobTargets-1.20.1-20.2.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:cmt-custom-mob-targets-muddy-port-1481846:7935006")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v2.0

  • Added entity type tag support: use #minecraft:raiders to match all mobs in a tag
  • Added regex pattern support: use ~minecraft:.*zombie.* to match mob IDs by pattern
  • Added array support: use ["minecraft:zombie", "#minecraft:skeletons"] to match multiple entries
  • All three formats work in both the source "entity" field and target "entity" fields, and can be freely mixed in arrays
  • Existing configs using plain entity IDs continue to work with no changes
  • Updated __examples.json with examples of all new matching types
  • Updated __README.txt with full documentation of matching syntax and available vanilla tags