summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockCommandBlock.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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