StairsPlus support for nether bricks. (#19)

This commit is contained in:
Luka Vandervelden 2016-06-12 01:52:48 +02:00 committed by Auke Kok
parent e230813af8
commit 589f305d08
2 changed files with 12 additions and 0 deletions

View File

@ -1,2 +1,3 @@
stairs
default
moreblocks?

View File

@ -483,6 +483,17 @@ stairs.register_stair_and_slab(
default.node_sound_stone_defaults()
)
-- StairsPlus
if minetest.get_modpath("moreblocks") then
stairsplus:register_all(
"nether", "brick", "nether:brick", {
description = "Nether Brick",
groups = {cracky = 2, level = 2},
tiles = {"nether_brick.png"},
sounds = default.node_sound_stone_defaults(),
})
end
-- Craftitems