Skip to content

Commit

Permalink
Rename collectors to flora collectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Oct 24, 2024
1 parent 38f06f1 commit 0d62702
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.9
Date: 2024-10-24
Changes:
- Updated Russian translation.
- Fixed typos in the inital spawn message.
---------------------------------------------------------------------------------------------------
Version: 3.0.8
Date: 2024-10-23
Changes:
Expand Down
2 changes: 1 addition & 1 deletion prototypes/updates/base-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ data.raw.technology["automation-science-pack"].prerequisites = {"steam-power"}
data.raw.technology["steam-power"].research_trigger = {type = "craft-item", item = "iron-plate", count = 10}
data.raw.technology["automation-science-pack"].research_trigger = {type = "craft-item", item = "copper-plate", count = 10}

RECIPE("collector"):add_unlock("automation-science-pack").enabled = false
RECIPE("flora-collector-mk01"):add_unlock("automation-science-pack").enabled = false
RECIPE("lab"):add_unlock("automation-science-pack").enabled = false
RECIPE("planter-box"):add_unlock("automation-science-pack").enabled = false
RECIPE("empty-planter-box"):add_unlock("automation-science-pack").enabled = false
Expand Down

0 comments on commit 0d62702

Please sign in to comment.