mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Made Jam always edible
This commit is contained in:
parent
28589faaeb
commit
f942c1d377
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ public class ItemJams extends ItemFoodBase{
|
|||
super(0, 0.0F, false, name);
|
||||
this.setHasSubtypes(true);
|
||||
this.setMaxDamage(0);
|
||||
this.setAlwaysEdible();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue