summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockInfested.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-07Avoid spawn of silverfish when exploded by tnt (#5420)Debucquoy Anthony tonitch1-1/+1
2022-01-14Fixed Compiler Warningsx12xx12x1-1/+1
2021-03-28Do not fake a tool when converting to pickups (#5170)Tiger Wang1-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.
2020-12-21Comment and code style fixTiger Wang1-19/+20
+ Add static keyword - Don't capture everything in lambda
2020-10-11Adding Silverfish Spawning Blocks (#4946)12xx121-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>