Update chicken mod to Git commit ea980f9...

http://github.com/AntumMT/mod-cmer/tree/ea980f9
master
Jordan Irwin 2021-05-13 12:35:31 -07:00
parent 5c6aa0b0a0
commit 45becef17c
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
* [painting][] (???) -- version [8961849 Git][ver.painting] *2016-05-05*
* [pipeworks][] ([LGPL][lic.lgpl3.0] / [CC BY-SA][lic.ccbysa4.0]) -- version: [2670fd8 Git][ver.pipeworks] *2021-05-06* ([patched][patch.pipeworks])
* mobiles/
* [chicken][creatures] ([Zlib][lic.creatures] / [CC BY-SA][lic.ccbysa3.0]) -- version: [bce3b51 Git][ver.chicken] *2021-05-05*
* [chicken][creatures] ([Zlib][lic.creatures] / [CC BY-SA][lic.ccbysa3.0]) -- version: [ea980f9 Git][ver.chicken] *2021-05-13*
* [folks][] ([GPL][lic.gpl3.0]) -- version: [0.2.0][ver.folks] *2021-02-23*
* general/
* [mobs_animal][] ([MIT][lic.mobs_animal]) -- version: [80e72a4 Git][ver.mobs_animal] *2021-04-13* ([patched][patch.mobs_animal])
@ -479,7 +479,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[ver.castle_tapestries]: https://github.com/minetest-mods/castle_tapestries/tree/f5e3ac1
[ver.castle_weapons]: https://github.com/minetest-mods/castle_weapons/tree/d3cf095
[ver.chatlog]: https://github.com/AntumMT/mod-chatlog/tree/v1.0
[ver.chicken]: http://github.com/AntumMT/mod-cmer/tree/bce3b51
[ver.chicken]: http://github.com/AntumMT/mod-cmer/tree/ea980f9
[ver.christmas]: https://github.com/TheZenKitteh/minetest-christmas/tree/d3bd872
[ver.cleaner]: https://github.com/AntumMT/mod-cleaner/tree/68222b1
[ver.coloredwood]: https://gitlab.com/VanessaE/coloredwood/tags/2021-01-30

View File

@ -78,7 +78,7 @@ local def = {
modes = {
idle = {chance = 0.25, duration = 5, update_yaw = 3},
idle2 = {chance = 0.69, duration = 0.8},
idle2 = {chance = 0.34, duration = 0.8},
pick = {chance = 0.2, duration = 2},
walk = {chance = 0.2, duration = 5.5, moving_speed = 0.7, update_yaw = 2},
panic = {moving_speed = 3.1, update_yaw = 0.8},