Fix dyed planks' corner stair texture

This commit is contained in:
Mikita Wiśniewski 2022-03-23 17:07:49 +07:00
parent 1f87c1ddfd
commit eee24edb71
1 changed files with 1 additions and 1 deletions

View File

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