mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 18:55:03 -04:00
Fixed for MC 1.8.
This commit is contained in:
parent
d503fc7ac4
commit
765f1dc71e
@ -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")
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user