Push to 1.1.5

master
BlockMen 2015-08-14 20:35:35 +02:00
parent 79a54e7907
commit 4183c142aa
2 changed files with 30 additions and 3 deletions

View File

@ -1,8 +1,8 @@
Minetest mod "Creatures" Minetest mod "Creatures"
======================= =======================
by BlockMen (c) 2014 by BlockMen (c) 2014 - 2015
Version: 1.1.4 Beta Version: 1.1.5 Beta
About About
~~~~~ ~~~~~
@ -40,7 +40,7 @@ steel ingot stick
License of source code, textures and mesh model: WTFPL License of source code, textures and mesh model: WTFPL
------------------------------------------------------ ------------------------------------------------------
(c) Copyright BlockMen (2014) (c) Copyright BlockMen 2014 - 2015
Licenses of sounds Licenses of sounds
@ -100,6 +100,12 @@ Changelog:
- Sheep are not stuck that often in valleys; spawning less - Sheep are not stuck that often in valleys; spawning less
- Improved jumping of zombies and sheep - Improved jumping of zombies and sheep
# 1.1.5
- Fixed global variable (by vitaminx)
- Added description.txt and screenshot (by ExcaliburZero)
- Fixed sounds (zombie and sheep)
- Using [colorize modifier instead of texture overlays
This program is free software. It comes without any warranty, to This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want and/or modify it under the terms of the Do What The Fuck You Want

21
bower.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "creatures",
"description": "This mod adds several creatures to Minetest, including zombies, ghosts, and sheep.\n",
"keywords": [
"creatures",
"mobs",
"zombies",
"sheep",
"ghost",
"monsters",
"hostile"
],
"homepage": "https://github.com/BlockMen/creatures",
"forum": "http://forum.minetest.net/viewtopic.php?f=11&t=8638",
"screenshots": [
"https://raw.githubusercontent.com/BlockMen/creatures/master/screenshot.png"
],
"authors": [
"BlockMen"
]
}