mirror of
https://github.com/minetest-mods/nether.git
synced 2025-02-22 06:40:25 +01:00
add deep nether brick
add deep nether brick
This commit is contained in:
parent
fb6b666895
commit
ca60243be1
@ -161,6 +161,13 @@ minetest.register_node("nether:fence_nether_brick", {
|
|||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_node("nether:brick_deep", {
|
||||||
|
description = S("Deep Nether Brick"),
|
||||||
|
tiles = {"nether_brick_deep.png"},
|
||||||
|
is_ground_content = false,
|
||||||
|
groups = {cracky = 2, level = 2},
|
||||||
|
sounds = default.node_sound_stone_defaults()
|
||||||
|
})
|
||||||
|
|
||||||
-- Register stair and slab
|
-- Register stair and slab
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user