mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
SPIGOT-7846: Fix ItemMeta for hanging signs
This commit is contained in:
parent
76f59e3155
commit
20d107e467
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ public final class CraftItemMetas {
|
|||
if (itemType == ItemType.FURNACE || itemType == ItemType.CHEST
|
||||
|| itemType == ItemType.TRAPPED_CHEST || itemType == ItemType.JUKEBOX
|
||||
|| itemType == ItemType.DISPENSER || itemType == ItemType.DROPPER
|
||||
|| (itemType.hasBlockType() && Tag.SIGNS.isTagged(itemType.getBlockType().asMaterial())) || itemType == ItemType.SPAWNER
|
||||
|| (itemType.hasBlockType() && Tag.ALL_SIGNS.isTagged(itemType.getBlockType().asMaterial())) || itemType == ItemType.SPAWNER
|
||||
|| itemType == ItemType.BREWING_STAND || itemType == ItemType.ENCHANTING_TABLE
|
||||
|| itemType == ItemType.COMMAND_BLOCK || itemType == ItemType.REPEATING_COMMAND_BLOCK
|
||||
|| itemType == ItemType.CHAIN_COMMAND_BLOCK || itemType == ItemType.BEACON
|
||||
|
|
Loading…
Add table
Reference in a new issue