diff options
-rw-r--r-- | helptexts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua index fcdc947..1d064b7 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -442,7 +442,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("It can be used to craft a full mese crystal and possibly other things, too (requires mods)."), + ["default:mese_crystal_fragment"] = S("It can be used to craft a full mese crystal and possibly other things, too (if you use mods)."), ["default:stick"] = S("Wooden sticks are used as a vital element in countless crafting recipes."), ["farming:cotton"] = craftitemdesc, ["farming:wheat"] = craftitemdesc, |