Update version information
This commit is contained in:
parent
fb7ffdf3a8
commit
0e58390c0e
@ -18,6 +18,11 @@ https://github.com/sapier/animals_modpack/wiki/Frequently-asked-questions
|
||||
|
||||
Changelog:
|
||||
-------------------------------------------------------------------------------
|
||||
Changes 2.2.92
|
||||
-add activation quota
|
||||
-add missing shark icon
|
||||
-disabled pathfinding by default (will improve performance on slow machines)
|
||||
|
||||
Changes 2.2.91
|
||||
-fix dm vault spawning
|
||||
-fix stop & go movement to avoid permanent direction changes
|
||||
|
@ -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.2.91"
|
||||
mobf_version = "2.2.92"
|
||||
|
||||
--! @brief define tools used for more than one mob
|
||||
function mobf_init_basic_tools()
|
||||
|
@ -144,7 +144,7 @@ function mobf_init_world_specific_settings()
|
||||
end
|
||||
|
||||
if minetest.world_setting_get("mobf_disable_pathfinding") == nil then
|
||||
minetest.world_setting_set("mobf_disable_pathfinding",false)
|
||||
minetest.world_setting_set("mobf_disable_pathfinding",true)
|
||||
end
|
||||
|
||||
if minetest.world_setting_get("mobf_delayed_spawning") == nil then
|
||||
|
Loading…
x
Reference in New Issue
Block a user