File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Version: 2.0.7
33Date: ???
44 Bugfixes:
55 - Fixed crash with Classic Beacons mod #527
6+ Changes:
7+ - Adjusted modules tech costs #545
68---------------------------------------------------------------------------------------------------
79Version: 2.0.6
810Date: 18. 01. 2026
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ data:extend({
1717 },
1818 },
1919 unit = {
20- count = 50 ,
20+ count = 200 ,
2121 ingredients = {
2222 { " automation-science-pack" , 1 },
2323 { " logistic-science-pack" , 1 },
@@ -44,7 +44,7 @@ data:extend({
4444 },
4545 },
4646 unit = {
47- count = 100 ,
47+ count = 300 ,
4848 ingredients = {
4949 { " automation-science-pack" , 1 },
5050 { " logistic-science-pack" , 1 },
@@ -71,7 +71,7 @@ data:extend({
7171 },
7272 },
7373 unit = {
74- count = 100 ,
74+ count = 500 ,
7575 ingredients = {
7676 { " automation-science-pack" , 1 },
7777 { " logistic-science-pack" , 1 },
@@ -94,7 +94,7 @@ data:extend({
9494 },
9595 effects = {},
9696 unit = {
97- count = 100 ,
97+ count = 1000 ,
9898 ingredients = {
9999 { " automation-science-pack" , 1 },
100100 { " logistic-science-pack" , 1 },
You can’t perform that action at this time.
0 commit comments