/blockdata in chests creates ghost items
if you use setdata on a chest to put items in it, the items cant be shift-clicked out. and if you put them in the hotbar and right click they dissaparear
try
/blockdata ~ ~1 ~ {Items:[
]}
on a commandblock that has a chest above, put the resulting sword in your hotbar, and right click
Environment
superflat world
Linked Issues
Created Issue:
/blockdata in chests creates ghost items
if you use setdata on a chest to put items in it, the items cant be shift-clicked out. and if you put them in the hotbar and right click they dissaparear
try /blockdata ~ ~1 ~ {Items:[
{id:276,Slot:13}]} on a commandblock that has a chest above, put the resulting sword in your hotbar, and right click
Environment
superflat world
if you use setdata on a chest to put items in it, the items cant be shift-clicked out. and if you put them in the hotbar and right click they dissaparear
try /blockdata ~ ~1 ~ {Items:[
{id:276,Slot:13}]} on a commandblock that has a chest above, put the resulting sword in your hotbar, and right click
if you use setdata on a chest to put items in it, the items cant be shift-clicked out. and if you put them in the hotbar and right click they dissaparear
try
{id:276,Slot:13}
/blockdata ~ ~1 ~ {Items:[]}
on a commandblock that has a chest above, put the resulting sword in your hotbar, and right click
is duplicated by
You left out the Count tag. See MC-44690
Seconded-i have the same bug w/feathers
You've left out count. It's the same when using setblock or summon FallingSand to create a chest. If you don't include count then the item is a zero-stack.
At least you remembered slot. That was what I did wrong my first time using fallingsand to make a supply drop. Ended up with each item overwriting the previous one, so I just got the last one on the list.
Thanks-verifying