Artifact 2d90e78ef499847e311cb5a70b61de7238ecfb7dd39494337d16740f2e629ddb:
- File mods/starlit-material/liquids.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: 311) [annotate] [blame] [check-ins using]
local lib = starlit.mod.lib local M = starlit.mod.material starlit.world.material.liquid.meld { water = { name = 'water'; composition = starlit.type.fab { element = {hydrogen = 2.0, oxygen = 1.0}; }; density = 1.0; desc = "the sine qua non of biological life"; color = lib.color(.1,.2,1); }; }