mirror of
https://github.com/minetest-mods/nether.git
synced 2025-07-01 07:50:34 +02:00
fix netherrack slab being called deep netherack
This commit is contained in:
@ -391,7 +391,7 @@ stairs.register_slab( -- register a slab without adding inner and outer stairs
|
|||||||
"nether:rack",
|
"nether:rack",
|
||||||
{cracky = 2, level = 2},
|
{cracky = 2, level = 2},
|
||||||
{"nether_rack.png"},
|
{"nether_rack.png"},
|
||||||
S("Deep Netherrack slab"),
|
S("Netherrack slab"),
|
||||||
minetest.registered_nodes["nether:rack"].sounds
|
minetest.registered_nodes["nether:rack"].sounds
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user