From 27a660b731dca22a12693259e32d2ad9f8b5a6e8 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index cb388aa..4bb2ead 100644 --- a/init.lua +++ b/init.lua @@ -1,4 +1,4 @@ ---[[ +--[[ Nether mod for minetest