mojira.dev

Wojciech Drzymała

Assigned

No issues.

Reported

MC-50649 Items disappear, when taken from a chest made by command Invalid MC-50537 "/particle" command doesn't support "~" recalls. Invalid MC-50508 NBT keys of chests do not work properly Duplicate MC-50500 Particles' "count" argument makes it doesn't work Invalid MC-49424 You can not rotate chest, when creating it Duplicate

Comments

/setblock ~ ~1 ~ minecraft:mob_spawner 0 destroy {EntityId:Slime,SpawnRange:5b}

Actually works fine, when added SpawnRange.

Oh God, I'm so dumb. Thanks.

A'right, it works fine now. But where from should I have know that I must use this 0: before brackets? It's not written on minecraft wiki.

Jesus, what I did wrong was putting coordinates of the place, where I wanted to particle be, in [xd], [yd] and [zd] arguments. My mistake, sorry guys.

Still doesn't work, when used these:

setblock ~2 ~ ~ chest 5 replace {Items:[{Slot:0b,id:1b}]}
testforblock ~1 ~ ~ chest 5 {Items:[{Slot:0b,id:1b}]}

Positions' recalls are all right, the error says:

The block at -643,4,-559 did not have the required NBT keys.

The problem shows still in 14w10c.
Used command:

setblock 11 45 87 chest 2 replace {Items:[{Slot:0b,id:torch}]}

And its' facing is 3 instead of 2. (It's 3 everytime).

What is incorrect? You can instruct me.