Add flower pot craft, rename brick stuff
This commit is contained in:
parent
b8aec37c98
commit
147a983956
7 changed files with 23 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue