mojira.dev
MC-56048

Items created within a chest using setblock are buging - SOLVED

When I use setblock to reset a filled chest the items aren't normal. You can't pickup them with shift. Also you can't detect the item in the inventorry.

setblock ~ ~3 ~ chest 0 destroy {Items:[:{id:minecraft:tripwire_hook,Slot:24,tag:{display:{Name:"Schlüssel"},ench:[{id:33,lvl:1}]}}]}

Comments 2

Try this command.

/setblock ~ ~1 ~ minecraft:chest 0 replace {Items:[{id:minecraft:stone,Count:1,Slot:0}]}

The Count tag is mandatory here, otherwise Count = 0 is assumed.

kaido1

(Unassigned)

Unconfirmed

Minecraft 14w21b

Retrieved