diff options
author | Wuzzy <almikes@aol.com> | 2016-08-10 04:57:53 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-10 04:57:53 +0200 |
commit | 1132b23800e94fc27b5076423d7e228b951b4952 (patch) | |
tree | 45550fed9c8cd06e769321e04b1cacc10d67abc6 /helptexts.lua | |
parent | d1f5e127e992fddefebb90ab9198b5e43984ef67 (diff) |
Fix obsidian texts
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helptexts.lua b/helptexts.lua index 65d3a3a..17a55b2 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -121,9 +121,9 @@ local export_longdesc = { ["default:rail"] = "Railroad tracks. Place these on the ground to build your railway, the blocks will automatically connect to each other and will turn into curves, junctions, crossings and slopes as needed.", ["default:ladder_wood"] = ladderdesc, ["default:ladder_steel"] = ladderdesc, - ["default:water_source"] = "Water is abundant in ocans and may also appear in small quantities in underground water pockets. You can swim easily in water, but you need to catch your breath from time to time. When a water source meets a lava source, obsidian is created. When water meets lava, but one or both of them are not a source, a stone is created instead.", - ["default:river_water_source"] = "You can swim easily in river water, but you need to catch your breath from time to time. River water is similar to (normal) water, it has a reduced flowing range and appears in rivers only. When a river water source meets a lava source, obsidian is created. When river water meets lava, but one or both of them are not a source, a stone is created instead.", - ["default:lava_source"] = "Lava is found deep underground and is rather dangerous. Don't touch it, it will hurt you a lot and once you're in, it is hard to get out. When a lava source meets a water or river water source, obsidian is created. When lava meets water or river water, but one or both of them are not a source, a stone is created instead.", + ["default:water_source"] = "Water is abundant in oceans and may also appear in small quantities in underground water pockets. You can swim easily in water, but you need to catch your breath from time to time. Water will turn nearby lava into obsidian or stone.", + ["default:river_water_source"] = "You can swim easily in river water, but you need to catch your breath from time to time. Unlike (normal) water, it appears in rivers only. River water will turn nearby lava into obsidian or stone.", + ["default:lava_source"] = "Lava is found deep underground and is rather dangerous. Don't touch it, it will hurt you a lot and once you're in, it is hard to get out. When a lava source meets water or river water (or another block in the Water group), it turns into obsidian. Flowing turns into stone instead.", ["default:torch"] = "Provides plenty of light. It can be placed on almost any block facing any direction.", ["default:sign_wall_wood"] = signdesc, ["default:sign_wall_steel"] = signdesc, @@ -138,7 +138,7 @@ local export_longdesc = { ["default:goldblock"] = deconode, ["default:diamondblock"] = "A very hard decorational block.", ["default:obsidian_glass"] = "Obsidian glass is transparent, has a very clean surface and is rather hard to break.", - ["default:obsidian"] = "A hard mineral which is generated when a lava source meets a water source.", + ["default:obsidian"] = "A hard mineral which is created from a lava source when it meets water (any block in the Water group).", ["default:obsidianbrick"] = buildnode, ["default:nyancat"] = "A weird creature with a cat face, cat extremities and a strawberry-flavored pop-tart body. It has been trapped in a block and cannot move and can thus be dug easily by simple tools. Nyan cats are usually followed by nyan cat rainbows. Legends say that in ancient times, long before the creation of our world, the were many of the Nyan Cats which were free and flew through space and sang the \"Nya-nya\" song. Nowadays, nyan cats serve as a fancy collector's item and are traded as souveniers. Apart from that, nyan cats have no intrinsic value.", |