Made Jam always edible

This commit is contained in:
Ellpeck 2015-12-10 14:37:56 +01:00
parent 28589faaeb
commit f942c1d377

View file

@ -40,6 +40,7 @@ public class ItemJams extends ItemFoodBase{
super(0, 0.0F, false, name);
this.setHasSubtypes(true);
this.setMaxDamage(0);
this.setAlwaysEdible();
}
@Override