summaryrefslogtreecommitdiff
path: root/streetsmod/init.lua
diff options
context:
space:
mode:
authorChristian Danscheid <Christian_D_97@gmx.de>2013-08-15 20:11:01 +0200
committerChristian Danscheid <Christian_D_97@gmx.de>2013-08-15 20:11:01 +0200
commit6db1a35ef12f6a622e0b21d89f3516e9c3262945 (patch)
treef6a12bcb423b82ed48062bb8260cb4f68e1e13af /streetsmod/init.lua
parenta56833380523d900dad8cdc9c6361182ea8b0f9e (diff)
downloadroads-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/init.lua')
-rw-r--r--streetsmod/init.lua8
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")