diff --git a/api.lua b/api.lua index 47e125c..b84cf28 100644 --- a/api.lua +++ b/api.lua @@ -324,5 +324,5 @@ function mcl_decor.register_dyed_planks(name, desc, hexcolor, dye, colorgroup) burntime = 12, }) -- maybe descriptions of slabs/stairs after that workaround will be VERY CRAPPY (especially with translations via locales), but at least it works - mcl_stairs.register_stair_and_slab_simple(name, "mcl_decor:"..name, desc..S(" Stair"), desc..S(" Slab"), S("Double")..desc..S(" Slab")) + mcl_stairs.register_stair_and_slab_simple(name, "mcl_decor:"..name, desc..S(" Stair"), desc..S(" Slab"), S("Double")..desc..S(" Slab"), "woodlike") end