summaryrefslogtreecommitdiff
path: root/maptools
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-19 12:01:09 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-02-19 12:01:09 -0500
commita7bebc671920fd58992de4ff5a5f2716c891565c (patch)
tree33fdcbfefeffe292e1c20c156d84cfafb89b8b80 /maptools
parent2aae75d105c39af6fa2b5a84672726ee5c19fec1 (diff)
downloaddreambuilder_modpack-a7bebc671920fd58992de4ff5a5f2716c891565c.tar
dreambuilder_modpack-a7bebc671920fd58992de4ff5a5f2716c891565c.tar.gz
dreambuilder_modpack-a7bebc671920fd58992de4ff5a5f2716c891565c.tar.bz2
dreambuilder_modpack-a7bebc671920fd58992de4ff5a5f2716c891565c.tar.xz
dreambuilder_modpack-a7bebc671920fd58992de4ff5a5f2716c891565c.zip
updated bobblocks, gloopblocks, maptools, mesecons, moreblocks,
moreores, plantlife, and xban2, and switched to TenPlus1's "farming redo" mod in lieu of Pilzadam's farming_plus since the latter breaks default farming.
Diffstat (limited to 'maptools')
-rw-r--r--maptools/CHANGELOG.md10
-rw-r--r--maptools/LICENSE.md5
-rw-r--r--maptools/README.md2
-rw-r--r--maptools/aliases.lua2
-rw-r--r--maptools/config.lua2
-rw-r--r--maptools/craftitems.lua2
-rw-r--r--maptools/default_nodes.lua2
-rw-r--r--maptools/init.lua2
-rw-r--r--maptools/nodes.lua2
-rw-r--r--maptools/tools.lua2
10 files changed, 20 insertions, 11 deletions
diff --git a/maptools/CHANGELOG.md b/maptools/CHANGELOG.md
new file mode 100644
index 0000000..e3c422f
--- /dev/null
+++ b/maptools/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
+and this project adheres to [Semantic Versioning](http://semver.org/).
+
+## [1.0.0] - 2017-02-19
+
+- Initial versioned release. \ No newline at end of file
diff --git a/maptools/LICENSE.md b/maptools/LICENSE.md
index ca48e3a..2188fe4 100644
--- a/maptools/LICENSE.md
+++ b/maptools/LICENSE.md
@@ -1,7 +1,6 @@
-zlib license
-============
+# zlib license
-Copyright (c) 2012-2015 Calinou and contributors
+Copyright (c) 2012-2017 Hugo Locurcio and contributors
**This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.**
diff --git a/maptools/README.md b/maptools/README.md
index 3a428b7..bd65652 100644
--- a/maptools/README.md
+++ b/maptools/README.md
@@ -1,7 +1,7 @@
Map Tools
=========
-Map Tools for Minetest <http://minetest.net>, a free/libre infinite
+Map Tools for [Minetest](http://minetest.net), a free and open source infinite
world block sandbox game.
To install, just clone this repository into your "mods" directory.
diff --git a/maptools/aliases.lua b/maptools/aliases.lua
index f1f0cc5..5a0e0bb 100644
--- a/maptools/aliases.lua
+++ b/maptools/aliases.lua
@@ -1,7 +1,7 @@
--[[
Map Tools: alias definitions
-Copyright (c) 2012-2015 Calinou and contributors.
+Copyright (c) 2012-2017 Hugo Locurcio and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
--]]
diff --git a/maptools/config.lua b/maptools/config.lua
index 63f1a26..f59be03 100644
--- a/maptools/config.lua
+++ b/maptools/config.lua
@@ -1,7 +1,7 @@
--[[
Map Tools: configuration handling
-Copyright (c) 2012-2015 Calinou and contributors.
+Copyright (c) 2012-2017 Hugo Locurcio and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
--]]
diff --git a/maptools/craftitems.lua b/maptools/craftitems.lua
index c311aa9..fca7e13 100644
--- a/maptools/craftitems.lua
+++ b/maptools/craftitems.lua
@@ -1,7 +1,7 @@
--[[
Map Tools: item definitions
-Copyright (c) 2012-2015 Calinou and contributors.
+Copyright (c) 2012-2017 Hugo Locurcio and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
--]]
diff --git a/maptools/default_nodes.lua b/maptools/default_nodes.lua
index 0432306..b7a2a98 100644
--- a/maptools/default_nodes.lua
+++ b/maptools/default_nodes.lua
@@ -1,7 +1,7 @@
--[[
Map Tools: unbreakable default nodes
-Copyright (c) 2012-2015 Calinou and contributors.
+Copyright (c) 2012-2017 Hugo Locurcio and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
--]]
diff --git a/maptools/init.lua b/maptools/init.lua
index dbff209..7b9afcd 100644
--- a/maptools/init.lua
+++ b/maptools/init.lua
@@ -3,7 +3,7 @@
** Map Tools **
By Calinou.
-Copyright (c) 2012-2015 Calinou and contributors.
+Copyright (c) 2012-2017 Hugo Locurcio and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
=====================================================================
--]]
diff --git a/maptools/nodes.lua b/maptools/nodes.lua
index 51daddc..b97f8d9 100644
--- a/maptools/nodes.lua
+++ b/maptools/nodes.lua
@@ -1,7 +1,7 @@
--[[
Map Tools: node definitions
-Copyright (c) 2012-2015 Calinou and contributors.
+Copyright (c) 2012-2017 Hugo Locurcio and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
--]]
diff --git a/maptools/tools.lua b/maptools/tools.lua
index 6ce8b6c..e42d2f5 100644
--- a/maptools/tools.lua
+++ b/maptools/tools.lua
@@ -1,7 +1,7 @@
--[[
Map Tools: tool definitions
-Copyright (c) 2012-2015 Calinou and contributors.
+Copyright (c) 2012-2017 Hugo Locurcio and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
--]]