diff options
author | Wuzzy <almikes@aol.com> | 2016-12-12 19:27:26 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-12 19:27:26 +0100 |
commit | 0e8f15c93c614320dbc4ea8f39032812ddef5d39 (patch) | |
tree | c5ea66d9adc4aa49c3a1c2b8a3f4ea534b65c3a1 | |
parent | ed07d5062173e34494ca0eb59d21fcb86ad1f5b1 (diff) |
Add corals
-rw-r--r-- | helptexts.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/helptexts.lua b/helptexts.lua index c5e7bd3..6a5d8d6 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -85,6 +85,8 @@ local rainbowdesc = S("A rainbow made by a real nyan cat, ancient creatures whic local railuse = S("Place them 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.") +local coral_living = S("Corals are plants naturally found in shallow water of warm climates. Corals are rather delicate. When exposed to air, they will die off to become coral skeletons.") + local groupname_sand = doc.sub.items.get_group_name("sand") local groupname_water = doc.sub.items.get_group_name("water") local groupname_flora = doc.sub.items.get_group_name("flora") @@ -97,6 +99,11 @@ local export_longdesc = { ["default:furnace"] = S("Cooks or smelts several items, using a furnace fuel, into something else."), ["default:chest"] = S("Provides 32 slots of inventory space."), ["default:chest_locked"] = S("Provides 32 slots of inventory space, is accessible only to the player who placed it. Locked chests are also immune to explosions."), + + ["default:coral_skeleton"] = S("A coral skeleton once was a living colorful coral but now has died. Coral skeletons can be found naturally in shallow water of warm climates."), + ["default:coral_brown"] = coral_living, + ["default:coral_orange"] = coral_living, + ["default:stone"] = S("A very common block in the world of Minetest Game, almost the entire underground consists of stone. It sometimes contains ores. Stone may be created when water meets lava."), ["default:desert_stone"] = S("Desert stone is less common than stone and is found in large quantities near the surface of deserts. Desert stone doesn't go very deep."), ["default:stone_with_coal"] = S("Some coal contained in stone, it is very common and can be found in stones as large clusters at a height of +64 or lower."), |