Relates to:
Also cause for MC-67884
When you set the MaxNearbyEntities
tag, the entity inside the spawner "stutters" when you are out of range.
Stuttering
/setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {EntityId:Zombie,MaxNearbyEntities:1,RequiredPlayerRange:2}
No stuttering
/setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {EntityId:Zombie,RequiredPlayerRange:2}
Comments
No comments.