I have my settings set to give 100% returns on recycled items. but I'm only getting 1 of each item/liquid regardless of what the number is supposed to be
Okay.. that's unusual. I'm actually not getting this issue with my minimal testing. Must be some weird interaction between mods? Or it only affects certain types of recipes? I'd need to know what kind of big mods you might be running (bobs, angels, etc)
Again, no idea why or how, but now I know. Fortunately, it's not a necessary mod so it's disabled for now. Still strange that they didn't conflict before...
Ver. 8.1.3, func.lua, line 616, "return possibleGrid" seems to be bad.
Disable "Recyclable power armor/vehicle" or
Ver. 8.1.3 Remove line 616 of func.lua and it should work as expected.
(You can also make it a comment by writing "--" at the beginning of the return possibleGrid statement)
I don't use that mod, but tons and TONS of other mods, and some big ones like AAI industries, Space Exploration and Krastorio 2 being some of the biggest ones. and it's all items I put in, regardless of the mods. That day this was the only mod I'd updated
I was able to recreate the issue, and it seems that a certain variable (the one that checks if a recipe has items with equipment grids) was not being properly overwritten for some reason. Not sure why, but isolating that variable to be local only appears to have fixed the issue, without affecting its functionality.