Skip to content

Commit

Permalink
Version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 3, 2025
1 parent 1cff6cd commit 1bc52f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.21
Date: 2024-12-23
Date: 2025-1-2
Changes:
- French translation (by d-stephane)
- Fixed all pyAL tiered recipes and slaughterhouses allowing prod when not on the allow list.
---------------------------------------------------------------------------------------------------
Version: 3.0.20
Date: 2024-12-18
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pypostprocessing",
"version": "3.0.20",
"version": "3.0.21",
"factorio_version": "2.0",
"title": "Pyanodons Post-processing",
"author": "Pyanodon, Shadowglass",
Expand Down
1 change: 0 additions & 1 deletion lib/autorecipes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ py.autorecipes = function(params)
allowed_module_categories = params.allowed_module_categories,
icons = tier.icons,
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 1bc52f4

Please sign in to comment.