Mojira Archive
MC-65324

Can't use certain tags with show_item in a book(found a fix)

/give @a minecraft:written_book 1 0 {author:"",title:"",pages:["{text:\"Hover.\",hoverEvent:{action:show_item,value:\"{id:minecraft:iron_pickaxe,tag:{ench:[{id:16,lvl:1}],display:{Lore:[\"Hello there.\"]}}}\"}}"]}

entering display under show_item doesn't work when giving oneself a book..

if one removes the quotations surrounding lore text... it will work

/give @a minecraft:written_book 1 0 {author:"",title:"",pages:["{text:\"Hover.\",hoverEvent:{action:show_item,value:\"{id:minecraft:iron_pickaxe,tag:{ench:[{id:16,lvl:1}],display:{Lore:[\Hello there.\]}}}\"}}"]}

However it does work with tellraw

/tellraw @a {text:"Hover.",hoverEvent:{action:show_item,value:"{id:minecraft:iron_pickaxe,tag:{ench:[{id:16,lvl:1}],display:{Lore:[\"Hello there.\"]}}}"}}

Invalid

Cyborg_Alien

2014-08-04, 05:02 PM

2014-08-04, 11:16 PM

2014-08-04, 11:16 PM

0

2

Unconfirmed

Minecraft 14w31a

-