More informative and shorter headers.
This commit is contained in:
parent
b5d62de9d8
commit
10d28eec32
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: alias definitions
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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.
|
||||||
======================================================================
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
-- More Blocks aliases:
|
-- More Blocks aliases:
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: circular saw
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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 = moreblocks.intllib
|
local S = moreblocks.intllib
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: configuration handling
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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.
|
||||||
======================================================================
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
moreblocks.config = {}
|
moreblocks.config = {}
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: crafting recipes
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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_craft({
|
minetest.register_craft({
|
||||||
|
4
init.lua
4
init.lua
@ -1,11 +1,11 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
=====================================================================
|
||||||
** More Blocks **
|
** More Blocks **
|
||||||
By Calinou, with the help of ShadowNinja and VanessaE.
|
By Calinou, with the help of ShadowNinja and VanessaE.
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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.
|
||||||
======================================================================
|
=====================================================================
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
moreblocks = {}
|
moreblocks = {}
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: node definitions
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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 = moreblocks.intllib
|
local S = moreblocks.intllib
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: ownership handling
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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 = moreblocks.gettext
|
local S = moreblocks.gettext
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: redefinitions of default stuff
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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.
|
||||||
======================================================================
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
-- Redefinitions of some default crafting recipes:
|
-- Redefinitions of some default crafting recipes:
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: alias definitions
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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 function register_stairsplus_alias(modname, origname, newname)
|
local function register_stairsplus_alias(modname, origname, newname)
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: conversion
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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.
|
||||||
======================================================================
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
-- Function to convert all stairs/slabs/etc nodes from
|
-- Function to convert all stairs/slabs/etc nodes from
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: Stairs+
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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.
|
||||||
======================================================================
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
-- Nodes will be called <modname>:{stair,slab,panel,micro}_<subname>
|
-- Nodes will be called <modname>:{stair,slab,panel,micro}_<subname>
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: microblock definitions
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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 = moreblocks.intllib
|
local S = moreblocks.intllib
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: panel definitions
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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 = moreblocks.intllib
|
local S = moreblocks.intllib
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: registrations
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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 default_nodes = { -- Default stairs/slabs/panels/microblocks:
|
local default_nodes = { -- Default stairs/slabs/panels/microblocks:
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: slab definitions
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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 = moreblocks.intllib
|
local S = moreblocks.intllib
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: slope definitions
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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 = moreblocks.intllib
|
local S = moreblocks.intllib
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
--[[
|
--[[
|
||||||
======================================================================
|
More Blocks: stair definitions
|
||||||
This file is part of More Blocks.
|
|
||||||
|
|
||||||
Copyright (c) 2011-2015 Calinou and contributors.
|
Copyright (c) 2011-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 = moreblocks.intllib
|
local S = moreblocks.intllib
|
||||||
|
Loading…
Reference in New Issue
Block a user