starlit  Artifact [3454f586c9]

Artifact 3454f586c94ffc6c72e285e19949be3410a4d9dd7f572f00077b338680e0c28f:


local lib = starlit.mod.lib
local M = starlit.mod.material

starlit.world.material.metal.meld {
	steel = {
		name = 'steel';
		composition = starlit.type.fab {
			element = {iron = 2.0, carbon = 1.0};
		};
		density = 1.0;
		desc = "steel is a widely used alloy of iron and carbon";
		color = lib.color(.4,.4,.4);
	};
}