mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -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)) {
|
stack.getTagCompound.getCompoundTag("display").hasKey("Lore", NBT.TAG_LIST)) {
|
||||||
output += "lore" -> stack.getTagCompound.
|
output += "lore" -> stack.getTagCompound.
|
||||||
getCompoundTag("display").
|
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")
|
mkString("\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user