diff options
author | Christian Danscheid <Christian_D_97@gmx.de> | 2013-08-15 20:11:01 +0200 |
---|---|---|
committer | Christian Danscheid <Christian_D_97@gmx.de> | 2013-08-15 20:11:01 +0200 |
commit | 6db1a35ef12f6a622e0b21d89f3516e9c3262945 (patch) | |
tree | f6a12bcb423b82ed48062bb8260cb4f68e1e13af /streetsmod | |
parent | a56833380523d900dad8cdc9c6361182ea8b0f9e (diff) | |
download | roads-6db1a35ef12f6a622e0b21d89f3516e9c3262945.tar roads-6db1a35ef12f6a622e0b21d89f3516e9c3262945.tar.gz roads-6db1a35ef12f6a622e0b21d89f3516e9c3262945.tar.bz2 roads-6db1a35ef12f6a622e0b21d89f3516e9c3262945.tar.xz roads-6db1a35ef12f6a622e0b21d89f3516e9c3262945.zip |
Added support for circular_saw (concrete)
Diffstat (limited to 'streetsmod')
-rw-r--r-- | streetsmod/init.lua | 8 |
1 files changed, 4 insertions, 4 deletions
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") |