mirror of
https://github.com/minetest-mods/maptools.git
synced 2024-12-24 08:20:21 +01:00
More informative and shorter headers.
This commit is contained in:
parent
645a377734
commit
aae5d447fd
@ -1,10 +1,8 @@
|
||||
--[[
|
||||
======================================================================
|
||||
This file is part of Map Tools.
|
||||
Map Tools: alias definitions
|
||||
|
||||
Copyright (c) 2012-2015 Calinou and contributors.
|
||||
Licensed under the zlib license. See LICENSE.md for more information.
|
||||
======================================================================
|
||||
--]]
|
||||
|
||||
minetest.register_alias("adminpick", "maptools:pick_admin")
|
||||
|
@ -1,10 +1,8 @@
|
||||
--[[
|
||||
======================================================================
|
||||
This file is part of Map Tools.
|
||||
Map Tools: configuration handling
|
||||
|
||||
Copyright (c) 2012-2015 Calinou and contributors.
|
||||
Licensed under the zlib license. See LICENSE.md for more information.
|
||||
======================================================================
|
||||
--]]
|
||||
|
||||
maptools.config = {}
|
||||
|
@ -1,10 +1,8 @@
|
||||
--[[
|
||||
======================================================================
|
||||
This file is part of Map Tools.
|
||||
Map Tools: item definitions
|
||||
|
||||
Copyright (c) 2012-2015 Calinou and contributors.
|
||||
Licensed under the zlib license. See LICENSE.md for more information.
|
||||
======================================================================
|
||||
--]]
|
||||
|
||||
local S = maptools.intllib
|
||||
|
@ -1,10 +1,8 @@
|
||||
--[[
|
||||
======================================================================
|
||||
This file is part of Map Tools.
|
||||
Map Tools: unbreakable default nodes
|
||||
|
||||
Copyright (c) 2012-2015 Calinou and contributors.
|
||||
Licensed under the zlib license. See LICENSE.md for more information.
|
||||
======================================================================
|
||||
--]]
|
||||
|
||||
local S = maptools.intllib
|
||||
|
6
init.lua
6
init.lua
@ -1,11 +1,11 @@
|
||||
--[[
|
||||
======================================================================
|
||||
=====================================================================
|
||||
** Map Tools **
|
||||
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.
|
||||
======================================================================
|
||||
=====================================================================
|
||||
--]]
|
||||
|
||||
maptools = {}
|
||||
|
@ -1,10 +1,8 @@
|
||||
--[[
|
||||
======================================================================
|
||||
This file is part of Map Tools.
|
||||
Map Tools: node definitions
|
||||
|
||||
Copyright (c) 2012-2015 Calinou and contributors.
|
||||
Licensed under the zlib license. See LICENSE.md for more information.
|
||||
======================================================================
|
||||
--]]
|
||||
|
||||
local S = maptools.intllib
|
||||
|
@ -1,10 +1,8 @@
|
||||
--[[
|
||||
======================================================================
|
||||
This file is part of Map Tools.
|
||||
Map Tools: tool definitions
|
||||
|
||||
Copyright (c) 2012-2015 Calinou and contributors.
|
||||
Licensed under the zlib license. See LICENSE.md for more information.
|
||||
======================================================================
|
||||
--]]
|
||||
|
||||
local S = maptools.intllib
|
||||
|
Loading…
Reference in New Issue
Block a user