initial commit

master
Juraj Vajda 2018-10-12 20:11:29 -04:00
commit 469bc7ccfd
2 changed files with 10 additions and 0 deletions

1
depends.txt Normal file
View File

@ -0,0 +1 @@
stairs

9
init.lua Normal file
View File

@ -0,0 +1,9 @@
stairs.register_stair_and_slab(
"magmacobble",
"x_default:magmacobble",
{cracky = 3},
{"x_default_magmacobble.png"},
"Magma Cobblestone Stair",
"Magma Cobblestone Slab",
default.node_sound_stone_defaults()
)