@@ -75,7 +75,8 @@ class MCWorld:
continue
if distance and utils.phyp(center, block) > distance:
result.append(block)
if block not in result:
result.sort(key=lambda x: utils.phyp(center, x))
return result
The note is not visible to the blocked user.