Fix 2 mcl_stairs warnings

This commit is contained in:
Wuzzy 2017-06-05 19:30:48 +02:00
parent 5bf17dda64
commit 60956add1f
1 changed files with 2 additions and 2 deletions

View File

@ -94,9 +94,9 @@ mcl_stairs.register_slab("stone", "mcl_core:stone",
"Stone Slab",
mcl_sounds.node_sound_stone_defaults(), 2, "Double Stone Slab")
mcl_stairs.register_stair_and_slab_simple("cobble", "mcl_core:cobble", "Cobblestone Stairs", "Cobblestone Slab", nil, nil, "Double Cobblestone Slab")
mcl_stairs.register_stair_and_slab_simple("cobble", "mcl_core:cobble", "Cobblestone Stairs", "Cobblestone Slab", "Double Cobblestone Slab")
mcl_stairs.register_stair_and_slab_simple("brick_block", "mcl_core:brick_block", "Brick Stairs", "Brick Slab", nil, nil, "Double Brick Slab")
mcl_stairs.register_stair_and_slab_simple("brick_block", "mcl_core:brick_block", "Brick Stairs", "Brick Slab", "Double Brick Slab")
mcl_stairs.register_stair("sandstone", "group:sandstone",