283 Commits

Author SHA1 Message Date
TenPlus1
6fad64d1e3 Added day/night switch for spawning mobs, tidied code and fixed spider model error 2016-02-09 16:26:49 +00:00
TenPlus1
1593fdf182 A few changes to pathfinder code by rnd 2016-02-08 14:04:25 +00:00
TenPlus1
2c137871ca Added pathfinding routine (thanks to rnd) and a few punch fixes 2016-02-08 11:49:47 +00:00
TenPlus1
1616e817be mob arrows cannot pass through water/lava anymore 2016-02-07 20:14:21 +00:00
TenPlus1
08fb90348d Fix spawner crash (thanks crabman77) 2016-02-03 20:45:53 +00:00
TenPlus1
82ced7af84 Added player detection to spawners 2016-02-02 19:06:02 +00:00
TenPlus1
72cd57aea7 Changed mob spawn/despawn distance to 10 2016-02-02 17:53:13 +00:00
TenPlus1
c578e217ea Reverse a few problematic changes 2016-02-02 11:50:14 +00:00
TenPlus1
befd8abab9 changes mese monster step height to 2.1 2016-02-02 10:52:53 +00:00
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
1fb99b3cb3 oops, max light is 14 not 15 2016-02-01 18:33:38 +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
9ca4a34b6d spawner mobs spawn a half block higher 2016-01-06 18:39:46 +00:00
TenPlus1
186475ed79 fix attack glitch when jumping 2016-01-06 18:01:28 +00:00
TenPlus1
b106cbca24 Added notice if cow has already been milked 2016-01-06 12:04:58 +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
80d159ed73 Change nametag recipe (paper, black dye, string) 2015-12-30 17:59:02 +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
d2741a865c change monster light levels for spawning to 7 and below 2015-12-13 11:08:48 +00:00
TenPlus1
c50926ea9d Fixed typo in egg throwing 2015-12-13 09:32:15 +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
e33f3b417f Increase mob objects per active block 2015-11-23 17:03:39 +00:00