summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockConcretePowder.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* OnBroken/OnPlaced are for entity actionsTiger Wang2020-08-041-48/+19
| | | | | | * Call OnPlaced/OnBroken in PlaceBlock/DigBlock - Remove unused Placing/Breaking handlers * Have the blockhandler's Check handle neighbour updating, instead of QueueTickBlockNeighbors
* Using Super.Mattes D2020-04-161-3/+3
|
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-7/+14
|
* Concrete mixing (#4096)Zach DeCook2018-01-031-0/+106
Adds a block handler for concrete powder and implements hardening to concrete. Concrete powder turns into concrete when: * It is next to water when it receives a block update * It falls onto a water block (even with Physics SandInstantFall=1)