diff --git a/LICENSE.txt b/LICENSE.txt index d3eb5aa..ed5d50c 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015 BlockMen +Copyright (c) 2015-2016 BlockMen This software is provided 'as-is', without any express or implied warranty. In no diff --git a/README.txt b/README.txt index c1d77ed..8a6da3a 100644 --- a/README.txt +++ b/README.txt @@ -2,7 +2,7 @@ Mod/Modpack Creatures ===================== Copyright (c) 2015 BlockMen -Version: 2.2.1 +Version: 2.2.2 A Mod(pack) for Minetest that provides a MOB-Engine and adds several creatures to the game. diff --git a/changelog.txt b/changelog.txt index b45a14e..bb0bcb4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -17,3 +17,10 @@ Version 2.2 Version 2.2.1 ------------- - Fixed crash caused by not existing node + +Version 2.2.2 +------------- +- Eggs can be thrown to spawn chicken (rare) +- Chicken drop chicken meat and feather(s) on death +- Fixed spawn eggs being endless in singleplayer +- Fix searching for target if in panic mode diff --git a/chicken/LICENSE.txt b/chicken/LICENSE.txt index 95910aa..53a8194 100644 --- a/chicken/LICENSE.txt +++ b/chicken/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015 BlockMen +Copyright (c) 2015-2016 BlockMen This software is provided 'as-is', without any express or implied warranty. In no diff --git a/chicken/README.txt b/chicken/README.txt index b1b8b60..2969696 100644 --- a/chicken/README.txt +++ b/chicken/README.txt @@ -1,6 +1,6 @@ Chicken for Creatures MOB-Engine ================================ -Copyright (c) 2015 BlockMen +Copyright (c) 2015-2016 BlockMen Version: 2.1 Beta @@ -14,14 +14,14 @@ randomly eggs (which can be thrown to spawn new chicken) License: ~~~~~~~~ Code: -(c) Copyright 2015 BlockMen; modified zlib-License +(c) Copyright 2015-2016 BlockMen; modified zlib-License see "LICENSE.txt" for details. Media(textures and meshes/models): Gamit(WTFPL): creatures_egg.png everything else: -(c) Copyright (2014-2015) BlockMen; CC-BY-SA 3.0 +(c) Copyright (2014-2016) BlockMen; CC-BY-SA 3.0 Sounds: - creatures_chicken*.ogg, dobroide(https://freesound.org/people/dobroide) CC BY 3.0 diff --git a/chicken/egg.lua b/chicken/egg.lua index 88da184..b38a8fa 100644 --- a/chicken/egg.lua +++ b/chicken/egg.lua @@ -1,5 +1,5 @@ --= Chicken for Creatures MOB-Engine (cme) =-- --- Copyright (c) 2015 BlockMen +-- Copyright (c) 2015-2016 BlockMen -- -- egg.lua -- diff --git a/chicken/init.lua b/chicken/init.lua index 45db9b0..65d8e4b 100644 --- a/chicken/init.lua +++ b/chicken/init.lua @@ -1,5 +1,5 @@ --= Chicken for Creatures MOB-Engine (cme) =-- --- Copyright (c) 2015 BlockMen +-- Copyright (c) 2015-2016 BlockMen -- -- init.lua -- diff --git a/creatures/LICENSE.txt b/creatures/LICENSE.txt index d3eb5aa..ed5d50c 100644 --- a/creatures/LICENSE.txt +++ b/creatures/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015 BlockMen +Copyright (c) 2015-2016 BlockMen This software is provided 'as-is', without any express or implied warranty. In no diff --git a/creatures/README.txt b/creatures/README.txt index 4dcf72b..0f70bc8 100644 --- a/creatures/README.txt +++ b/creatures/README.txt @@ -1,6 +1,6 @@ Creatures MOB-Engine ==================== -Copyright (c) 2015 BlockMen +Copyright (c) 2015-2016 BlockMen Version: 2.0.2 @@ -15,11 +15,11 @@ See API.txt for more informations on how to use this engine for mobs. License: ~~~~~~~~ Code: -(c) Copyright 2015 BlockMen; modified zlib-License +(c) Copyright 2015-2016 BlockMen; modified zlib-License see "LICENSE.txt" for details. Media(textures and other media): -(c) Copyright (2014-2015) BlockMen; CC-BY-SA 3.0 +(c) Copyright (2014-2016) BlockMen; CC-BY-SA 3.0 Github: ~~~~~~~ diff --git a/creatures/common.lua b/creatures/common.lua index 087b809..8c9983d 100644 --- a/creatures/common.lua +++ b/creatures/common.lua @@ -1,5 +1,5 @@ --= Creatures MOB-Engine (cme) =-- --- Copyright (c) 2015 BlockMen +-- Copyright (c) 2015-2016 BlockMen -- -- common.lua -- diff --git a/creatures/functions.lua b/creatures/functions.lua index 170eb6f..c71322b 100644 --- a/creatures/functions.lua +++ b/creatures/functions.lua @@ -1,5 +1,5 @@ --= Creatures MOB-Engine (cme) =-- --- Copyright (c) 2015 BlockMen +-- Copyright (c) 2015-2016 BlockMen -- -- functions.lua -- diff --git a/creatures/init.lua b/creatures/init.lua index 3b912e4..2a851ab 100644 --- a/creatures/init.lua +++ b/creatures/init.lua @@ -1,5 +1,5 @@ --= Creatures MOB-Engine (cme) =-- --- Copyright (c) 2015 BlockMen +-- Copyright (c) 2015-2016 BlockMen -- -- init.lua -- diff --git a/creatures/items.lua b/creatures/items.lua index 7af04ef..5f93b9e 100644 --- a/creatures/items.lua +++ b/creatures/items.lua @@ -1,5 +1,5 @@ --= Creatures MOB-Engine (cme) =-- --- Copyright (c) 2015 BlockMen +-- Copyright (c) 2015-2016 BlockMen -- -- items.lua -- diff --git a/creatures/register.lua b/creatures/register.lua index 6d7b7bc..42e57f8 100644 --- a/creatures/register.lua +++ b/creatures/register.lua @@ -1,5 +1,5 @@ --= Creatures MOB-Engine (cme) =-- --- Copyright (c) 2015 BlockMen +-- Copyright (c) 2015-2016 BlockMen -- -- register.lua -- diff --git a/ghost/LICENSE.txt b/ghost/LICENSE.txt index d3eb5aa..53a8194 100644 --- a/ghost/LICENSE.txt +++ b/ghost/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015 BlockMen +Copyright (c) 2015-2016 BlockMen This software is provided 'as-is', without any express or implied warranty. In no @@ -17,4 +17,4 @@ product, an acknowledgment in the product documentation is required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. \ No newline at end of file +3. This notice may not be removed or altered from any source distribution. diff --git a/ghost/README.txt b/ghost/README.txt index b990321..607d68c 100644 --- a/ghost/README.txt +++ b/ghost/README.txt @@ -1,6 +1,6 @@ Ghost for Creatures MOB-Engine ============================== -Copyright (c) 2015 BlockMen +Copyright (c) 2015-2016 BlockMen Version: 2.0 Beta @@ -14,11 +14,11 @@ Ghosts have 12 HP and don't drop any items atm. License: ~~~~~~~~ Code: -(c) Copyright 2015 BlockMen; modified zlib-License +(c) Copyright 2015-2016 BlockMen; modified zlib-License see "LICENSE.txt" for details. Media(sounds, textures and meshes/models): -(c) Copyright (2014-2015) BlockMen; CC-BY-SA 3.0 +(c) Copyright (2014-2016) BlockMen; CC-BY-SA 3.0 Github: diff --git a/ghost/init.lua b/ghost/init.lua index c8be621..c3ef546 100644 --- a/ghost/init.lua +++ b/ghost/init.lua @@ -1,5 +1,5 @@ --= Ghost for Creatures MOB-Engine (cme) =-- --- Copyright (c) 2015 BlockMen +-- Copyright (c) 2015-2016 BlockMen -- -- init.lua -- diff --git a/sheep/LICENSE.txt b/sheep/LICENSE.txt index d3eb5aa..53a8194 100644 --- a/sheep/LICENSE.txt +++ b/sheep/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015 BlockMen +Copyright (c) 2015-2016 BlockMen This software is provided 'as-is', without any express or implied warranty. In no @@ -17,4 +17,4 @@ product, an acknowledgment in the product documentation is required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. \ No newline at end of file +3. This notice may not be removed or altered from any source distribution. diff --git a/zombie/LICENSE.txt b/zombie/LICENSE.txt index d3eb5aa..53a8194 100644 --- a/zombie/LICENSE.txt +++ b/zombie/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015 BlockMen +Copyright (c) 2015-2016 BlockMen This software is provided 'as-is', without any express or implied warranty. In no @@ -17,4 +17,4 @@ product, an acknowledgment in the product documentation is required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. \ No newline at end of file +3. This notice may not be removed or altered from any source distribution. diff --git a/zombie/README.txt b/zombie/README.txt index 3a9d9f1..53efdeb 100644 --- a/zombie/README.txt +++ b/zombie/README.txt @@ -1,6 +1,6 @@ Zombie for Creatures MOB-Engine =============================== -Copyright (c) 2015 BlockMen +Copyright (c) 2015-2016 BlockMen Version: 2.0 Beta @@ -15,11 +15,11 @@ Zombies have 20 HP (like players) and drop rotten flesh randomly. License: ~~~~~~~~ Code: -(c) Copyright 2015 BlockMen; modified zlib-License +(c) Copyright 2015-2016 BlockMen; modified zlib-License see "LICENSE.txt" for details. Media(textures and meshes/models): -(c) Copyright (2014-2015) BlockMen; CC-BY-SA 3.0 +(c) Copyright (2014-2016) BlockMen; CC-BY-SA 3.0 Sounds: - creatures_zombie.1.ogg, Under7dude(https://freesound.org/people/Under7dude) CC0 diff --git a/zombie/init.lua b/zombie/init.lua index 74b1e4e..98a16ed 100644 --- a/zombie/init.lua +++ b/zombie/init.lua @@ -1,5 +1,5 @@ --= Zombie for Creatures MOB-Engine (cme) =-- --- Copyright (c) 2015 BlockMen +-- Copyright (c) 2015-2016 BlockMen -- -- init.lua --