summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockCommandBlock.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-4/+16
|
* Improved mapsTiger Wang2015-07-141-0/+6
|
* Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy982014-09-091-5/+0
|
* Improved command blocksTiger Wang2014-01-191-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