aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorCalinou <calinou@opmbx.org>2014-05-02 11:45:03 +0200
committerCalinou <calinou@opmbx.org>2014-05-02 11:45:03 +0200
commit3ef87509475651025c9da60b20db94c74e7be9fa (patch)
treeea931e3733cc0fda41a1c13f1452cb9589bc1194 /init.lua
parent34f707d28376d190a942efa6e0abab09d64b9c70 (diff)
downloadmoreblocks-3ef87509475651025c9da60b20db94c74e7be9fa.tar.gz
moreblocks-3ef87509475651025c9da60b20db94c74e7be9fa.tar.bz2
moreblocks-3ef87509475651025c9da60b20db94c74e7be9fa.zip
Remove unused stairsplus_convert.lua, code cleanup.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/init.lua b/init.lua
index 1a832db..574316d 100644
--- a/init.lua
+++ b/init.lua
@@ -1,6 +1,6 @@
--[[
-- More Blocks (moreblocks) by Calinou
--- Licensed under the zlib/libpng license for code and CC BY-SA for textures, see LICENSE.txt for info.
+-- Licensed under the zlib/ license for code and CC BY-SA 3.0 for textures, see LICENSE.txt for info.
--]]
moreblocks = {}
@@ -17,13 +17,13 @@ moreblocks.gettext = S
local modpath = minetest.get_modpath("moreblocks")
-dofile(modpath.."/config.lua")
-dofile(modpath.."/circular_saw.lua")
-dofile(modpath.."/stairsplus/init.lua")
-dofile(modpath.."/nodes.lua")
-dofile(modpath.."/redefinitions.lua")
-dofile(modpath.."/crafting.lua")
-dofile(modpath.."/aliases.lua")
+dofile(modpath .. "/config.lua")
+dofile(modpath .. "/circular_saw.lua")
+dofile(modpath .. "/stairsplus/init.lua")
+dofile(modpath .. "/nodes.lua")
+dofile(modpath .. "/redefinitions.lua")
+dofile(modpath .. "/crafting.lua")
+dofile(modpath .. "/aliases.lua")
if minetest.setting_getbool("log_mods") then
print(S("[moreblocks] loaded."))