BUG in compatibility with More Red
sashafiesta opened this issue ยท 1 comments
Minecraft Version
1.21.1
Version
1.116.1
Details
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)
endMight be a problem on More Red side. It's mentioned here.