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
v2.0
- Added entity type tag support: use
#minecraft:raidersto 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.jsonwith examples of all new matching types - Updated
__README.txtwith full documentation of matching syntax and available vanilla tags