-
Bug
-
Resolution: Duplicate
-
None
-
1.17.1
-
None
-
Windows 10
-
Unconfirmed
-
(Unassigned)
Armor Stand Count all if Rotation is 0
1- Place Armor Stands in all 4 directions
2- do /execute if entity @e[type=minecraft:armor_stand,nbt={Rotation:[0.0f,0.0f]}]
3- say Test passed, Count: 4
4- do /execute if entity @e[type=minecraft:armor_stand,nbt={Rotation:[90.0f,0.0f]}]
5- say Test passed, Count: 1
- duplicates
-
MC-73887 NBT list comparison tests if item in list, but ignores position
- Open