From c11ca96c3de23c35788a9c9c109fbe38e3caeb3a Mon Sep 17 00:00:00 2001 From: KingCol13 <48412633+KingCol13@users.noreply.github.com> Date: Sat, 24 Oct 2020 20:48:48 +0300 Subject: TNT Changes (#4970) + Make TNT drop pickups, change a few comments. + Give each ray random intensity, instead of each explosion. * Use direction instead of destination, rewrite for pairs of edges. --- src/BlockInfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/BlockInfo.h') diff --git a/src/BlockInfo.h b/src/BlockInfo.h index 7a25e6760..d40ea21ac 100644 --- a/src/BlockInfo.h +++ b/src/BlockInfo.h @@ -86,6 +86,8 @@ bool IsBlockTypeOfDirt(BLOCKTYPE a_BlockType); bool IsBlockFence(BLOCKTYPE a_BlockType); +bool IsBlockShulkerBox(BLOCKTYPE a_BlockType); + bool IsBlockMaterialWood(BLOCKTYPE a_BlockType); bool IsBlockMaterialPlants(BLOCKTYPE a_BlockType); -- cgit v1.2.3