Use Chest block state for trapped chests. Fixes BUKKIT-3762

This commit is contained in:
Travis Watkins 2013-03-16 09:46:32 -05:00
parent 5903b9f5ca
commit 9a38f2022a

View File

@ -242,6 +242,7 @@ public class CraftBlock implements Block {
case WALL_SIGN: case WALL_SIGN:
return new CraftSign(this); return new CraftSign(this);
case CHEST: case CHEST:
case TRAPPED_CHEST:
return new CraftChest(this); return new CraftChest(this);
case BURNING_FURNACE: case BURNING_FURNACE:
case FURNACE: case FURNACE: