aboutsummaryrefslogtreecommitdiff
path: root/stairsplus/init.lua
diff options
context:
space:
mode:
authorCalinou <calinou@opmbx.org>2014-07-21 12:24:49 +0200
committerCalinou <calinou@opmbx.org>2014-07-21 12:24:49 +0200
commitf7916005c2fe14a2aa7f9052abcffd250b67ffcc (patch)
tree4488ce6705bd0a7c87e3afb731b374a8dfa06968 /stairsplus/init.lua
parent28741bf242f64fe52fc686fe3683d5015a90f3e2 (diff)
downloadmoreblocks-f7916005c2fe14a2aa7f9052abcffd250b67ffcc.tar.gz
moreblocks-f7916005c2fe14a2aa7f9052abcffd250b67ffcc.tar.bz2
moreblocks-f7916005c2fe14a2aa7f9052abcffd250b67ffcc.zip
Code cleanup, new Stairs+ recipes.
Diffstat (limited to 'stairsplus/init.lua')
-rw-r--r--stairsplus/init.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/stairsplus/init.lua b/stairsplus/init.lua
index 4ea710f..cceee2a 100644
--- a/stairsplus/init.lua
+++ b/stairsplus/init.lua
@@ -1,6 +1,6 @@
-- Nodes will be called <modname>:{stair,slab,panel,micro}_<subname>
-local modpath = minetest.get_modpath("moreblocks").."/stairsplus"
+local modpath = minetest.get_modpath("moreblocks").. "/stairsplus"
stairsplus = {}
stairsplus.expect_infinite_stacks = false
@@ -34,10 +34,10 @@ function register_stair_slab_panel_micro(modname, subname, recipeitem, groups, i
})
end
--- dofile(modpath.."/aliases.lua") -- Not needed as of Q2 2013, uncomment to fix old maps.
--- dofile(modpath.."/conversion.lua") -- Not needed as of Q2 2013, uncomment to fix old maps.
-dofile(modpath.."/stairs.lua")
-dofile(modpath.."/slabs.lua")
-dofile(modpath.."/panels.lua")
-dofile(modpath.."/microblocks.lua")
-dofile(modpath.."/registrations.lua")
+-- dofile(modpath.. "/aliases.lua") -- Not needed as of Q2 2013, uncomment to fix old maps.
+-- dofile(modpath.. "/conversion.lua") -- Not needed as of Q2 2013, uncomment to fix old maps.
+dofile(modpath.. "/stairs.lua")
+dofile(modpath.. "/slabs.lua")
+dofile(modpath.. "/panels.lua")
+dofile(modpath.. "/microblocks.lua")
+dofile(modpath.. "/registrations.lua")