mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
Use Chest block state for trapped chests. Fixes BUKKIT-3762
This commit is contained in:
@@ -242,6 +242,7 @@ public class CraftBlock implements Block {
|
||||
case WALL_SIGN:
|
||||
return new CraftSign(this);
|
||||
case CHEST:
|
||||
case TRAPPED_CHEST:
|
||||
return new CraftChest(this);
|
||||
case BURNING_FURNACE:
|
||||
case FURNACE:
|
||||
|
Reference in New Issue
Block a user