summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockCommandBlock.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-16Using Super.Mattes D1-2/+2
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-4/+16
2015-07-14Improved mapsTiger Wang1-0/+6
2014-09-09Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy981-5/+0
2014-01-19Improved command blocksTiger Wang1-0/+32
* Their command and previous output are displayed on the client * They have a BlockHandler implementation, so you can't place blocks on them anymore + As a side effect, implemented UpdateBlockEntity