Releases: Tomansion/factorio_blueprint_analyser
Releases · Tomansion/factorio_blueprint_analyser
1.3.4 Fixed the default recipe time from 1 to 0.5
1.3.3 fixed multiple call memory leak
1.3.3 fixed multiple call memory leak
1.3.2 fixed total output and input
1.3.2 fixed total output and input
1.3.1 fixed blueprint results placement
1.3.1 fixed blueprint results placement
1.3.0 blueprint book support
Blueprint books wont raise errors, but only the first blueprint will be analysed
1.2.2 Fixed belts with direction = 0
1.2.2 fixed a case where a belt direction could be 0
1.2.1 Children and parents export
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
1.1.8 fixed assets not included on setup
1.1.7 config rework fix
1.1.7 config rework fix
1.1.6 Config rework
1.1.6 config rework