Trigger Mobs

(also 1.21.1-NeoForge) Makes NTGL [NukaTeam's Gun Lib] guns and Create: Gunsmithing guns usable by mobs and guards/recruits from guard-villagers, and recruits mod if they are holding them (also with spawn logic and loot integrations support)

File Details

triggermobs-forge-1.20.1-1.1.0.jar

  • R
  • Dec 26, 2025
  • 52.73 KB
  • 138
  • 1.20.1
  • Forge

File Name

triggermobs-forge-1.20.1-1.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:trigger-mobs-1412118:7379333")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v1.1.0: Optional Create:Gunsmithing support and Forge events-based mob item pickup
    
    Main Features:
    - Optional support for Create:Gunsmithing with weapon-specific AI
    - Weapon-specific behaviors for Flintlock, Revolver, Shotgun, Nailgun, Gatling, Blazegun, Launcher, Pneumatic Hammer, and Frag Grenade
    - Dynamic strategy switching based on weapon type
    
    Technical Changes:
    - Replaced Mixin with Forge events for mob item pickup (TickEvent.LevelTickEvent)
    - Mobs now properly drop non-weapon/non-tool items
    - Dual-wielding support for one-handed NTGL weapons
    - Cleaned up debug logging
    - Event-based approach is more reliable and maintainable