Differences From
Artifact [d434edb6db]:
90 90 B.part.link('starlit_building:concrete', {
91 91 name = 'Concrete';
92 92 desc = 'A sturdy base for modular construction units.';
93 93 img = 'starlit-item-concrete.png';
94 94 fab = starlit.type.fab {
95 95 element = {
96 96 calcium = 1;
97 - carbon = 4;
97 + carbon = 3;
98 98 };
99 99 cost = {power = 200};
100 100 flag = {print=true};
101 101 time = {print=5};
102 102 };
103 - mass = 5;
103 + mass = 4;
104 104 rarity = 1;
105 105 })
106 106
107 107 B.part.link('starlit_building:insulation', {
108 108 name = 'Insulation';
109 109 desc = 'An aerogel that traps heat very effectively.';
110 110 img = 'starlit-item-insulation.png';
................................................................................
122 122
123 123 B.part.link('starlit_building:panel', {
124 124 name = 'Panel';
125 125 desc = 'A sheet of aluminum suitable for use as a wall or floor panel.';
126 126 img = 'starlit-item-panel.png';
127 127 fab = starlit.type.fab {
128 128 element = {
129 - aluminum = 8;
129 + aluminum = 4;
130 130 };
131 131 cost = {power = 300};
132 132 flag = {print=true};
133 133 time = {print=15};
134 134 };
135 - mass = 8;
135 + mass = 4;
136 136 rarity = 1;
137 137 })
138 138
139 139 B.part.link('starlit_building:pipe', {
140 140 name = 'Pipe';
141 141 desc = 'A pipe suitable for conveying liquids or gasses.';
142 142 img = 'starlit-item-pipe.png';