Advertisement
Guest User

MCreator #MysterD

a guest
Apr 1st, 2015
632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. protected void applyEntityAttributes(){
  2. super.applyEntityAttributes();
  3. this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(1D);
  4. this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(1D);
  5. if(this.getEntityAttribute(SharedMonsterAttributes.attackDamage)!=null)this.getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(1D);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement