On Minecraft Java version 1.16.4, placing a command block and running the command "/execute if entity @e[type=item]" (tried other selectors like @e[type=armor_stand] and found same result) returns 10, but the block data of the command block reads "SuccessCount:1" and a comparator outputs only 1 redstone strength.
- duplicates
-
MC-131773 Comparators from command blocks no longer output results properly
- Resolved