Daveyx0 / PrimitiveMobs

34 stars 13 forks source link

Primitive Mobs cant be targeted by OpenModularTurrets Laser Turret #292

Open dolfan1189 opened 4 years ago

dolfan1189 commented 4 years ago

The Laser Turret doesnt seem to recognize the Primitive Mob entities as targetable.

dolfan1189 commented 4 years ago

Any update or response to this?

Daveyx0 commented 3 years ago

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.