From c52f299e724bf893944553ac3aeedf7bf0a58241 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 2 Jan 2022 11:56:36 +0000 Subject: Handlers: update item and block handlers (#5371) + Resend blocks when server rejects placement because in a block * Fix chest handler not invoked, fixes #5367 * Fix comparator handler not invoked * Update some naming --- src/Blocks/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Blocks/CMakeLists.txt') diff --git a/src/Blocks/CMakeLists.txt b/src/Blocks/CMakeLists.txt index f69350c30..a7dd7b675 100644 --- a/src/Blocks/CMakeLists.txt +++ b/src/Blocks/CMakeLists.txt @@ -34,7 +34,7 @@ target_sources( BlockDoor.h BlockDropSpenser.h BlockEnchantingTable.h - BlockEnderchest.h + BlockEnderChest.h BlockEndPortalFrame.h BlockEntity.h BlockFarmland.h @@ -80,7 +80,7 @@ target_sources( BlockPumpkin.h BlockQuartz.h BlockRail.h - BlockRedstone.h + BlockRedstoneWire.h BlockRedstoneLamp.h BlockRedstoneOre.h BlockRedstoneRepeater.h @@ -96,14 +96,14 @@ target_sources( BlockStairs.h BlockStems.h BlockStone.h - BlockSugarcane.h + BlockSugarCane.h BlockTNT.h BlockTallGrass.h BlockTorch.h BlockTrapdoor.h BlockTripwire.h BlockTripwireHook.h - BlockVine.h + BlockVines.h BlockWallSign.h BlockWorkbench.h BroadcastInterface.h -- cgit v1.2.3