More informative and shorter headers.

This commit is contained in:
Calinou
2015-01-12 17:46:22 +01:00
parent b5d62de9d8
commit 10d28eec32
17 changed files with 18 additions and 50 deletions

View File

@ -1,10 +1,8 @@
--[[
======================================================================
This file is part of More Blocks.
More Blocks: alias definitions
Copyright (c) 2011-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]]
local function register_stairsplus_alias(modname, origname, newname)

View File

@ -1,10 +1,8 @@
--[[
======================================================================
This file is part of More Blocks.
More Blocks: conversion
Copyright (c) 2011-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]]
-- Function to convert all stairs/slabs/etc nodes from

View File

@ -1,10 +1,8 @@
--[[
======================================================================
This file is part of More Blocks.
More Blocks: Stairs+
Copyright (c) 2011-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]]
-- Nodes will be called <modname>:{stair,slab,panel,micro}_<subname>

View File

@ -1,10 +1,8 @@
--[[
======================================================================
This file is part of More Blocks.
More Blocks: microblock definitions
Copyright (c) 2011-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]]
local S = moreblocks.intllib

View File

@ -1,10 +1,8 @@
--[[
======================================================================
This file is part of More Blocks.
More Blocks: panel definitions
Copyright (c) 2011-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]]
local S = moreblocks.intllib

View File

@ -1,10 +1,8 @@
--[[
======================================================================
This file is part of More Blocks.
More Blocks: registrations
Copyright (c) 2011-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]]
local default_nodes = { -- Default stairs/slabs/panels/microblocks:

View File

@ -1,10 +1,8 @@
--[[
======================================================================
This file is part of More Blocks.
More Blocks: slab definitions
Copyright (c) 2011-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]]
local S = moreblocks.intllib

View File

@ -1,10 +1,8 @@
--[[
======================================================================
This file is part of More Blocks.
More Blocks: slope definitions
Copyright (c) 2011-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]]
local S = moreblocks.intllib

View File

@ -1,10 +1,8 @@
--[[
======================================================================
This file is part of More Blocks.
More Blocks: stair definitions
Copyright (c) 2011-2015 Calinou and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
======================================================================
--]]
local S = moreblocks.intllib