From 4b42e6af13dd4a30c8070c40cb869f73a0382fdd Mon Sep 17 00:00:00 2001 From: JoeEnderman <76822001+JoeEnderman@users.noreply.github.com> Date: Fri, 14 Apr 2023 01:59:55 -0500 Subject: [PATCH] fix netherrack slab being called deep netherack --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index 52503f2..c075669 100644 --- a/nodes.lua +++ b/nodes.lua @@ -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 )