summaryrefslogtreecommitdiff
path: root/helptexts.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-23 12:39:33 +0100
committerWuzzy <almikes@aol.com>2016-12-23 12:39:33 +0100
commitb98da8c6a062b17b37a1aba699b68533b7a8c404 (patch)
tree08230f57b46a72c7e4849cc90129acdc32a4bf11 /helptexts.lua
parent90e895d417aa487133128089dea9b984c361f7d8 (diff)
Update fire behaviour for 0.4.15
Diffstat (limited to 'helptexts.lua')
-rw-r--r--helptexts.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 289dbda..50f2350 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -189,7 +189,7 @@ local export_longdesc = {
["default:desert_cobble"] = buildnode,
["default:coal_lump"] = S("Coal lumps are your standard furnace fuel, but they are also used to make torches and a few other things."),
["default:mossycobble"] = S("A decorational block. It is found in underground dungeons and is the product of cobblestone near water."),
- ["default:coalblock"] = S("A decorational block and compact storage of coal lumps. As a furnace fuel, it is slightly more efficient than 9 coal lumps."),
+ ["default:coalblock"] = S("Coal blocks are useful as compact storage of coal lumps and notable for exceptional burning capabilities. As a furnace fuel, it is slightly more efficient than 9 coal lumps. Coal blocks can also be used to start permanent flames with a flint and steel. If you remove the coal block, the permanent flame is destroyed as well."),
["default:steelblock"] = deconode,
["default:copperblock"] = deconode,
["default:bronzeblock"] = deconode,
@@ -250,7 +250,7 @@ local export_longdesc = {
["fire:basic_flame"] = basicflametext,
["fire:flint_and_steel"] = S("Flint and steel is a tool to start fires."),
- ["fire:permanent_flame"] = S("The permanent flame is a damaging and destructive block. It will create basic flames next to it if flammable blocks are nearby. Other than the basic flame, the permanent flame will not go away by time alone. Permanent flames will be extinguished by nearby water and other blocks. A single permanent flame block can be destroyed safely by punching it, but it is hurtful if you stand directly in it."),
+ ["fire:permanent_flame"] = S("The permanent flame is a damaging and destructive block. It will create basic flames next to it if flammable blocks are nearby. Other than the basic flame, the permanent flame will not go away by time alone. A permanent flame is extinguished by punching it, by nearby water or similar blocks, or by removing a coal block below it. Punching is is safe, but it hurts if you stand inside."),
["doors:trapdoor"] = S("A trapdoor covers a hole in the floor and can be opened manually to access the area below it."),
@@ -485,7 +485,7 @@ local export_usagehelp = {
["beds:fancy_bed_bottom"] = beduse,
["farming:seed_wheat"] = S("Place the wheat seed on soil or wet soil. Use a hoe to create soil. The plant will only grow in sunlight and as long as the soil is wet. Watch the wheat plant grow and mine it at its full size."),
["farming:seed_cotton"] = S("Place the cotton seed on soil, wet soil, desert sand soil or wet desert sand soil. Use a hoe to create soil. The plant will only grow in sunlight and as long as the soil is wet. Watch the cotton plant grow and mine it at its full size."),
- ["fire:flint_and_steel"] = S("Punch with it on the surface of a flammable block to create a basic flame in front of it. A basic flame can only be created inside air."),
+ ["fire:flint_and_steel"] = S("Punch with it on the surface of a flammable block to create a basic flame in front of it. Punch a coal block to create a permanent flame on top of it."),
["flowers:waterlily"] = S("Waterlilies can only be placed on water sources (and other members of the @1 group).", groupname_water),
["farming:hoe_wood"] = hoeuse,