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