Commit Graph

59 Commits

Author SHA1 Message Date
Wuzzy 1ebe4d44f6 Fix sheep getting horny from eating grass 2021-08-08 15:08:27 +02:00
Wuzzy fce8fd605d Fix mob child get buried when growing to adult 2021-08-08 14:48:48 +02:00
Wuzzy 437dd38e3d Add mob eating sound and effect 2021-08-08 14:38:33 +02:00
Wuzzy 63d87154dc Fix crash when useing lasso on mob 2021-03-09 02:06:36 +01:00
Wuzzy cfbe3e827e Update deprecated function names 2021-02-24 03:22:05 +01:00
Wuzzy d69669d149 Fix incorrect mob owner detection 2020-12-06 01:58:30 +01:00
Wuzzy 01f937045b Fix crash when mob dies after environment dmg 2020-04-09 14:02:26 +02:00
Wuzzy 3e518ee42d Add a couple of logs into mobs 2020-04-09 13:20:01 +02:00
Wuzzy dd5fe7d8cd Mobs: Return after mob was removed 2020-04-07 14:57:19 +02:00
Wuzzy 095085cc38 Add nil check in mobs (tmpyaw) 2020-04-07 14:54:15 +02:00
Wuzzy 30af9afa8a Use ephemeral sounds 2020-04-07 01:00:55 +02:00
Wuzzy a5dfc509b4 Fix "peaceful" setting preventing ALL mob spawns 2020-03-10 08:49:22 +01:00
Wuzzy fbdbde85d4 Add _cmi_is_mob to mobs 2019-09-26 18:13:36 +02:00
Wuzzy 1d9e7a44ae Add support for Minetest protection API 2019-09-25 21:54:22 +02:00
Wuzzy d86f602b9f Mobs drown instead of taking direct water damage 2019-09-25 13:43:57 +02:00
Wuzzy adc793409f Only despawn mobs that are far from player 2019-09-25 11:39:02 +02:00
Wuzzy 66a423e8a2 New mob damage particle 2019-09-24 01:19:21 +02:00
Wuzzy fe95b064a5 Shorten some achievement texts 2019-09-24 00:24:15 +02:00
Wuzzy a198d3c1d9 Mobs take damage in damage_per_second nodes 2019-09-22 23:58:16 +02:00
Wuzzy 3aec00cfb4 Add breeding achievement 2019-09-22 14:17:33 +02:00
Wuzzy 58a6c3284d Mobs: Fix damage+death sound being played at same time 2019-09-22 13:55:08 +02:00
Wuzzy 248521b297 Randomize mob pitch sound a bit 2019-09-22 13:37:00 +02:00
Wuzzy 2fc66c0eef Child mobs have higher pitch sound 2019-09-22 13:22:39 +02:00
Wuzzy 66485f09e5 Fix mob punch sound not always played 2019-09-21 17:22:41 +02:00
Wuzzy d3ad2f72cd Mobs API: Add NaN checks 2019-09-14 09:37:09 +02:00
Wuzzy 5898f8cab5 Fix drowning mob not getting removed 2019-09-04 17:35:43 +02:00
Wuzzy 5bb5829e86 Message when try 2 spawn hostile mob if forbidden 2019-09-03 21:39:29 +02:00
Wuzzy 57b9a7d1cb Add more settings 2019-09-03 21:30:19 +02:00
Wuzzy 952f4b5f79 Add descriptions to settings, fix broken settings 2019-09-03 21:09:39 +02:00
Wuzzy 66e5d3230d Fix death and drop handling of mobs 2019-09-03 19:56:47 +02:00
Wuzzy b9cef3f784 Add a bunch of helpful groups 2019-08-31 14:07:31 +02:00
Wuzzy c0f377c100 Don't wear or destroy items in creative 2019-08-31 00:07:26 +02:00
Wuzzy 7957cb9883 Colorize some info messages 2019-08-29 23:24:35 +02:00
Wuzzy 0ca01a6b16 Fix crash in mobs mod 2019-08-29 15:00:35 +02:00
Wuzzy 74439d6f54 Make some global vars local 2019-08-29 14:42:50 +02:00
Wuzzy 2f49d70117 Fix deprecated stuff 2019-08-29 01:47:17 +02:00
Wuzzy 3795496672 Clean up debug messaging 2019-08-28 17:55:18 +02:00
Wuzzy 7e11402d42 Add MT 5.0.0 translation support 2019-08-28 17:31:41 +02:00
Wuzzy 4aaa208cb9 Update deprecated function calls for 5.0.0 2019-03-20 15:04:20 +01:00
KaadmY 01d22d1d63 Block of changes; uses the new 0.4.16 syntax for settings values 2017-06-27 12:13:30 -07:00
KaadmY 14c51b153f Fix a couple minor bugs 2017-05-19 14:04:11 -07:00
KaadmY a66e8c7620 Cleanup mobs API a bit and add more achievements 2017-05-15 19:48:28 -07:00
KaadmY af8e2093be Add object:getyaw() nan shim, should fix a common crash 2017-05-12 09:30:42 -07:00
KaadmY d85bdb491e Revert "Add a shim for object:getyaw returning nan, this should be fixed correctly eventually"
This reverts commit dffc4b97db.
2017-05-12 09:07:18 -07:00
KaadmY dffc4b97db Add a shim for object:getyaw returning nan, this should be fixed correctly eventually 2017-05-12 09:02:12 -07:00
KaadmY 41edd82122 Code cleanup and add settings file 2017-05-11 20:24:40 -07:00
KaadmY b667b4561e Revert "Phew, use the core namespace for everything instead of minetest"
This reverts commit 4af67a5d54.
2017-05-11 19:29:55 -07:00
KaadmY 4af67a5d54 Phew, use the core namespace for everything instead of minetest 2017-05-11 16:45:53 -07:00
KaadmY 029adbbe8b Begin adding colors to pertinent information 2017-05-11 13:11:18 -07:00
KaadmY 9adf3d8c08 New hand texture and rebalanced tool dig times; feedback please! 2017-05-10 18:23:21 -07:00