From 4cd994e38596509864f97d4c4eba892486fde820 Mon Sep 17 00:00:00 2001 From: Calinou Date: Sun, 4 May 2014 14:34:54 +0200 Subject: [PATCH] Disable desert cobblestone Stairs+ nodes because it doesn't work with minetest_game. --- stairsplus/registrations.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua index a29721e..bfa5df7 100644 --- a/stairsplus/registrations.lua +++ b/stairsplus/registrations.lua @@ -12,7 +12,7 @@ local default_nodes = { "bronzeblock", "diamondblock", "desert_stone", - "desert_cobble", + -- "desert_cobble", Does not work in minetest_game. "glass", "tree", "wood",