diff options
| -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."), | 
