diff --git a/README.txt b/README.txt index 6b59a32..d48b969 100644 --- a/README.txt +++ b/README.txt @@ -1,8 +1,8 @@ Minetest mod "Creatures" ======================= -by BlockMen (c) 2014 +by BlockMen (c) 2014 - 2015 -Version: 1.1.4 Beta +Version: 1.1.5 Beta About ~~~~~ @@ -40,7 +40,7 @@ steel ingot stick License of source code, textures and mesh model: WTFPL ------------------------------------------------------ -(c) Copyright BlockMen (2014) +(c) Copyright BlockMen 2014 - 2015 Licenses of sounds @@ -100,6 +100,12 @@ Changelog: - Sheep are not stuck that often in valleys; spawning less - 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 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 diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..2d95b7c --- /dev/null +++ b/bower.json @@ -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" + ] +} \ No newline at end of file