-
Bug
-
Resolution: Cannot Reproduce
-
None
-
21w08b, 21w10a, 21w11a, 21w13a, 21w14a, 21w15a, 21w16a, 21w17a, 21w18a
-
None
-
Confirmed
-
Commands
-
Low
-
Platform
The bug
When you are looking at a sign with a clickevent that has the lit state set to true while holding a glow ink sac in the mainhand and the offhand at the same time or when you are looking at a sign with a clickevent that has the lit state set to false while holding a normal ink sac in the mainhand and the offhand at the same time and right click, the command of the clickevent doesn't run.
How to reproduce
- Run this command to get a sing with a click event:
/give @s oak_sign{BlockEntityTag:{Text1:'{"text":"Hello!","clickEvent":{"action":"run_command","value":"/summon minecraft:evoker_fangs"}}'}} 1
- Place the sign
- Put a glow ink sac in your offhand and hold a glow ink sac in your mainhand
- Right click
→ The evoker fangs get spawned - Right click again
→ The evoker fangs don't get spawned, because the sign is lit - Hold a normal ink sac in your off hand and hold a normal ink sac in your mainhand
- Right click again
→ Evoker fangs do get spawned - Right click again
→ Evoker fangs don't get spawned, because the sign is unlit
Expected result: When ever you right click the sign it spawned evoker fangs.