error loading mod
Posted: Fri Mar 03, 2017 12:00 am
Hey all, I've been working on a mod of mine, & I'm still trying to get the game to load with it enabled.
I got through a number of 'standard' syntax errors, but then got this one:
Unfortunately, it didn't give a file name or location :/.
Any idea what is causing this? The only place I reference data.raw is in one of the recipe files, where I check "If data.raw.fluid["blah blah"] then create recipe" for a number of fluids. But, the syntax stuff all seemed to run fine through all the recipes that I listed.
I got through a number of 'standard' syntax errors, but then got this one:
Code: Select all
Error while trying to copy to data.raw: Can't copy object of type functionAny idea what is causing this? The only place I reference data.raw is in one of the recipe files, where I check "If data.raw.fluid["blah blah"] then create recipe" for a number of fluids. But, the syntax stuff all seemed to run fine through all the recipes that I listed.