Primitive Mobs cant be targeted by OpenModularTurrets Laser Turret
dolfan1189 opened this issue ยท 2 comments
The Laser Turret doesnt seem to recognize the Primitive Mob entities as targetable.
Ill fix this. TKSNT made a "Fix". Open Modular Turrets sadly uses the isCreatureType function which generally is only meant to be used by the game's spawn system. I changed it to make sure my mobs would not interfere with regular spawning but I kinda have to let that boat sail cause other modders also use this funtion.