Modifiable Productivity Cap

by Samario

More options for your productivity.

Content
1 year, 23 days ago
2.0
770

b Only tautological recipes setting doesn't work

1 year, 18 days 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