I used a command to summon a falling sand entity riding a pig. However, when lifetime of falling sand runs out, it will crash instead of dropping off as a resourse if I use block id 144.
Steps to reproduce:
Enter command
Wait about 2 minutes
Command in question:
/summon FallingSand ~ ~2 ~ {TileID:144,Time:590,Riding:{id:Pig}}
Command which does not produces a bug (to look on intended behavior):
/summon FallingSand ~ ~2 ~ {TileID:1,Time:590,Riding:{id:Pig}}
Attachments
Comments 6
The placed skull block. (http://minecraftwiki.net/wiki/Data_values)
So it is intended to crash minecraft when forbidden item present instead of gracefully handle it?
Main point of isuue is crash, not the item not-dropping.
I believe it relates to the MC-30940.
Intended. Technical blocks have no item form any more.