mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
Use Chest block state for trapped chests. Fixes BUKKIT-3762
This commit is contained in:
parent
5903b9f5ca
commit
9a38f2022a
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue