forked from MineClone5/MineClone5
master #1
|
@ -628,8 +628,8 @@ mcl_stairs.register_stair_and_slab_simple("crimson_hyphae_wood", "mcl_mushroom:c
|
|||
--Hyphae Stairs and slabs
|
||||
|
||||
local barks = {
|
||||
{ "warped", S("Warped Bark Stairs"), S("Warped Bark Slab"), S("Double Warped Bark Slab") },
|
||||
{ "crimson", S("Crimson Bark Stairs"), S("Crimson Bark Slab"), S("Double Crimson Bark Slab") },
|
||||
{ "warped", S("Warped Bark Stair"), S("Warped Bark Slab"), S("Double Warped Bark Slab") },
|
||||
{ "crimson", S("Crimson Bark Stair"), S("Crimson Bark Slab"), S("Double Crimson Bark Slab") },
|
||||
}
|
||||
|
||||
for b=1, #barks do
|
||||
|
|
Loading…
Reference in New Issue