File Details
CustomMobTargets-1.20.1-20.1.0.jar
- R
- Mar 9, 2026
- 17.52 KB
- 70
- 1.20.1
- Forge
File Name
CustomMobTargets-1.20.1-20.1.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Changelog
v20.1.0 — Full rewrite for Minecraft 1.20.1 (Forge 47+)
Ported and updated by me. Credit to Zeitheron for the original 1.12.2 mod.
New Features:
- Melee attacks for passive mobs — give any mob a configurable melee attack with custom damage
- Ranged attacks for passive mobs — give any mob a ranged attack with 10 projectile types:
arrow,spectral_arrow,small_fireball,large_fireball,snowball,egg,wither_skull,dragon_fireball,shulker_bullet,llama_spit
- Array format — define multiple mob configs in a single JSON file
- Active toggle — enable/disable individual entries with
"active": true/false - Auto-generated docs — the mod creates
__examples.jsonand__README.txton first run with full documentation - Hot-reload command —
/cmt reloadapplies config changes without restarting
Technical Changes:
- Replaced ASM coremod with Forge event system (
EntityJoinLevelEvent) — cleaner and more compatible - No dependencies required (HammerCore dependency removed)
- Uses official Mojang mappings
- Server-side only