From b5410c718ece106a3b25fab4a5c37815715df275 Mon Sep 17 00:00:00 2001 From: 12xx12 <44411062+12xx12@users.noreply.github.com> Date: Thu, 24 Sep 2020 14:53:49 +0200 Subject: Fix ice behaviour in world (#4927) + Added proper ice melting under light influence Co-authored-by: Tiger Wang --- src/Blocks/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Blocks/CMakeLists.txt') diff --git a/src/Blocks/CMakeLists.txt b/src/Blocks/CMakeLists.txt index a3d1e5cb2..167e11da0 100644 --- a/src/Blocks/CMakeLists.txt +++ b/src/Blocks/CMakeLists.txt @@ -61,6 +61,7 @@ target_sources( BlockNetherWart.h BlockObserver.h BlockOre.h + BlockPackedIce.h BlockPiston.h BlockPlanks.h BlockPlant.h -- cgit v1.2.3