/setblock ~1 ~ ~ minecraft:mob_spawner 0 destroy {EntityId:"FallingSand", SpawnCount:1, Delay:10,SpawnRange:0, MaxNearbyEntities:1, MinSpawnDelay:3, MaxSpawnDelay:10, RequiredPlayerRange:5,SpawnPotentials:[{Type:FallingSand,Weight:950,Properties:{Time:200,DropItem:0,Pos:[-218.5,4.0,1082.5]}}]}
This commands works in 1.7.10, and not works in 1.8+.
This bugs makes that impossible to create fast/compact mining spawner.
This world(New World, 1.8+) will be proof.
Attachments
Comments 7
I'm not sure what you mean by 'don't work' but it definitely is showing some strange behavior. It could be desync problem...
@McDic
Sand block is placed at right spot(Use /testforblock to confirm), but for client it appears as air. (All commands are handled at server-side.)
@Yoo Tae Jong
Really? Is this just problem about communication between server and client?
Then should I edit this issue to server and client bugs?
Actually, this is dupe of MC-72248.
This doesn't seem to do anything in 1.7.10 either.