Tripwire hook not registering properly on BlockRedstoneEvents #9714
Labels
status: accepted
Disputed bug is accepted as valid or Feature accepted as desired to be added.
type: bug
Something doesn't work as it was intended to.
Expected behavior
Whenever an entity goes onto a wire connecting two tripwire hooks, there should fire two induvidual BlockRedstoneEvents for the two related tripwire hooks.
For example, when an entity goes onto a tripwire with one end having a tripwire hook facing east, and the other end a tripwire hook facing west, then there should trigger a BlockRedstoneEvent once for both of the tripwire hooks.
Observed/Actual behavior
Only east facing and north facing tripwire hooks show up in BlockRedstoneEvent. The Event also triggers at least 2 times to the maximum tested value of 3 times (depending on the length of the wire) for the same tripwire hook.
Steps/models to reproduce
Make a plugin with the following listener
Then make a tripwire contraption (Place tripwire hooks, and strings connecting the two hooks, the connection has to be a straight line)
After that, go into the tripwire and see the logged messages
Plugin and Datapack List
Only a testplugin with the above mentioned listener
Paper version
This server is running Paper version git-Paper-176 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 517f8fb)
You are running the latest version
Other
No response
The text was updated successfully, but these errors were encountered: