summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemGoldenApple.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-16Using Super.Mattes D1-4/+5
2020-04-04Remove switch statements from cItemFoodHandler (#4610)Alexander Harkness1-10/+7
* Remove switch statements from cItemFoodHandler * Alpha-sort and add comment * Relocate golden apple handler
2018-01-06Golden Apple Fixes (#4130)Alexander Harkness1-10/+8
* Do not remove food item until player has been fed * Golden apples now ignore hunger when eating * Removed EnchantedGoldenApple recipe, as it was removed in 1.9 Reference: https://minecraft.gamepedia.com/1.9#Items_2 * Adjust golden apple effects, as they were changed in 1.9 Reference: https://minecraft.gamepedia.com/1.9#Items_2
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