From 6db1a35ef12f6a622e0b21d89f3516e9c3262945 Mon Sep 17 00:00:00 2001 From: Christian Danscheid Date: Thu, 15 Aug 2013 20:11:01 +0200 Subject: Added support for circular_saw (concrete) --- streetsmod/init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'streetsmod/init.lua') diff --git a/streetsmod/init.lua b/streetsmod/init.lua index aeb2784..9e4e30b 100644 --- a/streetsmod/init.lua +++ b/streetsmod/init.lua @@ -29,11 +29,11 @@ streets.extendedBy.technic = false end if minetest.get_modpath("stairs") then - print("'Stairs' is installed \n\t => There will be stairs and slabs'") - streets.extendedBy.stairs = true + print("'Moreblocks' is installed \n\t => There will be stairs and slabs'") + streets.extendedBy.moreblocks = true else - print("'Stairs' not installed \n\t => There won't be stairs and slabs'") - streets.extendedBy.stairs = false + print("'Moreblocks' not installed \n\t => There won't be stairs and slabs'") + streets.extendedBy.moreblocks = false end if minetest.get_modpath("bucket") then print("'Bucket' is installed \n\t => All signs are available") -- cgit v1.2.3