Fixed for MC 1.8.

This commit is contained in:
Florian Nücke 2015-04-01 00:27:30 +02:00
parent d503fc7ac4
commit 765f1dc71e

View File

@ -32,7 +32,7 @@ object ConverterItemStack extends api.driver.Converter {
stack.getTagCompound.getCompoundTag("display").hasKey("Lore", NBT.TAG_LIST)) {
output += "lore" -> stack.getTagCompound.
getCompoundTag("display").
getTagList("Lore", NBT.TAG_STRING).map((tag: NBTTagString) => tag.func_150285_a_()).
getTagList("Lore", NBT.TAG_STRING).map((tag: NBTTagString) => tag.getString()).
mkString("\n")
}