diff options
author | Wuzzy <almikes@aol.com> | 2016-08-29 13:55:13 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-29 13:55:13 +0200 |
commit | 5e4072be39d28c1ff96c7753f23d5d0ce2f837fa (patch) | |
tree | 2c55a48d8ab957eb2f1d6bc7cf63df98a70d8eb0 /helptexts.lua | |
parent | 9d667e74b6592aa9d4793e1e4249778250b4a945 (diff) |
Update cloud text
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua index 4cda68e..f076459 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -98,7 +98,7 @@ local export_longdesc = { ["default:desert_stone_block"] = buildnode, ["default:sandstone_block"] = buildnode, ["default:obsidian_block"] = buildnode, - ["default:cloud"] = "A solid block which can not be mined by simple tools. It can be destroyed by explosions, however.", + ["default:cloud"] = "A decorational block. It can be destroyed by explosions.", ["default:tree"] = "A trunk of a regular tree. This kind of tree sometimes bears apples and originates from deciduous forests in mild climates.", ["default:jungletree"] = "A trunk of a jungle tree. Jungle trees can be found in jungles, which are in hot and wet climates.", ["default:pine_tree"] = "A trunk of a pine tree. The natural habitat of pine trees are coniferous forests which can be found in cold climates.", |