Techguns

Techguns

9M Downloads

Turret ID

grigorii-horos opened this issue ยท 2 comments

commented

I use Techguns with epicsiegemod but it modify AI of NPC. It's bad when NPC can't move like turret. I try to blacklist turret from AI modification but no one of following id didn't match:

        techguns.blocks.machines.BasicMachine
        BasicMachine
        basic_machine
        techguns.entities.npcs.NPCTurret
        NPCTurret
        techguns:basicmachine
        techguns:basicmachine_3_turret
        basicmachine_3_turret

What is correct id of turret?

commented

the turret entity npc is registered as (Registry Name)
techguns:turret

commented

It works!!! Thank you very much.