diff options
author | Hugo Locurcio <hugo.l@openmailbox.org> | 2017-02-19 13:35:16 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.l@openmailbox.org> | 2017-02-19 13:35:16 +0100 |
commit | 831bbb2b276606781bc44329339339e18e66b7c0 (patch) | |
tree | e449de50e413a4008131ec0185628991e5ad8977 /stairsplus | |
parent | 4ad4dc958f0a87be754bc00cd6facb879b0d5a7c (diff) | |
download | moreblocks-831bbb2b276606781bc44329339339e18e66b7c0.tar.gz moreblocks-831bbb2b276606781bc44329339339e18e66b7c0.tar.bz2 moreblocks-831bbb2b276606781bc44329339339e18e66b7c0.zip |
Prepare for v1.0.0 release
Diffstat (limited to 'stairsplus')
-rw-r--r-- | stairsplus/API.md | 3 | ||||
-rw-r--r-- | stairsplus/aliases.lua | 2 | ||||
-rw-r--r-- | stairsplus/conversion.lua | 2 | ||||
-rw-r--r-- | stairsplus/init.lua | 2 | ||||
-rw-r--r-- | stairsplus/microblocks.lua | 2 | ||||
-rw-r--r-- | stairsplus/panels.lua | 2 | ||||
-rw-r--r-- | stairsplus/registrations.lua | 2 | ||||
-rw-r--r-- | stairsplus/slabs.lua | 2 | ||||
-rw-r--r-- | stairsplus/slopes.lua | 2 | ||||
-rw-r--r-- | stairsplus/stairs.lua | 2 |
10 files changed, 10 insertions, 11 deletions
diff --git a/stairsplus/API.md b/stairsplus/API.md index 2db0f2b..1011487 100644 --- a/stairsplus/API.md +++ b/stairsplus/API.md @@ -1,5 +1,4 @@ -API documentation for Stairs+ -============================= +# API documentation for Stairs+ * `stairsplus:register_all(modname, subname, recipeitem, fields)` Registers a stair, slab, panel, microblock, and any other types of diff --git a/stairsplus/aliases.lua b/stairsplus/aliases.lua index c235d34..a4d95f0 100644 --- a/stairsplus/aliases.lua +++ b/stairsplus/aliases.lua @@ -1,7 +1,7 @@ --[[ More Blocks: alias definitions -Copyright (c) 2011-2015 Calinou and contributors. +Copyright (c) 2011-2017 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/stairsplus/conversion.lua b/stairsplus/conversion.lua index 37f2a25..887f3e3 100644 --- a/stairsplus/conversion.lua +++ b/stairsplus/conversion.lua @@ -1,7 +1,7 @@ --[[ More Blocks: conversion -Copyright (c) 2011-2015 Calinou and contributors. +Copyright (c) 2011-2017 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/stairsplus/init.lua b/stairsplus/init.lua index 1f2cefe..87a356f 100644 --- a/stairsplus/init.lua +++ b/stairsplus/init.lua @@ -1,7 +1,7 @@ --[[ More Blocks: Stairs+ -Copyright (c) 2011-2015 Calinou and contributors. +Copyright (c) 2011-2017 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/stairsplus/microblocks.lua b/stairsplus/microblocks.lua index a3b94d3..727278e 100644 --- a/stairsplus/microblocks.lua +++ b/stairsplus/microblocks.lua @@ -1,7 +1,7 @@ --[[ More Blocks: microblock definitions -Copyright (c) 2011-2015 Calinou and contributors. +Copyright (c) 2011-2017 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/stairsplus/panels.lua b/stairsplus/panels.lua index 66e736d..fb18f05 100644 --- a/stairsplus/panels.lua +++ b/stairsplus/panels.lua @@ -1,7 +1,7 @@ --[[ More Blocks: panel definitions -Copyright (c) 2011-2015 Calinou and contributors. +Copyright (c) 2011-2017 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua index 13a9be7..ccadedc 100644 --- a/stairsplus/registrations.lua +++ b/stairsplus/registrations.lua @@ -1,7 +1,7 @@ --[[ More Blocks: registrations -Copyright (c) 2011-2015 Calinou and contributors. +Copyright (c) 2011-2017 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/stairsplus/slabs.lua b/stairsplus/slabs.lua index 9fa2494..2a86b0f 100644 --- a/stairsplus/slabs.lua +++ b/stairsplus/slabs.lua @@ -1,7 +1,7 @@ --[[ More Blocks: slab definitions -Copyright (c) 2011-2015 Calinou and contributors. +Copyright (c) 2011-2017 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/stairsplus/slopes.lua b/stairsplus/slopes.lua index 1868cb3..cd8142f 100644 --- a/stairsplus/slopes.lua +++ b/stairsplus/slopes.lua @@ -1,7 +1,7 @@ --[[ More Blocks: slope definitions -Copyright (c) 2011-2015 Calinou and contributors. +Copyright (c) 2011-2017 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] diff --git a/stairsplus/stairs.lua b/stairsplus/stairs.lua index fc47dbd..8dd29a0 100644 --- a/stairsplus/stairs.lua +++ b/stairsplus/stairs.lua @@ -1,7 +1,7 @@ --[[ More Blocks: stair definitions -Copyright (c) 2011-2015 Calinou and contributors. +Copyright (c) 2011-2017 Hugo Locurcio and contributors. Licensed under the zlib license. See LICENSE.md for more information. --]] |