summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemChest.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-02-15Updated sounds and effect IDs (#3422)mathiascode1-14/+0
2016-02-05Bulk clearing of whitespaceLogicParrot1-3/+3
2015-06-21Refactored block placement workflow.Mattes D1-26/+49
Multi-blocks can now use the default OnPlayerPlaced() callback in cItemHandler.
2015-05-09CheckBasicStyle: checks spaces around * and &.Mattes D1-1/+1
2014-12-24Refactored all player block placing to go through hooks.Mattes D1-0/+167
Fixes #1618.