mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
Fix error introduced in 169327abce
This commit is contained in:
parent
f11352e1c8
commit
40e93d4922
@ -317,3 +317,13 @@ stairs.register_stair_and_slab("obsidianbrick", "default:obsidianbrick",
|
||||
"Obsidian Brick Stair",
|
||||
"Obsidian Brick Slab",
|
||||
default.node_sound_stone_defaults())
|
||||
|
||||
-- From BFD:
|
||||
|
||||
stairs.register_stair_and_slab("cherry_wood", "default:cherry_plank",
|
||||
{snappy=2,choppy=2,oddly_breakable_by_hand=2,flammable=3},
|
||||
{"default_wood_cherry_planks.png"},
|
||||
"Cherry Plank Stair",
|
||||
"Cherry Plank Slab",
|
||||
"Cherry Plank Corner Stair",
|
||||
default.node_sound_wood_defaults())
|
||||
|
Loading…
Reference in New Issue
Block a user