Skip to content

Commit

Permalink
Soups will no longer stack, Closes #206
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbegt committed Dec 31, 2017
1 parent 4ad19f8 commit 6df5ee9
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -17,6 +17,7 @@ public ItemNaturaEdibleSoup()
{
super();
this.bowlsList = new TIntObjectHashMap<>();
this.setMaxStackSize(1);
}

public ItemStack addFood(int meta, int food, float saturation, int duration, String name, ItemStack bowl, PotionEffect... effects)
Expand Down

0 comments on commit 6df5ee9

Please sign in to comment.