forked from rudzik8/mcl_decor
Fix dyed planks' corner stair texture
This commit is contained in:
parent
1f87c1ddfd
commit
eee24edb71
2
api.lua
2
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
|
||||
|
|
Loading…
Reference in New Issue