Game crashes with out of memory error at loading of saved game, don't know if you can do much about that...
After I added ' or i:sub(1,3) == "rf-" or i:sub(1,9) == "compress-" or i:sub(1,11) == "uncompress-" or string.match(i,"-omniperm-") or string.match(i,"-compression")' to the getRecipes function it loads but I get a load of infinite loop errors, mainly consisting of -omniperm- recipes and some -compression ones. How can I make it not include those in the rebuild_tick function?
Right now it's running at ~5 UPS, 10000/20000 items. Sure is taking a while.