PushButton not working as expected
Summary
When using the CopperGolem mechanic, I found that the redstone mechanic does not work in certain directions of the button.
Steps to reproduce
video: https://streamable.com/43ah5r
boton: Cooldown: 3 TargetConditions:
- blocktype{type=stone_button} true Skills:
- state{s=mining2} @self
- delay 3
- setAI{ai=false} @self
- delay 20
- pushbutton{x=<target.l.x>;y=<target.l.y>;z=<target.l.z>} @self
- effect:sound{s=block.copper.hit;volume=1.0;pitch=0.5} @self
- effect:particles{p=reddust;color=#EF3214;amount=5;hS=2;vS=1;speed=.08;size=1} @self
- delay 3
- setAI{ai=true} @self