summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemFood.h
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-09-12 19:34:19 +0200
committerHowaner <franzi.moos@googlemail.com>2014-09-12 19:34:19 +0200
commit96e03fc3ea9dd0a009f8e1f10fa364b2868c5d94 (patch)
treea7ec870126b1b38ba327e8224a5955b46edd9e72 /src/Items/ItemFood.h
parentMerge branch 'master' into Effects (diff)
downloadcuberite-96e03fc3ea9dd0a009f8e1f10fa364b2868c5d94.tar
cuberite-96e03fc3ea9dd0a009f8e1f10fa364b2868c5d94.tar.gz
cuberite-96e03fc3ea9dd0a009f8e1f10fa364b2868c5d94.tar.bz2
cuberite-96e03fc3ea9dd0a009f8e1f10fa364b2868c5d94.tar.lz
cuberite-96e03fc3ea9dd0a009f8e1f10fa364b2868c5d94.tar.xz
cuberite-96e03fc3ea9dd0a009f8e1f10fa364b2868c5d94.tar.zst
cuberite-96e03fc3ea9dd0a009f8e1f10fa364b2868c5d94.zip
Diffstat (limited to 'src/Items/ItemFood.h')
-rw-r--r--src/Items/ItemFood.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemFood.h b/src/Items/ItemFood.h
index 9035344df..1af6e21e8 100644
--- a/src/Items/ItemFood.h
+++ b/src/Items/ItemFood.h
@@ -1,3 +1,4 @@
+
#pragma once
#include "ItemHandler.h"
@@ -39,7 +40,6 @@ public:
// Golden apple handled in ItemGoldenApple
case E_ITEM_GOLDEN_CARROT: return FoodInfo(6, 14.4);
case E_ITEM_MELON_SLICE: return FoodInfo(2, 1.2);
- case E_ITEM_MUSHROOM_SOUP: return FoodInfo(6, 7.2);
case E_ITEM_POISONOUS_POTATO: return FoodInfo(2, 1.2);
// Potatoes handled in ItemSeeds
case E_ITEM_PUMPKIN_PIE: return FoodInfo(8, 4.8);