Hello. Im trying to create a new mob, but every time Im using such mobs as "Wither Skeleton" or "Husk", they are giving effects to player if it hits him. Is it possible to disable that effects?
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Example of my new mob:
How To Disable Effects From Getting Hurt By Custom Wither Skeleton
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Example of my new mob:
Code:
WRAITH: Type: WITHER_SKELETON Display: 'Wraith' Health: 25 Damage: 2.5 Options: MovementSpeed: 0.22 KnockbackResistance: 0.24 PreventItemPickup: true PreventLeashing: false PreventRandomEquipment: true...