CC: Tweaked

CC: Tweaked

65M Downloads

BUG in compatibility with More Red

sashafiesta opened this issue ยท 1 comments

commented

Minecraft Version

1.21.1

Version

1.116.1

Details

Image

When polling bundled input connected like this, the data is not updated correctly.
The function returns its first value and does not change further.

Oddly enough, if lua is executed in the bg, switching to it fixes the problem for few seconds

while true do
    print(rs.getBundledInput('right'))
    os.sleep(1)
end
commented

Might be a problem on More Red side. It's mentioned here.