-
Bug
-
Resolution: Fixed
-
Minecraft 15w34d, Minecraft 16w03a, Minecraft 16w06a
-
Unconfirmed
In 16w03a only EnderCrystals seem to be affected (MC-111339)
/setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {SpawnData:{id:"EnderCrystal"},Delay:32767s}
mob_spawner with a high delay tag cause the Entity inside to "stutter".
Example command
/setblock ~ ~1 ~ mob_spawner 0 replace {SpawnData:{id:Sheep,Color:1},Delay:32767,MinSpawnDelay:32767,MaxSpawnDelay:32767,SpawnCount:1,SpawnRange:1}
This seems not to effect all Entities inside the spawner, FallingSand or ArmorStands for example seem to be uneffected.