Roadkill909
ICE ICE ICE!
- Joined
- Feb 4, 2012
- Location
- United States
Like the title says, if I bash a neutral mob like a spider (in the day) or an enderman, the monster will not attack me. Not sure if this is intentional or an oversight. Haven't tested with other skills.
Easy fix though
Easy fix though
Code:
if(livingEntity instanceof Monster){
((Monster) livingEntity).setTarget(player);
}