summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-04-15 15:51:04 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2016-04-15 15:51:04 +0100
commit29b6fdaed9fa956331c17626bca4927c7bf198a8 (patch)
treec2c0b4bffe9339847720078c1c33447335c34100
parent335913f54318db715116ba048a01297081470254 (diff)
Amend tags
-rw-r--r--crafts.lua2
-rw-r--r--depends.txt2
-rw-r--r--description.txt2
-rw-r--r--init.lua2
-rw-r--r--license.txt4
-rw-r--r--mod.conf2
-rw-r--r--spawner.lua1
7 files changed, 9 insertions, 6 deletions
diff --git a/crafts.lua b/crafts.lua
index 6335adc..176ff7b 100644
--- a/crafts.lua
+++ b/crafts.lua
@@ -1,5 +1,5 @@
--- nametag
+-- name tag
minetest.register_craftitem("mobs:nametag", {
description = "Nametag",
inventory_image = "mobs_nametag.png",
diff --git a/depends.txt b/depends.txt
index 4ad96d5..331d858 100644
--- a/depends.txt
+++ b/depends.txt
@@ -1 +1 @@
-default
+default \ No newline at end of file
diff --git a/description.txt b/description.txt
index d5d7f0a..919852a 100644
--- a/description.txt
+++ b/description.txt
@@ -1 +1 @@
-Adds a mob api for mods to add animals or monsters etc
+Adds a mob api for mods to add animals or monsters etc. \ No newline at end of file
diff --git a/init.lua b/init.lua
index 3e0b0de..eac1e7a 100644
--- a/init.lua
+++ b/init.lua
@@ -1,7 +1,7 @@
local path = minetest.get_modpath("mobs")
--- Mob Api
+-- Mob API
dofile(path.."/api.lua")
-- Mob Items
diff --git a/license.txt b/license.txt
index 7a0960e..d6f3c92 100644
--- a/license.txt
+++ b/license.txt
@@ -18,4 +18,6 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE. \ No newline at end of file
+THE SOFTWARE.
+
+Above license is for Krupnov Pavel's animals inside of mod, the rest is WTFPL. \ No newline at end of file
diff --git a/mod.conf b/mod.conf
index 04c680e..f3a3ad7 100644
--- a/mod.conf
+++ b/mod.conf
@@ -1 +1 @@
-name = mobs \ No newline at end of file
+name = mobs
diff --git a/spawner.lua b/spawner.lua
index 5d13afc..4355770 100644
--- a/spawner.lua
+++ b/spawner.lua
@@ -1,3 +1,4 @@
+
-- mob spawner
local spawner_default = "mobs:pumba 10 15 0 0"