summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockRedstoneLamp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify block entity pickup conversionTiger Wang2020-09-251-1/+1
| | | | | - Removed normal BlockHandler knowledge of block entities during conversion + Added cBlockEntity::ConvertToPickups that handles it
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-8/+4
| | | | | | | | | | | | | * BlockHandler initialisation is a constant expression If we can't make it all namespaces, this is the next best I guess. + Tag handlers constexpr, const as needed + Inherit constructors * Privatise handler functions * More constexpr Co-authored-by: Alexander Harkness <me@bearbin.net>
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-5/+14
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* Improved mapsTiger Wang2015-07-141-0/+6
|
* Fixed some new 1.7 client crash bugsTiger Wang2013-12-071-0/+27
Some technical blocks were removed; trying to render them as items caused a crash.