Skip to content

Commit

Permalink
Add XP value to HG
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Nov 27, 2020
1 parent dca8293 commit d82edcb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public class EntityHirschgeist extends MonsterEntity implements IMob, IOverrideC

public EntityHirschgeist(World p_i48553_2_) {
super(ModEntities.HIRSCHGEIST.entityType, p_i48553_2_);
this.experienceValue = 150;
}

@Override
Expand Down

0 comments on commit d82edcb

Please sign in to comment.