Simplify table lamps again
[minetest_hades/hades_revisited.git] / README.md
blob757bbd43645ac7a4d701a51e301838b800bdedf7
1 # Hades Revisited
2 Version 0.1.0
4 A Minetest subgame focused on terraforming.
5 Based on *Minetest Hades* by Glünngi.
7 ## Installation
8 To play this game in Minetest, insert this directory into
10     /games/hades_revisited
12 in the Minetest data folder.
14 Minetest can be found online at <https://github.com/minetest/minetest/>.
16 All my work is licenced under the MIT License.
17 The external mods have different licenses. Look at the mod folders for details.
19 ## Important notices and short game guide
21 * Be sure the `minetest.conf` file in the main Minetest directory doesn't have any parameters who are in conflict with the `minetest.conf` file from the `hades_revisited` directory. Especially mapgen parameters or stuff like `give_initial_stuff = false`
22 * Hades Revisited only works in mapgen v6.
23 * There only 1 biome, with the focus on terraforming.
24 * Not everyone will like this game. But maybe there are some freaks out there ;-)
25 * Take another map seed if you spawn on lava.
26 * External mods can make some trouble, there are many changes in default
28 ## Background story
30 An attempt to colonize planet Hades went horribly wrong: Your colony ship crashed and you survived with very limited supplies.
31 Hades is a very young planet and characterized by highly volcanic activities and a lot of fertile ash. Asteroids have brought some water on Hades.
32 So there are the basics for life, you just need to help it to get the nature going, make the planet habitable and survive.
33 Not every colonist has duly arrived. Most of them have been mutated and strayed around the planet. But for some unknown reason they don't suffer water.
34 There are creatures and most of them live in the underground and darkness.
36 ## How to start:
37 You start with the following items: 1 steel pickaxe, 12 apples, 1 wall lamp and a stick.
38 Watch out for flowing lava above you at first!
40 Next you should dig some stone to craft a stone sword with the stick.
41 Now explore the area and search for some water.
43 Dig some stone and ash to craft fertile sand and place it in neighbor to water to become dirt.
44 Take a dirt and a apple to craft a sapling. Plant the sapling on dirt to become wood and leaves from the tree.
45 If you ran out of apples or lost your pickaxe, kill some mutants. They sometimes drop apples, pickaxes and other things.
46 Make more dirt and place it above the water.
48 Take 2 mossy stone (near water) and a dirt to craft grass.
50 Grass + dirt = jungle grass.
52 Dig the grass and the junglegrass to get some seeds.
54 Plant the seeds on the soil that you have placed over the water source.
56 And now survive with the crafting guide.
59 ## Things you should know
61 ### Block transformations
62 * Fertile sand (which must be crafted) turns into dirt in the near of 10 nodes to water and direct contact of a dirt.
63 * Volcanic ash turns into fertile sand if leaves are nearly.
64 * Volcanic ash slowly turns into clay when next to water.
65 * Flowing water turns lava source into water source and flowing lava into volcanic gravel.
66 * Stone, tuff and cobblestone become burned when next to lava.
67 * Stone, tuff and cobblestone become mossy when next to water.
68 * Mossy cobblestone turns into gravel when next to flowing water.
69 * Chondrite turns into marble if it is below -500 and it must be in near 4 nodes to lava and it also must have direct contact to water.
70 * Volcanic gravel turns into obsidian below Y=-1000. It must have direct contact to lava and water must be nearly.
71 * Sugarcane spawns near of papyrus. It dosnt need water to grow, just dirt
73 ### Other gameplay stuff
74 * There is no fire
75 * Beds do *not* allow you to skip the night, they only set the spawn point
76 * Volcanic gravel can only be dug by a shovel.
77 * Mobs spawn on stone, ash and tuff
78 * Tuff is too breakable for tools so it can't be used to craft stone tools
79 * There are no buckets, you need a water pump to spread water.
80 * Weak torches can be upgraded with a string to bright torches
81 * Plants grow with light level of 8 or higher. Underground farming is thus possible
82 * 2 emeralds = 1 sapphire. 2 sapphires = 1 ruby. 2 rubies = 1 diamond.
83 * With the Staff of Gaia you can turn following blocks into dirt: ash, fertile sand, burned stone, stone, cobble, mossy stone, tuff, burned tuff, mossytuff, mossy cobble
84 * Pale tree saplings can be plant on ash
85 * Cacti grow on ash
86 * Prismatic furnance is faster than the original furnance and has more slots
88 ### Ores
90 Ores generate at and below the following Y levels:
92 * Coal: +60
93 * Iron:  0
94 * Copper: -115
95 * Tin: -115
96 * Mese: -200
97 * Gold: -333
98 * Emerald: +20
99 * Sapphire: - 300
100 * Ruby: -900
101 * Diamond: -1200
102 * Max. ore generation at -10000
104 ## Hints
105 ### A save mining experience:
107     w = water
108     l = ladder
109     o = light
110     s = stone
111     - = air
112     X = lava
114     ***********
115     ssswlsss
116     ssswlsss
117     ssswloss
118     ssswlsss
119     ssswlsss
120     ssswssss
121     ss-w--ss
122     ss-w--ss
123     XXXXXXXX
124     ssssssss
125     ***********
127 ## List of external mods (incomplete)
128 **Important**: A lot of the mods used in this game have been heavily changed
129 from their original.
131 `3dforniture`
132 https://forum.minetest.net/viewtopic.php?id=2207
134 `bags`
135 https://forum.minetest.net/viewtopic.php?id=3081
137 `bedrock`
138 http://www.moontest.org/viewtopic.php?f=11&t=9231
140 `boost_cart`
141 https://forum.minetest.net/viewtopic.php?f=11&t=10172
143 `farming_plus`
144 https://forum.minetest.net/viewtopic.php?id=2787
146 `glowcrystals`
147 https://forum.minetest.net/viewtopic.php?id=9047
149 `highlandpools`
150 https://forum.minetest.net/viewtopic.php?id=8400
152 `item_tweaks`
153 https://github.com/minetest-technic/item_tweaks
155 `item_frames`
156 https://forum.minetest.net/viewtopic.php?id=5600
158 `kerova`
159 https://forum.minetest.net/viewtopic.php?id=8054
161 `mesecons`
162 https://forum.minetest.net/viewtopic.php?t=628
164 `mobs` (Mobs Redo)
165 https://forum.minetest.net/viewtopic.php?t=9917
166 https://forum.minetest.net/viewtopic.php?f=15&t=9184
168 `pipeworks`
169 https://forum.minetest.net/viewtopic.php?t=2155
171 `plantlife` (old destroyed code)
172 https://forum.minetest.net/viewtopic.php?id=3898
174 `signs_lib`
175 https://forum.minetest.net/viewtopic.php?id=2041
177 `trash_can`
178 https://forum.minetest.net/viewtopic.php?id=6315
180 `travelnet`
181 https://forum.minetest.net/viewtopic.php?id=4877
183 `vines`
184 https://forum.minetest.net/viewtopic.php?id=2344