Skip to content

Instantly share code, notes, and snippets.

@slippycheeze
Created July 29, 2019 23:16
Show Gist options
  • Save slippycheeze/4a5b8d908bab112a1fc4b09b34e49952 to your computer and use it in GitHub Desktop.
Save slippycheeze/4a5b8d908bab112a1fc4b09b34e49952 to your computer and use it in GitHub Desktop.
-- Krastorio
addItem("sand", "Sand", "sand") -- probably in many other mods also
addItem("gold-ore", "Gold", "gold-ore") -- probably in many other mods also
addItem("menarite", "Menarite", "raw-menarite")
addItem("imersite", "Imersite", "raw-imersite")
-- Geothermal alien biomes colored wells
-- addFluid("geothermal", "Geothermal Water", "geothermal-water") -- already present
addFluid("geothermal-green", "Geothermal (copper)", "geothermal-water-green")
addFluid("geothermal-blue", "Geothermal (sulfur)", "geothermal-water-blue")
addFluid("geothermal-purple", "Geothermal (uranium)", "geothermal-water-purple")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment