Closed KaylebJay closed 4 years ago
I can't find anything wrong w/ my bag filters; it might be that it was because I hadn't opened the bag before upgrading and using it.
That's horrible! Please try this in a local world and see if it crashes - perhaps we can create a fix from this.
Yeah, I plan on doing some further testing tomorrow (hopefully tomorrow) on a local server. Don't have the brain for it tonight.
I've figured out the issue. I had an invalid recipe (8 coal lumps + 1 mese crystal instead of 9 coal lumps), which resulted in a nil
in the middle of the recipes table at that point (for whatever reason). A quick-fix is to change line 521 from
nrecipes = nrecipes -1
to
nrecipes = #recipes_table
There might be a better way to fix the problem, but this'll work for the time being.
Need to test this fix. Thanks flux!
Appears to work, pushing.