From 3d8397161e33748deaf8e08033fb309caaae53bc Mon Sep 17 00:00:00 2001 From: webdesigner97 Date: Wed, 2 Oct 2013 09:00:04 +0200 Subject: Trafficlightcontroller and a bugfix for stairs --- streetsmod/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'streetsmod') diff --git a/streetsmod/init.lua b/streetsmod/init.lua index 63b7155..ed044bd 100644 --- a/streetsmod/init.lua +++ b/streetsmod/init.lua @@ -28,7 +28,7 @@ print("'Technic' not installed \n\t => StreetsMod will register its own concrete block") streets.extendedBy.technic = false end - if minetest.get_modpath("stairs") then + if minetest.get_modpath("moreblocks") then print("'Moreblocks' is installed \n\t => There will be stairs and slabs'") streets.extendedBy.moreblocks = true else -- cgit v1.2.3