Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Duplicate
-
Affects Version/s: Minecraft 1.8.5
-
Fix Version/s: None
-
Labels:
-
Confirmation Status:Unconfirmed
Description
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}
Attachments
Issue Links
- duplicates
-
MC-3867 Mob inside mob spawner "stutters" if no player is in spawn range or spawner is outside worldborder
- Resolved