[Issue] RS Bridge breaks autocrafting
iammael opened this issue ยท 1 comments
Describe
Calling method listCraftableItems() from the RS Bridge breaks autocrafting (see associated video).
Reproduce
Steps to reproduce the behavior:
- Call listCraftableItems()
- Ask for any autocraft from the RS system
Screenshots/Videos
bug.mp4
Code used:
rs = peripheral.find("rsBridge")
rs.listCraftableItems()
Versions:
- Forge version: 36.1.2
- AdvancedPeripherals version: 0.5.3b
Notes:
Not tested with ME Bridge.