diff options
author | Calinou <calinou9999spam@gmail.com> | 2013-08-01 10:58:34 +0200 |
---|---|---|
committer | Calinou <calinou9999spam@gmail.com> | 2013-08-01 10:58:34 +0200 |
commit | 2839770413d7cfbd730974629fe148390a9349f7 (patch) | |
tree | c8855ac9930f8cbef4705ca9486bca45ec77e249 /init.lua | |
parent | 290593619a7f57fa48a6b28771173d190eb12691 (diff) | |
parent | aa9644d9f5ccc101139bdb736aa5c4fad888d111 (diff) |
Merge branch 'master' of https://github.com/Calinou/moreblocks
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,6 @@ dofile(minetest.get_modpath("moreblocks").."/stairsplus/aliases.lua") dofile(minetest.get_modpath("moreblocks").."/stairsplus.lua")
dofile(minetest.get_modpath("moreblocks").."/circular_saw.lua")
-print(S("[moreblocks] loaded."))
-
--[[
****
More Blocks
@@ -356,3 +354,5 @@ minetest.register_craftitem("moreblocks:nothing", { inventory_image = "invisible.png",
on_use = minetest.item_eat(0),
})
+
+print(S("[moreblocks] loaded."))
|