-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.13-pre3
-
None
-
Windows 8.1 64-bit, 64-based processor
Java Version 8 Update 151 (build 1.8.0_151-b12)
-
Unconfirmed
I have a repeating conditionless command block that doesn't need redstone set to detect when a player is in range of ..3 ----> execute if entity @p[distance..3]
It always outputs to a redstone comparator regardless if i'm in range or out of range. This changed however, if I add a run command after it. IE: ----> execute if entity @p[distance=..3] run say hi. That command runs just fine.
Am I crazy? I'm pretty sure the first command worked in the previous pre-release.
- duplicates
-
MC-131773 Comparators from command blocks no longer output results properly
- Resolved