fix netherrack slab being called deep netherack

This commit is contained in:
JoeEnderman 2023-04-14 01:59:55 -05:00 committed by GitHub
parent c288774774
commit 4b42e6af13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ stairs.register_slab( -- register a slab without adding inner and outer stairs
"nether:rack",
{cracky = 2, level = 2},
{"nether_rack.png"},
S("Deep Netherrack slab"),
S("Netherrack slab"),
minetest.registered_nodes["nether:rack"].sounds
)