Add flower pot craft, rename brick stuff

This commit is contained in:
Wuzzy 2017-02-01 18:51:26 +01:00
parent b8aec37c98
commit 147a983956
7 changed files with 23 additions and 12 deletions

View file

@ -277,11 +277,13 @@ stairs.register_stair_and_slab("cobble", "mcl_core:cobble",
"Cobblestone Slab",
mcl_core.node_sound_stone_defaults())
stairs.register_stair_and_slab("brick", "mcl_core:brick",
stairs.register_stair_and_slab("brick_block", "mcl_core:brick_block",
{cracky=3},
{"default_brick.png"},
"Bricks Stairs",
"Bricks Slab",
-- Original name: Bricks Stairs
"Brick Block Stairs",
-- Original name: Bricks Slab
"Brick Block Slab",
mcl_core.node_sound_stone_defaults())
stairs.register_stair_and_slab("sandstone", "group:sandstone",