1.16.5 - robot.swing() doesn't work
bobozee opened this issue ยท 0 comments
Problem: Calling robot.swing() will always return false, no matter energy level, equipped tool, selected item or block in front of the robot.
Steps to reproduce:
- Create a fresh installation of minecraft 1.16.5 with forge 36.2.24 and run it with java 8
- Place a robot, place a block in front of it and give it an appropriate tool, run lua and then robot.swing().
- The robot returns false no matter what.
No matter if called through the lua interpreter or through a standalone program, robot.swing() never works.