Ambrosium is now only capable of healing half a heart.

This commit is contained in:
bconlon 2020-07-19 12:54:49 -07:00
parent 8bcad50572
commit 6d21d48f48

View file

@ -40,8 +40,7 @@ public class ItemAmbrosiumShard extends Item {
--heldItem.stackSize;
}
playerIn.heal(2F);
playerIn.getFoodStats().addStats(1, 0.5F);
playerIn.heal(1F);
return heldItem;
}