Update version information

This commit is contained in:
sapier 2014-07-20 20:18:09 +02:00
parent 6de379a6e1
commit ecc244d619
2 changed files with 20 additions and 1 deletions

View File

@ -19,6 +19,25 @@ https://github.com/sapier/animals_modpack/wiki/Frequently-asked-questions
Changelog:
-------------------------------------------------------------------------------
Changes 2.3.91
-improve advanced spawning
-make fighting mobs (a little bit) more smart
-add bear
-improve building spawner
-fix mob orientation in combat
-fix mob orientation on riding
-update license information
-make ckick spawn from egg
-add plantlive plants and vines
-rewrite mobf_settings
-add intllib support (thanks xanthin)
-fix b3d models spaming server log due to missing texture
-improve partroling mode
-fix factions support
-fix slabs for some mobs
-add support for healing own mobs
-lots of minor bugfixes ... see github commit log
Changes 2.3.90
-switched to adv_spawning

View File

@ -110,7 +110,7 @@ dofile (mobf_modpath .. "/mgen_pathbased/main.lua")
dofile (mobf_modpath .. "/mgen_flee/main_flee.lua")
dofile (mobf_modpath .. "/mov_gen_none.lua")
mobf_version = "2.3.90"
mobf_version = "2.3.91"
--! @brief define tools used for more than one mob
function mobf_init_basic_tools()