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 18 storage = {name = 'Storage Canister', vol = 16.0}; 19 19 } 20 20 21 21 starlit.mod.material = M 22 22 23 23 starlit.include 'elements' 24 24 starlit.include 'liquids' 25 +starlit.include 'metals' 25 26