summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockDaylightSensor.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not fake a tool when converting to pickups (#5170)Tiger Wang2021-03-281-1/+1
| | | | | * When the cause of destruction was world-induced (CanBeAt check failed) there is no tool. Pass the nullptr directly to ConvertToPickups and let it handle it. * Fixes #4795 - Remove unused a_Digger parameter to ConvertToPickups.
* New pull request for daylight sensor (#5066)Aiden Neill2020-12-191-0/+54
* Fixes #4918 Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>