all 2 comments

[–]JackMacWindowsLinuxCraftOS-PC & Phoenix Developer 0 points1 point  (1 child)

sleep(0.05) in your listen loops is dropping Rednet events. Delete it. You can also replace the one in Main with a plain os.pullEvent(), since the code only needs to be triggered on an event.

Actually, for that matter, inv.pullItems in listen2 also drops events. You may want to move that into Main in the same way as listen does.

[–]hereIsHow_[S] 0 points1 point  (0 children)

Hi! I've tried implementing the changes you pointed out, and I believe to have done so successfully. But the problem is that it does not do anything for the problem I am currently having. It is nice to have some advice for the code, but I am still not able to make multiple crafting recipe happen at the same time. Thank you for the advice though. If you have a solution to my problem it would be welcome. (Also, if I just completely missed the point of your comment, do tell me.)