mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
SPIGOT-5315: Cannot serialize armor stand ItemMeta
By: md_5 <git@md-5.net>
This commit is contained in:
parent
7f5d81e0b0
commit
69d28a880a
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ class CraftMetaItem implements ItemMeta, Damageable, Repairable, BlockDataMeta {
|
|||
|
||||
static {
|
||||
classMap = ImmutableMap.<Class<? extends CraftMetaItem>, String>builder()
|
||||
.put(CraftMetaArmorStand.class, "ARMOR_STAND")
|
||||
.put(CraftMetaBanner.class, "BANNER")
|
||||
.put(CraftMetaBlockState.class, "TILE_ENTITY")
|
||||
.put(CraftMetaBook.class, "BOOK")
|
||||
|
|
Loading…
Add table
Reference in a new issue