summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemBigFlower.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-05Item durability loss now depends on the item used. (#4123)Alexander Harkness1-12/+0
Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119
2017-07-07BigFlower fixes (#3826)peterbell101-5/+18
* BigFlowers fixes * Correct upper part meta * Documented parameters to DoesIgnoreBuildCollision
2017-01-19Fixed placing of double tall flowers and an inconsistency with vanilla (#3541)Jacob1-2/+1
2015-06-21Refactored block placement workflow.Mattes D1-8/+7
Multi-blocks can now use the default OnPlayerPlaced() callback in cItemHandler.
2014-12-24Refactored all player block placing to go through hooks.Mattes D1-0/+56
Fixes #1618.