mirror of
https://github.com/minetest-mods/nether.git
synced 2024-12-28 11:50:26 +01:00
Fix sound passing for stairs.
This commit is contained in:
parent
3f2c30ec2e
commit
8008b8cbdc
2
init.lua
2
init.lua
@ -525,7 +525,7 @@ stairs.register_stair_and_slab("brick", "nether:brick",
|
|||||||
{"nether_brick.png"},
|
{"nether_brick.png"},
|
||||||
"nether stair",
|
"nether stair",
|
||||||
"nether slab",
|
"nether slab",
|
||||||
sounds = default.node_sound_stone_defaults())
|
default.node_sound_stone_defaults())
|
||||||
|
|
||||||
local function replace(old, new)
|
local function replace(old, new)
|
||||||
for i=1,8 do
|
for i=1,8 do
|
||||||
|
Loading…
Reference in New Issue
Block a user