FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

ItemArray.insert(Item) clears enchantments and NBT data #117

Closed nosefish closed 11 years ago

nosefish commented 11 years ago

When I used the insert(Item) method of a Chest instance to store an enchanted sword and a book containing text, the sword was stored without the enchantment and the book was blanked.