13
0
geforkt von Mirrors/Paper
Paper/src/main/java/org
Wesley Wolfe 516a02b8bb Fix stacking for items after setting empty meta. Fixes BUKKIT-5331
ItemStacks do not stack if one has null for a tag, while the other has an
empty tag. In CraftItemStack, if you set an item to an empty ItemMeta, it
will create an empty tag for the internal ItemStack.

This changes the setItemMeta function to check for empty meta, and then
use null for the tag instead of an empty NBTTagCompound.
2014-01-23 23:24:59 -06:00
..
apache/logging/log4j/core/appender Catch all exceptions in jansi initialization. Fixes BUKKIT-4936 2013-12-02 15:46:34 -06:00
bukkit/craftbukkit Fix stacking for items after setting empty meta. Fixes BUKKIT-5331 2014-01-23 23:24:59 -06:00