Modifiable Productivity Cap

by Samario

More options for your productivity.

Content
7 months ago
2.0
616

b Only tautological recipes setting doesn't work

7 months ago

The setting is always active since the first if doesn't check the .value of the setting.
The first line of data-final-fixes.lua should be:
if settings.startup["only-tautological-recipes"].value then
instead of
if settings.startup["only-tautological-recipes"] then

New response