From b8dab52e415f7b929c0af2f597e91573a0c2d6af Mon Sep 17 00:00:00 2001 From: Treer Date: Sat, 20 Jul 2019 16:56:32 +1000 Subject: [PATCH] Unroll 32affba6 (stairs) (#9) 32affba6 re-registered stairs which have already been registered 20 lines earlier in the code, and registered them as "brick" causing the netherbrick stairs to replace Minetest's default:brick stairs. The rest of 32affba6 was already unrolled in 7a0e52da, but the stairs bug remained. --- init.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/init.lua b/init.lua index dabb650..3f84d9e 100644 --- a/init.lua +++ b/init.lua @@ -1,4 +1,4 @@ - + --[[ Nether mod for minetest @@ -520,13 +520,6 @@ if minetest.get_modpath("moreblocks") then }) end -stairs.register_stair_and_slab("brick", "nether:brick", - {cracky=3, oddly_breakable_by_hand=1}, - {"nether_brick.png"}, - "nether stair", - "nether slab", - default.node_sound_stone_defaults()) - -- Craftitems