Skip to content

Releases: Tomansion/factorio_blueprint_analyser

1.3.4 Fixed the default recipe time from 1 to 0.5

16 May 20:33
Compare
Choose a tag to compare

1.3.3 fixed multiple call memory leak

26 Oct 20:20
Compare
Choose a tag to compare
1.3.3 fixed multiple call memory leak

1.3.2 fixed total output and input

25 Oct 14:02
Compare
Choose a tag to compare
1.3.2 fixed total output and input

1.3.1 fixed blueprint results placement

25 Oct 13:53
Compare
Choose a tag to compare
1.3.1 fixed blueprint results placement

1.3.0 blueprint book support

25 Oct 12:42
Compare
Choose a tag to compare

Blueprint books wont raise errors, but only the first blueprint will be analysed

1.2.2 Fixed belts with direction = 0

24 Oct 15:55
Compare
Choose a tag to compare
1.2.2 fixed a case where a belt direction could be 0

1.2.1 Children and parents export

22 Oct 15:31
Compare
Choose a tag to compare

The entity number of the parents and the child of each entities are now exported as well

{
    "entity_number": 13,
    "name": "transport-belt",
    "position": {
        "x": 0.5,
        "y": -90.5
    },
    "usage_rate": 0.084,
    "transpoted_items": {
        "iron-plate": 1.26
    },
    "parents": [
        11
    ],
    "children": [
        12,
        14
    ]
},

1.1.9 fixed assets not included on setup

19 Oct 16:21
Compare
Choose a tag to compare
1.1.8 fixed assets not included on setup

1.1.7 config rework fix

19 Oct 16:09
Compare
Choose a tag to compare
1.1.7 config rework fix

1.1.6 Config rework

19 Oct 16:01
Compare
Choose a tag to compare
1.1.6 config rework