Add tin block stair/slab and string

master
Wuzzy 2017-08-26 17:57:04 +02:00
parent 5faa52b879
commit 59fb7398f7
1 changed files with 4 additions and 0 deletions

View File

@ -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,