summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockSponge.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Corrected wakeup sequencesTiger Wang2020-08-041-59/+20
| | | | | | | * Pistons/Ice no longer need to FastSetBlock first (#4600), and the former don't drop items when broken in creative - Begin migration away from stationary fluids * Tick the chunk after applying a client's changed * Broadcast pending blocks at the end of a tick
* Using Super.Mattes D2020-04-161-3/+3
|
* Removed extended ASCII, and added a check against it. (#4642)Mattes D2020-04-121-1/+1
|
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-5/+12
|
* * Sponge: Add water absorbtion (#4333)Zach DeCook2019-06-111-0/+157
Closes #1411