V0.2.0: Implemented storing food in Horn of Plenty (needs testing)
This commit is contained in:
@@ -40,6 +40,8 @@ public class Food extends Item {
|
||||
|
||||
public float energy = Hunger.HUNGRY;
|
||||
public String message = "That food tasted delicious!";
|
||||
|
||||
public int hornValue = 15;
|
||||
|
||||
{
|
||||
stackable = true;
|
||||
|
||||
Reference in New Issue
Block a user