Trying to update mod, running into an error in Quality mod of Space Age

Place to get help with not working mods / modding interface.
Gordon Shumway
Manual Inserter
Manual Inserter
Posts: 2
Joined: Mon Oct 21, 2024 11:52 pm
Contact:

Trying to update mod, running into an error in Quality mod of Space Age

Post by Gordon Shumway »

So I am updating my mod for 2.0 and while it shows no errors for my module itself I get this error message when trying to enable it:

Code: Select all

Failed to load mods: __quality__/prototypes/recycling.lua:112: attempt to perform arithmetic on local 'final_amount' (a nil value)
stack traceback:
	__quality__/prototypes/recycling.lua:112: in function 'add_recipe_values'
	__quality__/prototypes/recycling.lua:191: in function 'generate_recycling_recipe'
	__quality__/data-updates.lua:5: in main chunk

Mods to be disabled:
• quality (2.0.8)
Any idea how to track this down?
Gordon Shumway
Manual Inserter
Manual Inserter
Posts: 2
Joined: Mon Oct 21, 2024 11:52 pm
Contact:

Re: Trying to update mod, running into an error in Quality mod of Space Age

Post by Gordon Shumway »

And the problem was I had a couple ingredients left with no

Code: Select all

amount=
specified but just a bare number.

All fixed now.
Post Reply

Return to “Modding help”