Skip to content

Commit

Permalink
Angels uses yellow inserters for green fluid
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelySanta committed Nov 14, 2018
1 parent 5a7622b commit 09736c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion bobinserters/data.lua
Expand Up @@ -23,6 +23,7 @@ if mods["bobinserters"] then
MoreScience.lib.technology.addIngredient("more-inserters-2", 1, "basic-logistics-science-pack")
MoreScience.lib.technology.addIngredient("long-inserters-2", 1, "basic-logistics-science-pack")


-- make sure the green science uses yellow inserters
MoreScience.lib.recipe.editIngredient("basic-science-fluid-2", "fast-inserter", "inserter", 1)

end
9 changes: 7 additions & 2 deletions changelog.txt
@@ -1,8 +1,13 @@
---------------------------------------------------------------------------------------------------
Version: 0.1.8
Date: 14. 11. 2018
Changes:
- Basic science fluid 2 require regular inserters instead of fast inserters
---------------------------------------------------------------------------------------------------
Version: 0.1.7
Date: 22. 9. 2018
Changes:
- Removed iron pickaxe required for red science fluid.
Changes:
- Removed iron pickaxe required for red science fluid.
---------------------------------------------------------------------------------------------------
Version: 0.1.6
Date: 15. 9. 2018
Expand Down
2 changes: 1 addition & 1 deletion info.json
@@ -1,6 +1,6 @@
{
"name": "MoreScience-BobAngelsExtension",
"version": "0.1.7",
"version": "0.1.8",
"factorio_version": "0.16",
"title": "More Science - BobAngels Extension",
"author": "lovely_santa",
Expand Down

0 comments on commit 09736c5

Please sign in to comment.