Modifiable Productivity Cap

by Samario

More options for your productivity.

Content
1 year, 2 months ago
2.0
789

b Only tautological recipes setting doesn't work

1 year, 1 month 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