summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemGoldenApple.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-05Item durability loss now depends on the item used. (#4123)Alexander Harkness1-4/+1
Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119
2017-07-30Consolidated food effects into EatItem, added all fish type FoodInfos. (#3875)Lane Kolbly1-11/+6
* Consolidated food effects into EatItem, added all fish types. * Changed type of NumFishInfos to satisfy clang. * Removed unused call for a_Item in EatItem
2016-02-05Bulk clearing of whitespaceLogicParrot1-1/+1
2014-08-30Fixed potion removing in creative mode.Howaner1-0/+1
2014-08-19Code formatting fixes.Howaner1-1/+1
2014-07-31Fixed hunger bugs, Implemented golden apple, added jump statistic, added correct food effects.Howaner1-0/+58