From 992d6319dec6965585f646588941ae6bfdcd935e Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Fri, 19 May 2023 08:53:23 +0100 Subject: [PATCH] updated readme --- readme.MD | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.MD b/readme.MD index 651b98a..000d0a6 100644 --- a/readme.MD +++ b/readme.MD @@ -24,6 +24,15 @@ https://forum.minetest.net/viewtopic.php?f=11&t=9917 ## Changelog +### Version 1.57 + +* Added 'injured' animation when mob hurt +* Fixed yaw clamping to stop spinning mobs +* Added 'mob_node_timer_interval' and 'mob_main_timer_interval' settings +* Added ability for mobs to die only in natural daylight +* Refactored do_jump and added get_nodes function +* Many bug fixes and tweaks to improve performance + ### Version 1.56 * Added `arrow_override` function to mob definition to tweak arrow entity settings