summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemGoldenApple.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Golden Apple Fixes (#4130)Alexander Harkness2018-01-061-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
* Item durability loss now depends on the item used. (#4123)Alexander Harkness2018-01-051-4/+1
| | | | | | | Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119
* Consolidated food effects into EatItem, added all fish type FoodInfos. (#3875)Lane Kolbly2017-07-301-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
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* Fixed potion removing in creative mode.Howaner2014-08-301-0/+1
|
* Code formatting fixes.Howaner2014-08-191-1/+1
|
* Fixed hunger bugs, Implemented golden apple, added jump statistic, added correct food effects.Howaner2014-07-311-0/+58