From 033d4070e489c909e329ac7a2c32f5b2fa9c375e Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 28 May 2017 04:27:58 +0200 Subject: Add tin help --- helptexts.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'helptexts.lua') diff --git a/helptexts.lua b/helptexts.lua index 277bc86..8b0096b 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -117,6 +117,7 @@ local export_longdesc = { ["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."), ["default:stone_with_iron"] = S("This stone contains pure iron, which is very common. It is found in small clusters at a height between +2 and -15, in clusters of 5 at a height of -16 or lower and in large clusters of up to 27 iron ores at a height of -64 or lower."), ["default:stone_with_copper"] = S("This stone contains pure copper. Copper is found in stone in clusters of 4-5 at a height of -16 or lower and is more common at a height of -64 or lower."), + ["default:stone_with_tin"] = S("This stone contains pure tin. Tin slightly less common than copper and is found in stone in clusters of 4-5 at a height of -32 or lower and is more common at a height of -128 or lower."), ["default:stone_with_mese"] = S("This stone contains a small amount of mese, a rare mineral of alien origin. It can be found in clusters of 3-5 at a height of -64 lower. Mese ore is more common at -256 or lower."), ["default:stone_with_gold"] = S("This stone contains pure gold, a rare metal. It can be found in clusters of about 3 blocks at a height of -64 or lower and in clusters of about 5 blocks at a height of -256 or lower."), ["default:stone_with_diamond"] = S("Diamonds are very rare and hard and can be found in clusters deep in the underground. They appear inside stone in clusters of about 4 blocks at a height of -128 or lower and are more common at a height of -256 or lower."), @@ -212,6 +213,7 @@ local export_longdesc = { ["default:copperblock"] = deconode, ["default:bronzeblock"] = deconode, ["default:goldblock"] = deconode, + ["default:tinblock"] = deconode, ["default:diamondblock"] = S("A very hard decorational block."), ["default:obsidian_glass"] = S("Obsidian glass is transparent, has a very clean surface and is rather hard to break."), ["default:obsidian"] = S("A hard mineral which is created from a lava source when it meets water (any block in the @1 group).", groupname_water), @@ -425,6 +427,7 @@ local export_longdesc = { ["default:gold_ingot"] = craftitemdesc, ["default:steel_ingot"] = S("Molten iron. It is the element of numerous crafting recipes."), ["default:copper_ingot"] = craftitemdesc, + ["default:tin_ingot"] = craftitemdesc, ["default:clay_brick"] = craftitemdesc, ["default:clay_lump"] = S("A clay lump can be burnt in the furnace to make a clay brick."), ["default:paper"] = craftitemdesc, @@ -433,6 +436,7 @@ local export_longdesc = { ["default:flint"] = craftitemdesc, ["default:gold_lump"] = S("A gold lump can be smelt in a furnace to make a gold ingot."), ["default:copper_lump"] = S("A copper lump can be smelt in a furnace to make a copper ingot."), + ["default:tin_lump"] = S("A tin lump can be smelt in a furnace to make a tin ingot."), ["default:iron_lump"] = S("An iron lump can be smelt in a furnace to make a steel ingot."), ["default:obsidian_shard"] = S("Obsidian shards can be smelt in a furnace to create obsidian glass."), ["default:mese_crystal"] = craftitemdesc, -- cgit v1.2.3