diff options
author | Wuzzy <almikes@aol.com> | 2016-12-23 13:44:21 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-23 13:44:21 +0100 |
commit | 678428c58d7ebf0dd26b7f26797d3d641508eca1 (patch) | |
tree | 1b4b0a9775125885c6cad482eaa0ad99ee96f080 /helptexts.lua | |
parent | 450bd203fc9b20b8dbc63535166d3a4c1945384a (diff) |
Turn mese crystal fragment into normal craftitem
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 3f83fe2..8713a45 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -401,7 +401,7 @@ local export_longdesc = { ["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, - ["default:mese_crystal_fragment"] = S("This item is useless in Minetest Game itself, but there might be additional mods which make use of it."), + ["default:mese_crystal_fragment"] = craftitemdesc, ["default:stick"] = S("Wooden sticks are used as a vital element in countless crafting recipes."), ["farming:cotton"] = craftitemdesc, ["farming:wheat"] = craftitemdesc, |