From 36dea62662c6b1f6e72f7a1e1fb16a34157fffe4 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Wed, 22 Mar 2017 11:04:32 +0100 Subject: Replace double grass and large fern with placed block --- src/Blocks/BlockDeadBush.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Blocks/BlockDeadBush.h') diff --git a/src/Blocks/BlockDeadBush.h b/src/Blocks/BlockDeadBush.h index 9afa2d323..0e81d6c2f 100644 --- a/src/Blocks/BlockDeadBush.h +++ b/src/Blocks/BlockDeadBush.h @@ -17,6 +17,11 @@ public: { } + virtual bool DoesIgnoreBuildCollision(void) override + { + return true; + } + virtual bool CanBeAt(cChunkInterface & a_ChunkInterface, int a_RelX, int a_RelY, int a_RelZ, const cChunk & a_Chunk) override { if (a_RelY <= 0) -- cgit v1.2.3