253 Commits

Author SHA1 Message Date
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
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
3556f746fb Change mob drops 2015-11-13 10:18:36 +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
e1b086e86a Chickens lay eggs less frequently 2015-10-30 21:32:16 +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
TenPlus1
1e09b87997 Tidy code 2015-10-27 14:30:42 +00:00
TenPlus1
5c7f99cbb8 Spiders can spawn during day 2015-10-27 10:45:58 +00:00
TenPlus1
1a02bd8010 Added docile_by_day 2015-10-27 10:40:28 +00:00
TenPlus1
ae14031274 Make api functions global so they can be used within on_death, do_custom etc 2015-10-19 21:11:09 +01:00
TenPlus1
fd951c4393 mobs die and drop items on explosion, tweaked and tidy code 2015-10-18 12:12:09 +01:00
TenPlus1
8af807945b Tidy check_for_death function 2015-10-17 18:10:59 +01:00
TenPlus1
534686ba33 Tidy code, separate replace function 2015-10-16 16:51:27 +01:00
TenPlus1
4ae41c4d52 Tidy code 2015-10-16 16:26:47 +01:00
TenPlus1
8bfc433ddc beehive gives 1 in 5 chance of spawning new bee 2015-10-16 14:05:48 +01:00
TenPlus1
bdd50ccba8 New change override for minetest.conf added for each mob registered 2015-10-16 12:36:03 +01:00
TenPlus1
9bc561ac4c separated breeding function from mob on_step 2015-10-16 11:27:28 +01:00
TenPlus1
42a2ebeb73 Fixed entity hitting unknown entity bug 2015-10-12 19:31:55 +01:00