summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemBigFlower.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BigFlower fixes (#3826)peterbell102017-07-071-5/+18
| | | | | | | * BigFlowers fixes * Correct upper part meta * Documented parameters to DoesIgnoreBuildCollision
* Fixed placing of double tall flowers and an inconsistency with vanilla (#3541)Jacob2017-01-191-2/+1
|
* Refactored block placement workflow.Mattes D2015-06-211-8/+7
| | | | Multi-blocks can now use the default OnPlayerPlaced() callback in cItemHandler.
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-0/+56
Fixes #1618.