Add slabs and stairs for nether bricks, using "stairs" mod.

This commit is contained in:
Auke Kok 2015-11-17 16:21:05 -08:00
parent bad0d53bdb
commit 9b4d1f8ff7
2 changed files with 8 additions and 0 deletions

View File

@ -1 +1,2 @@
stairs
default

View File

@ -369,6 +369,13 @@ minetest.register_node("nether:brick", {
sounds = default.node_sound_stone_defaults(),
})
stairs.register_stair_and_slab("nether_brick", "nether:brick",
{cracky=3, oddly_breakable_by_hand=1},
{"nether_brick.png"},
"nether stair",
"nether slab",
default.node_sound_stone_defaults())
local function replace(old, new)
for i=1,8 do
minetest.register_ore({