From db118af6ae6f55579aef2387e6fae9fe4b068260 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Thu, 9 Apr 2020 22:59:56 +0100 Subject: Remove silly empty cBlockGlazedTerracotta class --- src/Blocks/BlockHandler.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/Blocks/BlockHandler.cpp') diff --git a/src/Blocks/BlockHandler.cpp b/src/Blocks/BlockHandler.cpp index 0a6462348..f82118ec2 100644 --- a/src/Blocks/BlockHandler.cpp +++ b/src/Blocks/BlockHandler.cpp @@ -40,7 +40,6 @@ #include "BlockFluid.h" #include "BlockFurnace.h" #include "BlockGlass.h" -#include "BlockGlazedTerracotta.h" #include "BlockGlowstone.h" #include "BlockGrass.h" #include "BlockGravel.h" @@ -98,6 +97,12 @@ +using cBlockGlazedTerracottaHandler = cClearMetaOnDrop>; + + + + + /* // Tests the meta rotation and mirroring. // Note that the cMetaRotator needs to have its assert paths disabled for this test to work! -- cgit v1.2.3