diff options
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/helptexts.lua b/helptexts.lua index 1d064b7..4159621 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -323,6 +323,7 @@ local export_longdesc = { ["stairs:slab_brick"] = slabdesc, ["stairs:slab_straw"] = slabdesc, ["stairs:slab_steelblock"] = slabdesc, + ["stairs:slab_tinblock"] = slabdesc, ["stairs:slab_copperblock"] = slabdesc, ["stairs:slab_bronzeblock"] = slabdesc, ["stairs:slab_goldblock"] = slabdesc, @@ -357,6 +358,7 @@ local export_longdesc = { ["stairs:stair_brick"] = stairdesc, ["stairs:stair_straw"] = stairdesc, ["stairs:stair_steelblock"] = stairdesc, + ["stairs:stair_tinblock"] = stairdesc, ["stairs:stair_copperblock"] = stairdesc, ["stairs:stair_bronzeblock"] = stairdesc, ["stairs:stair_goldblock"] = stairdesc, @@ -445,6 +447,7 @@ local export_longdesc = { ["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:string"] = craftitemdesc, ["farming:wheat"] = craftitemdesc, ["farming:flour"] = craftitemdesc, } @@ -578,6 +581,7 @@ local export_usagehelp = { ["stairs:slab_brick"] = slabuse, ["stairs:slab_straw"] = slabuse, ["stairs:slab_steelblock"] = slabuse, + ["stairs:slab_tinblock"] = slabuse, ["stairs:slab_copperblock"] = slabuse, ["stairs:slab_bronzeblock"] = slabuse, ["stairs:slab_goldblock"] = slabuse, |