Go to file
Red_King_Cyclops 3a70426546 hydrocarbon dunes biomes now have deeper hydrocarbon sand tops 2019-11-03 21:30:10 +00:00
textures added alien crystal textures 2019-08-08 15:12:26 +00:00
.gitignore Initial commit 2019-07-31 17:03:19 +00:00
LICENSE Initial commit 2019-07-31 17:03:19 +00:00
README.md another quick change 2019-08-08 15:35:43 +00:00
alien_crystal.lua added alien crystals 2019-08-08 15:13:25 +00:00
biomes.lua hydrocarbon dunes biomes now have deeper hydrocarbon sand tops 2019-11-03 21:30:10 +00:00
init.lua added alien crystal dofile 2019-08-08 15:12:58 +00:00
items.lua added items.lua file 2019-08-04 22:08:28 +00:00
mod.conf added mod.conf 2019-08-08 15:17:43 +00:00
nodes.lua added a newline 2019-08-04 22:24:54 +00:00
screenshot.png added screenshot 2019-07-31 21:55:44 +00:00
sky.lua gave the skyboxes colour 2019-08-08 13:06:05 +00:00

README.md

Picture of the whole of Titan

Titan Moon

This mod overrides the default terrain and replaces it with Titan, a moon of Saturn. Arguably, Titan is the most interesting moon known. The player can explore hydrocarbon dunes, ice pebble lands, and hydrocarbon lakes, and watch the fast moving clouds, Saturn, and the stars. If the player goes above y=1000, the skybox changes so the atmosphere disappears.

A new liquid called "Liquid Hydrocarbon" is commonly found on Titan. It can be collect by buckets. "Alien crystals" line the liquid hydrocarbon lakes and rivers. In order to destroy an alien crystal, you must break the crystal and replace the hydrocarbon sand node beneath it with some other node.

Currently the player cannot survive on Titan (they can breath, but there are no trees or ores for them to mine) and there is no oxygen system like the one in the vacuum mod. I plan to make hydrocarbon sand a fuel and make ice-blocks meltable into water in a furnace. I also plan to make a realms version of this mod. Liquid hydrocarbon rain, cryovolcanoes, and a subsurface water ocean could also be interesting additions.

The code is licenced under LGPL 2.1 and the textures are licenced under CC-BY-SA. Textures have been taken from or modified from Minetest Saturn by Foghrye4, default by the Minetest development team, and farlands by D00Med. The skybox code is modified code taken from https://forum.minetest.net/viewtopic.php?f=9&t=13775&hilit=skybox by emperor_genshin. The crystal node registration is modified code taken from farlands by D00Med.

This mod depends on default and bucket.