-
Bug
-
Resolution: Duplicate
-
None
-
1.16.1
-
None
-
Confirmed
-
Commands
- Use the following command to summon a right-handed husk holding a shield in his OffHand.
/summon minecraft:husk ~ ~ ~ {HandItems:[{},{id:"minecraft:shield",Count:1b}],LeftHanded:0b}
- Use the following command to kill right-handed husks holding a shield in his MAINHAND.
/execute as @e[nbt={LeftHanded:0b,HandItems:[{id:"minecraft:shield",Count:1b},{}]}] run kill @s
- The second command mustn't work,but it works to kill the husk.
- duplicates
-
MC-73887 NBT list comparison tests if item in list, but ignores position
- Open