master #1

Merged
PrWalterB merged 111 commits from MineClone5/MineClone5:master into master 2022-07-22 11:41:02 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit c62eb202ab - Show all commits

View File

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