Skip to content

Commit

Permalink
Fixed seed extractor requiring too advanced circuits compared to bobs…
Browse files Browse the repository at this point in the history
… greenhouse
  • Loading branch information
LovelySanta committed Feb 11, 2020
1 parent 2881721 commit 9568e17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions angelsbioprocessing/changelog.txt
Expand Up @@ -2,7 +2,9 @@
Version: 0.7.1
Date: ??
Bugfixes:
- Fixed that bio-token was not being added to labs correctly
- Fixed that bobs greenhouse was producing wood instead of trees
- Fixed seed extractor requiring too advanced circuits compared to bobs greenhouse
---------------------------------------------------------------------------------------------------
Version: 0.7.0
Date: 2020-02-09
Expand Down
11 changes: 11 additions & 0 deletions angelsbioprocessing/prototypes/bio-processing-override.lua
Expand Up @@ -324,6 +324,17 @@ if bobmods then
}
)

-- make sure the seed extractor can be unlocked early on
if bobmods and bobmods.electronics then
OV.patch_recipes({
name = "seed-extractor",
ingredients = {
{ name = "electronic-circuit", amount = 0 },
{ name = "basic-circuit-board", amount = 4 },
}
})
end

-- allow manualy creating wood without a sawblade (because nerfed bob greenhouse)
data:extend(
{
Expand Down

0 comments on commit 9568e17

Please sign in to comment.