Skip to content

Commit

Permalink
Fixes #181
Browse files Browse the repository at this point in the history
  • Loading branch information
Qowyn committed Sep 13, 2014
1 parent ed2996e commit e256632
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/mods/natura/entity/HeatscarSpider.java
Expand Up @@ -169,7 +169,8 @@ protected Item getDropItem ()
return NContent.plantItem;
}

public EntityItem dropItemWithOffset (Item par1, int par2, float par3)
@Override
public EntityItem func_145778_a (Item par1, int par2, float par3)
{
return this.entityDropItem(new ItemStack(par1, par2, 7), par3);
}
Expand Down

0 comments on commit e256632

Please sign in to comment.