207 Commits

Author SHA1 Message Date
TenPlus1
629ac9186b Mobs spawn and despawn away from player, tweaked and tidied code 2016-02-02 10:32:43 +00:00
TenPlus1
9885b76b74 Tweak group checks 2016-02-01 21:51:48 +00:00
TenPlus1
211a794851 Tweak node code 2016-02-01 15:14:49 +00:00
TenPlus1
09db61b997 Code tweak and tidy 2016-02-01 13:59:00 +00:00
TenPlus1
060a8278dc Make mob explosions more random instead of square 2016-01-29 21:26:05 +00:00
TenPlus1
577f6f7b39 Code tidy 2016-01-27 13:44:05 +00:00
TenPlus1
81e0b97a65 fireballs cannot destroy itemframe objects 2016-01-27 11:14:58 +00:00
TenPlus1
18699f33ae Code tidy and tweak 2016-01-25 10:42:58 +00:00
TenPlus1
55c0ed5712 Tidied code, fixed DIR error in on_punch 2016-01-16 10:55:18 +00:00
TenPlus1
601edc655d Added run away feature when animal punched 2016-01-11 11:47:32 +00:00
TenPlus1
992ad596dc Optimize code 2016-01-07 16:04:00 +00:00
TenPlus1
186475ed79 fix attack glitch when jumping 2016-01-06 18:01:28 +00:00
TenPlus1
fb6867429d Tweaked and tidied code, added mob tamed notice 2016-01-06 11:42:52 +00:00
TenPlus1
c51b8150fd Spawning disabled if chance set to 0 in minetest.conf 2016-01-05 11:07:18 +00:00
TenPlus1
9cd759f824 Tidy code 2016-01-05 10:06:37 +00:00
TenPlus1
717c2f8985 Added coloured nametags to show health, better jumping code 2016-01-04 20:25:33 +00:00
TenPlus1
0c34bc26b4 Added command based mob spawner node, tidied code 2016-01-04 12:37:55 +00:00
TenPlus1
feadb888b2 Changed nametag routines 2015-12-31 17:15:53 +00:00
TenPlus1
d9bf53b1e5 Remove spam punch checks, was causing no drops 2015-12-31 15:34:22 +00:00
TenPlus1
da732f59e1 Tamed mobs can now be named using nametag, also tamed npc's will attack anyone other than owner 2015-12-28 13:21:04 +00:00
TenPlus1
e3e2518287 changed and to or error checking 2015-12-21 21:07:02 +00:00
TenPlus1
2f943fa165 Optimize is_at_cliff function by using line_of_sight command to save server lag 2015-12-18 16:46:27 +00:00
TenPlus1
a34bab3c7b Added fall checks for cliff edges (thanks cmdskp) 2015-12-18 14:04:39 +00:00
TenPlus1
69bd7c6bd3 Further vec checks 2015-12-15 20:34:23 +00:00
TenPlus1
3f49e47df7 Hopefully fixed serialize.h error (math.atan returns non without checks) 2015-12-14 14:43:41 +00:00
TenPlus1
d9b93c29cc Fixed egg throwing (mob makers note changes) 2015-12-12 12:14:45 +00:00
TenPlus1
57125c243c Code tidy, upped mese monster step height 2015-12-09 10:58:06 +00:00
TenPlus1
04f91248fa added arrow entity switch so they disappear when out or range 2015-12-09 09:55:54 +00:00
TenPlus1
cdcec52c3d Code tidy and tweak 2015-12-06 21:43:46 +00:00
TenPlus1
4c48bd6ab3 Code tidy 2015-12-04 12:12:41 +00:00
TenPlus1
5f21216f66 Added error checking 2015-12-03 11:25:02 +00:00
TenPlus1
f8e872e575 hopefully fixed serialize.h error 2015-12-02 21:18:43 +00:00
TenPlus1
9fe35599a4 Turn Abm catch-up back on again to spawn more mobs 2015-11-29 19:22:47 +00:00
TenPlus1
9dbf0966a8 Sheep regrows wool and cow produces more milk when eating grass/wheat, also api tweaks 2015-11-28 11:13:38 +00:00
TenPlus1
08f7a2e29f Quick code tidy 2015-11-18 14:55:41 +00:00
TenPlus1
841ed401fd fix angry animal attack 2015-11-14 19:05:09 +00:00
TenPlus1
3fc65118da Tweaked knock-back routine 2015-11-09 18:36:31 +00:00
TenPlus1
0cb006ee97 disable amb catch_up 2015-11-07 20:49:29 +00:00
TenPlus1
2858ab2899 Stop mobs jumping around in thin snow blocks 2015-11-07 09:56:17 +00:00
TenPlus1
3688a494c0 Tweaked do_jump function 2015-11-07 09:50:10 +00:00
TenPlus1
bd283b38c0 Tweaked tool_capacilities code 2015-11-07 09:30:33 +00:00
TenPlus1
914793542a Tweak api for older versions of minetest 2015-11-06 20:37:17 +00:00
TenPlus1
44229230df explosion function now drops items inside bones 2015-11-04 16:00:57 +00:00
TenPlus1
99810d33c1 Tweaked explosion function 2015-11-04 15:39:23 +00:00
TenPlus1
f3e3c6e479 Tweaked and tidied Code 2015-11-04 12:53:13 +00:00
TenPlus1
db63c91fe3 chicks from eggs cannot spawn inside node 2015-11-01 21:03:05 +00:00
TenPlus1
0aeadbd7b9 Chickens lay/drop egg items, throwing eggs give 1/8 chance of chick 2015-10-30 21:15:32 +00:00
TenPlus1
106803d6a1 Timer tidy 2015-10-27 19:55:41 +00:00
TenPlus1
c3bf84b070 Can only breed animals when horny and close together (3 nodes) 2015-10-27 19:22:24 +00:00
TenPlus1
7aab8df677 Fixed mob feeding function bug from going over hp_max 2015-10-27 19:15:55 +00:00