|
https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/browse/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaBlockState.java#240
This code is from 2016 and was probably missing some update to use TileEntity ids with the `minecraft:` namespace prefix.
The bug can for example be triggered by a plugin calling `getBlockState` on the ItemMeta of a shulker box item with stored block state.
One effect of this bug is for example that two ItemStack, for example one with the usual `minecraft:shulker_box` and the other with the modified `shulker_box` id, are not considered equal.
|