mojira.dev
MC-33465

spawner spawns stone, if there is no data for the item id

a spawner with the nbt data as seen in the first picture spawns the item stone, where there is no data of stone. a spawner with the data of the second picture spawns also stone, but it clearly has the data for spawning stone, so it does what it should. the fact that the spawner with not enough data spawns also stone is a bug

Attachments

Comments 3

Please recreate that with a spawner created by setblock

setblock ~ ~ ~5 52 0 destroy {EntityId:"Item"}
this does create a spawner wich has a block of stone spinning in it, but it wont spawn any stone, i dont know why, but as i looked at the data for that spawner, it has even less data in it...
as for the oicture, it does not have the spawnpotentials and not the spawndata tag. but the problem i described above all this, still occurs in 13w39b

Stone is the first block (id 1), so it is a feature that Minecraft doesn't just crash when it tries to render an incomplete entity. Minecraft also can't spawn the entity because it is missing data tags.

josh la

(Unassigned)

Unconfirmed

spawner

Minecraft 1.6.2

Retrieved