Weak Automata Turtle `useOnBlock` returns false and PASS on lever
Largofin opened this issue ยท 0 comments
Describe
The Weak Automata Turtle does not run the useOnBlock
function properly. The return value always is false
and PASS
. This happens on every block.
I do play "Feed the Beast presents AbePack" version 1.6.0. This occurrs on singleplayer and multiplayer.
FTP runs Forge 43.4.0 and AP 0.7.36r (can't choose below).
Steps to reproduce
- Take a Weak Automata Turtle and place a lever in front of it
- Open the lua shell
- Use the following commands to let the turle run the function / command
lua> p = peripheral.wrap("right") -- check the right position
lua> p.useOnBlock()
-- returns false and PASS
-- lever flips
Multiplayer?
Yes
Version
1.19.2-0.7.35r (Latest 1.19.2)
Minecraft, Forge and maybe other related mods versions
Forge 43.4.0
Screenshots or Videos
No response
Crashlog/log
No response