Version MFF.

This commit is contained in:
sys4-fr
2018-09-08 00:31:40 +02:00
parent 04483e4fd7
commit 48b8f8a726
37 changed files with 317 additions and 100 deletions

7
init.lua Normal file → Executable file
View File

@ -3,7 +3,7 @@
** Map Tools **
By Calinou.
Copyright (c) 2012-2017 Hugo Locurcio and contributors.
Copyright (c) 2012-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
=====================================================================
--]]
@ -27,6 +27,11 @@ dofile(modpath .. "/default_nodes.lua")
dofile(modpath .. "/nodes.lua")
dofile(modpath .. "/tools.lua")
--[[
Map Tools by Calinou
Licensed under the zlib license for code and CC BY-SA 3.0 for textures, see LICENSE.txt for info.
--]]
if minetest.setting_getbool("log_mods") then
minetest.log("action", S("[maptools] loaded."))
end