Hidden Switch any-side broken
kikelkik opened this issue ยท 4 comments
Versions
CraftBook version: CraftBook version 3.10.2-SNAPSHOT;4610-fe198aa
Bukkit version: git-Paper-318 (MC: 1.15.2)
Describe the bug
HiddenSwitch [X] can not be triggered by side blocks since 1.15.
To Reproduce
- CraftBook/mechanisms.yml : HiddenSwitch.any-side: true
- Create a Hidden Switch with [x] sign and lever.
- Test correct behaviour by clicking the block where the sign is attached to.
- Click on a block attached to a side of the [x] sign. => The lever will not trigger.
That's incorrect behaviour - Due to a Spigot bug I had to temporarily remove the check that prevented that from working, but the bug was later fixed so the check was able to be re-added.