19 lines
445 B
Lua
19 lines
445 B
Lua
register_stair_slab_panel_micro("mithril_block", "block", "moreores:mithril_block",
|
|
{cracky=3},
|
|
{"moreores_mithril_block.png"},
|
|
"Mithril Block",
|
|
"block",
|
|
0
|
|
)
|
|
|
|
register_stair_slab_panel_micro("silver_block", "block", "moreores:silver_block",
|
|
{cracky=3},
|
|
{"moreores_silver_block.png"},
|
|
"Silver Block",
|
|
"block",
|
|
0
|
|
)
|
|
|
|
table.insert(circular_saw.known_stairs, "moreores:mithril_block")
|
|
table.insert(circular_saw.known_stairs, "moreores:silver_block")
|