forked from minetest-mods/maptools
More informative and shorter headers.
This commit is contained in:
parent
645a377734
commit
aae5d447fd
|
@ -1,10 +1,8 @@
|
||||||
--[[
|
--[[
|
||||||
======================================================================
|
Map Tools: alias definitions
|
||||||
This file is part of Map Tools.
|
|
||||||
|
|
||||||
Copyright (c) 2012-2015 Calinou and contributors.
|
Copyright (c) 2012-2015 Calinou and contributors.
|
||||||
Licensed under the zlib license. See LICENSE.md for more information.
|
Licensed under the zlib license. See LICENSE.md for more information.
|
||||||
======================================================================
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
minetest.register_alias("adminpick", "maptools:pick_admin")
|
minetest.register_alias("adminpick", "maptools:pick_admin")
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
--[[
|
--[[
|
||||||
======================================================================
|
Map Tools: configuration handling
|
||||||
This file is part of Map Tools.
|
|
||||||
|
|
||||||
Copyright (c) 2012-2015 Calinou and contributors.
|
Copyright (c) 2012-2015 Calinou and contributors.
|
||||||
Licensed under the zlib license. See LICENSE.md for more information.
|
Licensed under the zlib license. See LICENSE.md for more information.
|
||||||
======================================================================
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
maptools.config = {}
|
maptools.config = {}
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
--[[
|
--[[
|
||||||
======================================================================
|
Map Tools: item definitions
|
||||||
This file is part of Map Tools.
|
|
||||||
|
|
||||||
Copyright (c) 2012-2015 Calinou and contributors.
|
Copyright (c) 2012-2015 Calinou and contributors.
|
||||||
Licensed under the zlib license. See LICENSE.md for more information.
|
Licensed under the zlib license. See LICENSE.md for more information.
|
||||||
======================================================================
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
local S = maptools.intllib
|
local S = maptools.intllib
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
--[[
|
--[[
|
||||||
======================================================================
|
Map Tools: unbreakable default nodes
|
||||||
This file is part of Map Tools.
|
|
||||||
|
|
||||||
Copyright (c) 2012-2015 Calinou and contributors.
|
Copyright (c) 2012-2015 Calinou and contributors.
|
||||||
Licensed under the zlib license. See LICENSE.md for more information.
|
Licensed under the zlib license. See LICENSE.md for more information.
|
||||||
======================================================================
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
local S = maptools.intllib
|
local S = maptools.intllib
|
||||||
|
|
6
init.lua
6
init.lua
|
@ -1,11 +1,11 @@
|
||||||
--[[
|
--[[
|
||||||
======================================================================
|
=====================================================================
|
||||||
** Map Tools **
|
** Map Tools **
|
||||||
By Calinou.
|
By Calinou.
|
||||||
|
|
||||||
Copyright (c) 2012-2014 Calinou and contributors.
|
Copyright (c) 2012-2015 Calinou and contributors.
|
||||||
Licensed under the zlib license. See LICENSE.md for more information.
|
Licensed under the zlib license. See LICENSE.md for more information.
|
||||||
======================================================================
|
=====================================================================
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
maptools = {}
|
maptools = {}
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
--[[
|
--[[
|
||||||
======================================================================
|
Map Tools: node definitions
|
||||||
This file is part of Map Tools.
|
|
||||||
|
|
||||||
Copyright (c) 2012-2015 Calinou and contributors.
|
Copyright (c) 2012-2015 Calinou and contributors.
|
||||||
Licensed under the zlib license. See LICENSE.md for more information.
|
Licensed under the zlib license. See LICENSE.md for more information.
|
||||||
======================================================================
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
local S = maptools.intllib
|
local S = maptools.intllib
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
--[[
|
--[[
|
||||||
======================================================================
|
Map Tools: tool definitions
|
||||||
This file is part of Map Tools.
|
|
||||||
|
|
||||||
Copyright (c) 2012-2015 Calinou and contributors.
|
Copyright (c) 2012-2015 Calinou and contributors.
|
||||||
Licensed under the zlib license. See LICENSE.md for more information.
|
Licensed under the zlib license. See LICENSE.md for more information.
|
||||||
======================================================================
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
local S = maptools.intllib
|
local S = maptools.intllib
|
||||||
|
|
Loading…
Reference in New Issue
Block a user