Skip to content

Commit

Permalink
Fix Evolved Zombie dropping more Rotten Flesh than intended.
Browse files Browse the repository at this point in the history
  • Loading branch information
radfast committed Mar 4, 2018
1 parent 93a9c32 commit 8f78a6f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ protected void addRandomDrop()
@Override
protected void dropFewItems(boolean p_70628_1_, int p_70628_2_)
{
super.dropFewItems(p_70628_1_, p_70628_2_);
Item item = this.getDropItem();

//Less rotten flesh than vanilla
Expand Down

0 comments on commit 8f78a6f

Please sign in to comment.