Differences From Artifact [4c0283cfa3]:
- File mods/starlit/element.lua — part of check-in [0e67c606c9] at 2024-05-01 16:25:38 on branch trunk — fixes, sounds; add license info (user: lexi, size: 7266) [annotate] [blame] [check-ins using]
To Artifact [25b10aa9d6]:
- File mods/starlit/element.lua — part of check-in [0e7832a24c] at 2024-05-04 22:41:29 on branch trunk — add beginnings of matter compiler UI, check in missing files (user: lexi, size: 7265) [annotate] [blame] [check-ins using]
162 162 _starlit = { 163 163 mass = 1e3; 164 164 material = { 165 165 kind = 'metal'; 166 166 metal = id; 167 167 }; 168 168 fab = starlit.type.fab { 169 - flag = {smelt= true}; 169 + flag = {smelt=true}; 170 170 element = comp(1e3); 171 171 }; 172 172 }; 173 173 }); 174 174 175 175 176 176 end)