Use Chest block state for trapped chests. Fixes BUKKIT-3762
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user