starlit  Artifact [2d90e78ef4]

Artifact 2d90e78ef499847e311cb5a70b61de7238ecfb7dd39494337d16740f2e629ddb:


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);
	};
}