Differences From Artifact [b9ae2a76fd]:
- File mods/starlit-material/init.lua — part of check-in [a810a756ce] at 2024-05-01 13:46:45 on branch trunk — cleanups, fixes, begin canister rework, begin ecology (user: lexi, size: 736) [annotate] [blame] [check-ins using]
To Artifact [158d4b1720]:
- File mods/starlit-material/init.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: 761) [annotate] [blame] [check-ins using]
18 19 20 21 22 23 24 25 |
storage = {name = 'Storage Canister', vol = 16.0}; } starlit.mod.material = M starlit.include 'elements' starlit.include 'liquids' |
> |
18 19 20 21 22 23 24 25 26 |
storage = {name = 'Storage Canister', vol = 16.0};
}
starlit.mod.material = M
starlit.include 'elements'
starlit.include 'liquids'
starlit.include 'metals'
|