commandblock with
/testfor @p[x=-3,y=237,z=-2,r=65536]
causes the redstone circuit it is attatched to (conaining a hopper-clock) to stop updating :yellow_star:. when the connection to the commandblock is destroyed, after some ticks the circuit (and the clock) start working propperly again. The fps are not dropping.
:yellow_star: sometimes it does update spontanously
Linked issues
Comments 4
You should be using
r=0{no format}
Using
r=65536
is causing a lot of processing to happen on the server side
Is this still a concern in the current Minecraft version? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases. If this has been done, we can reopen the issue.
Keep in mind that the "Resolved"-Status on this ticket just means "Answered", and that we are waiting for further information on whether this issue still exists or not. We will reopen it as soon as the requested information has been delivered.
Probably duplicates MC-54932
I could reproduce it. Also its effect changes as "r" changes. Also only /testfor @a[r=65536] is enough