diff options
author | Wuzzy <almikes@aol.com> | 2017-08-26 17:57:04 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2017-08-26 17:57:04 +0200 |
commit | 59fb7398f78a17a5f3bba68a30d93fc48143bfbd (patch) | |
tree | 1f82dc134d5ebef4b5f2b9584bc474e8e1ed7678 | |
parent | 5faa52b8790275232413c618f13a40685435b839 (diff) |
Add tin block stair/slab and string
-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, |