summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockInfested.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid spawn of silverfish when exploded by tnt (#5420)Debucquoy Anthony tonitch2022-05-071-1/+1
|
* Fixed Compiler Warningsx12xx12x2022-01-141-1/+1
|
* 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.
* Comment and code style fixTiger Wang2020-12-211-19/+20
| | | | | + Add static keyword - Don't capture everything in lambda
* Adding Silverfish Spawning Blocks (#4946)12xx122020-10-111-0/+88
* added breaking, spawning, animation * checkstyle * added undocumented API symbols * added changes suggested by @peterbell10 * added natural ore like generation * fixed spawning two silverfishes * fixed clang * fixed clang try 2 * updated comment unified offset * final clang fix * added spawning for more silverfishes if one was damaged * fixed spawning on one hit kill * fixed spawning on one hit kill fixed spawning by potion damage * fixed clang * fixed broken build * fixed broken build * I should read the error message properly fixed build now? * added small changes suggested by @peterbell10 Co-authored-by: 12xx12 <12xx12100@gmail.com>