Skip to content

Commit

Permalink
- Still more spoilage-stall fixes to agricultural science.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwhite-code committed Jan 23, 2025
1 parent 886b59c commit 40d641f
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 6 deletions.
4 changes: 4 additions & 0 deletions self-building-factory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Download Blueprints from [here](https://github.com/bcwhite-code/brians-blueprints/releases/)

## v5.0.47

- Still more spoilage-stall fixes to agricultural science.

## v5.0.46

- Fix spoilage stalls in agricultural science.
Expand Down
2 changes: 1 addition & 1 deletion self-building-factory/book/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"blueprint_book": {
"item": "blueprint-book",
"label": "Brian's City (v5.0.46)",
"label": "Brian's City (v5.0.47)",
"description": "Self-Building Mega-Base\nhttps://factorioprints.com/view/-MNZWdWosuqr3vtaC2hD\n\n5.0.X:\n* Welcome to the BLEEDING EDGE!\n* Factorio 2.0!\n* Everything here is a work-in-progress. Most things work well. A few things don't.",
"active_index": 1,
"version": 562949955387393,
Expand Down
35 changes: 30 additions & 5 deletions self-building-factory/book/gleba/agricultural-science-rocket.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"name": "assembling-machine-2",
"recipe": "low-density-structure",
"recipe_quality": "normal",
"items": [{"id": {"name": "efficiency-module-2"}, "items": {"in_inventory": [{"inventory": 4, "stack": 0}]}}],
"position": {"x": 20.5, "y": 31.5}
},
{
Expand Down Expand Up @@ -809,6 +810,7 @@
{
"name": "inserter",
"direction": 8,
"override_stack_size": 1,
"control_behavior": {
"circuit_enabled": true,
"circuit_condition": {"comparator": ">", "constant": 0, "first_signal": {"name": "bioflux"}}
Expand Down Expand Up @@ -861,7 +863,7 @@
{"name": "inserter", "direction": 12, "override_stack_size": 1, "position": {"x": 14.5, "y": 15.5}},
{"name": "inserter", "direction": 8, "position": {"x": 18.5, "y": 0.5}},
{"name": "inserter", "position": {"x": 16.5, "y": 3.5}},
{"name": "inserter", "direction": 8, "position": {"x": 16.5, "y": 7.5}},
{"name": "inserter", "direction": 8, "override_stack_size": 1, "position": {"x": 16.5, "y": 7.5}},
{
"name": "inserter",
"direction": 12,
Expand Down Expand Up @@ -1039,7 +1041,15 @@
"filters": [{"name": "spoilage", "comparator": "=", "index": 1, "quality": "normal"}],
"position": {"x": 2.5, "y": 37.5}
},
{"name": "inserter", "position": {"x": 5.5, "y": 36.5}},
{
"name": "inserter",
"override_stack_size": 1,
"filters": [
{"name": "bioflux", "comparator": "=", "index": 1, "quality": "normal"},
{"name": "jelly", "comparator": "=", "index": 2, "quality": "normal"}
],
"position": {"x": 5.5, "y": 36.5}
},
{
"name": "inserter",
"direction": 8,
Expand Down Expand Up @@ -1129,7 +1139,12 @@
"filters": [{"name": "yumako-mash", "comparator": "=", "index": 1, "quality": "normal"}],
"position": {"x": 6.5, "y": 14.5}
},
{"name": "long-handed-inserter", "direction": 8, "position": {"x": 13.5, "y": 8.5}},
{
"name": "long-handed-inserter",
"direction": 8,
"override_stack_size": 1,
"position": {"x": 13.5, "y": 8.5}
},
{
"name": "long-handed-inserter",
"direction": 12,
Expand All @@ -1145,7 +1160,12 @@
"filters": [{"name": "copper-ore", "comparator": "=", "index": 1, "quality": "normal"}],
"position": {"x": 18.5, "y": 2.5}
},
{"name": "long-handed-inserter", "direction": 8, "position": {"x": 18.5, "y": 8.5}},
{
"name": "long-handed-inserter",
"direction": 8,
"override_stack_size": 1,
"position": {"x": 18.5, "y": 8.5}
},
{
"name": "long-handed-inserter",
"direction": 12,
Expand Down Expand Up @@ -1229,7 +1249,12 @@
},
"position": {"x": 7.5, "y": 35.5}
},
{"name": "long-handed-inserter", "position": {"x": 4.5, "y": 36.5}},
{
"name": "long-handed-inserter",
"override_stack_size": 1,
"filters": [{"name": "nutrients", "comparator": "=", "index": 1, "quality": "normal"}],
"position": {"x": 4.5, "y": 36.5}
},
{
"name": "long-handed-inserter",
"direction": 12,
Expand Down

0 comments on commit 40d641f

Please # to comment.