From eee24edb7124e0fc999c500dbb0e32431dd0c29f Mon Sep 17 00:00:00 2001 From: rudzik8 Date: Wed, 23 Mar 2022 17:07:49 +0700 Subject: [PATCH] Fix dyed planks' corner stair texture --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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