Advanced Peripherals

Advanced Peripherals

29M Downloads

Weak Automata Turtle `useOnBlock` returns false and PASS on lever

Largofin opened this issue ยท 0 comments

commented

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

  1. Take a Weak Automata Turtle and place a lever in front of it
  2. Open the lua shell
  3. 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