Non-waxed signs with clickEvents don't run the event when right-clicked
The Bug:
When right-clicking a non-waxed sign with clickEvent data, the sign is edited, instead of the clickEvent running.
Steps to Reproduce:
- Place a command block and run the command provided below.
/setblock ~ ~1 ~ minecraft:oak_sign[rotation=8,waterlogged=false]{back_text:{color:"black",has_glowing_text:0b,messages:['{"text":""}','{"text":""}','{"text":""}','{"text":""}']},front_text:{color:"black",has_glowing_text:0b,messages:['{"clickEvent":{"action":"run_command","value":"say Hello"},"text":"TEST"}','{"text":""}','{"text":""}','{"text":""}']},is_waxed:0b}
- Right-click the sign.
Expected Behavior:
Instead of the sign being edited, the clickEvent should run.
2023-03-22, 09:26 PM
2023-04-01, 11:17 AM
2023-03-22, 11:18 PM
0
1
-