Skip to content

Commit

Permalink
allow prod in autorecipes
Browse files Browse the repository at this point in the history
  • Loading branch information
przemo1232 committed Oct 18, 2024
1 parent a11e555 commit 191bb41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/autorecipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ py.autorecipes = function(params)
order = params.order,
allowed_module_categories = params.allowed_module_categories,
icons = tier.icons,
main_product = tier.main_product or params.main_product
main_product = tier.main_product or params.main_product,
allow_productivity = true,
}
if tier.tech then recipe:add_unlock(tier.tech) end

Expand Down

0 comments on commit 191bb41

Please sign in to comment.