Commit Graph

109 Commits

Author SHA1 Message Date
TenPlus1 499d43a9aa added 'on_map_load' setting to mobs:spawn function to spawn mob in newly loaded areas of map only 2020-09-04 13:59:14 +01:00
TenPlus1 ae62b1410d update api.txt 2020-08-19 12:07:44 +01:00
tenplus1 cb465559a1 code tweak and tidy 2020-07-25 10:52:29 +01:00
tenplus1 ec3c6fb518 update api.txt 2020-07-20 07:36:39 +01:00
tenplus1 81dd3d75c0 add randomly_turn setting to mob definition 2020-07-17 20:58:52 +01:00
TenPlus1 dfdd55848d mobs:add_mob() returns object spawned or false if not 2020-06-25 09:33:59 +01:00
tenplus1 e63b1b478e add mobs:add_mob() function 2020-06-22 21:24:06 +01:00
tenplus1 ec122aa6de add particle effect global function, arrow lifetime, api.txt update 2020-06-20 10:07:32 +01:00
tenplus1 245128f9e6 tweak custom attack function 2020-06-19 16:07:29 +01:00
tenplus1 3a17c471ae added 'texture_mods' to mob definition to add overlay textures 2020-05-16 14:43:03 +01:00
tenplus1 85faeea604 added 'mob_active_limit' to limit mobs in game 2020-05-16 10:44:38 +01:00
tenplus1 b610a81a58 fixed table search issue for replacing nodes, added 'group_helper' for group attacks 2020-05-13 08:12:56 +01:00
TenPlus1 f98d769e15 added 'mob_nospawn_range' setting 2020-05-01 19:30:29 +01:00
TenPlus1 32e8d069f7 enable suffocation, add area check when spawning, code tidy and tweaks 2020-05-01 10:29:12 +01:00
TenPlus1 8b25ab4988 add 'keep_flying' flag and random vertical flight changes 2020-04-29 20:15:35 +01:00
tenplus1 064b59f01d Added few sanity checks, higher pitch sounds for child mobs 2020-04-29 15:01:21 +01:00
TenPlus1 68fef94ba8 updated api.txt 2020-01-31 20:24:38 +00:00
TenPlus1 92ab4eeb2e mob alias now transfers staticdata (thanks MoNTE48) 2020-01-23 09:27:27 +00:00
TenPlus1 5958270158 add glow setting to mob entity, update api.txt 2020-01-09 09:38:46 +00:00
TenPlus1 b588452dea drops can now be a function, also code tidy 2019-09-12 09:44:45 +01:00
TenPlus1 1a85cf7e2c mobs cannot spawn within 8 blocks of player, update api.txt 2019-06-30 10:35:34 +01:00
TenPlus1 392974e835 added new line_of_sight that uses raycasting when mt5.0 is found (thanks Astrobe) 2019-05-08 16:14:49 +01:00
TenPlus1 ddbd403285 add stand_chance and animation force flag 2019-04-30 11:27:26 +01:00
TenPlus1 8da3bb5cb1 add do_stay_near function, fix annoying pathfinding sounds and toolrank wear 2019-01-24 11:14:25 +00:00
TenPlus1 487e037cc9 added mobs:force_capture() function, api now uses metatables thanks to bell07 2018-12-20 11:14:10 +00:00
TenPlus1 43026c374e add self.disable_falling switch for custom routines 2018-11-29 12:14:54 +00:00
TenPlus1 71669d3c59 if mob jumps against wall 4 times then turn, moved back to old line_of_sight function 2018-11-01 09:49:15 +00:00
TenPlus1 e17f8811b1 added attack_chance to mob definition 2018-10-01 09:20:27 +01:00
TenPlus1 830b1698ff added pushable flag for mobs so they can be pushed by player 2018-09-14 17:13:40 +01:00
TenPlus1 82411330fc add custom on_punch for mob arrows 2018-09-09 11:11:08 +01:00
TenPlus1 f1476077bd added light damage _min and _max values, also igniter check for lava damage 2018-09-07 14:59:22 +01:00
TenPlus1 9737bde6fb tweak mob damage function, add {fire=1} weapon damage check 2018-09-05 10:33:17 +01:00
TenPlus1 082bf0cf86 update api.txt 2018-09-04 16:42:33 +01:00
TenPlus1 dc7cdd4df0 make mobs:line_of_sight() global 2018-08-08 10:33:23 +01:00
TenPlus1 0482581f18 Added ability for multiple animations per action 2018-08-03 09:43:50 +01:00
TenPlus1 21c52c0a87 better 0.4.16 comatibility and new general attack function added 2018-06-27 09:44:00 +01:00
TenPlus1 12a3c8975f add "all" to immune_to table, optimized floating code 2018-05-30 10:55:39 +01:00
TenPlus1 23f0571dee remove_far_mobs now defaults to true 2018-05-23 08:41:10 +01:00
TenPlus1 7bb3cd8d85 exploding mobs diffuse range is set using 'reach' 2018-03-31 09:21:58 +01:00
TenPlus1 1bb95d742c add mobs:spawn_abm_check() function 2018-03-22 09:32:17 +00:00
TenPlus1 763fbee36d fix merge errors 2018-03-13 20:33:29 +00:00
TenPlus1 609d52100c added new explosion mob functionality (thanks to Yukitty) 2018-03-12 11:32:21 +00:00
TenPlus1 f6e43fc571 updated api.txt (thanks alexerate) 2018-01-27 15:29:15 +00:00
TenPlus1 fc40d8d7e0 add runaway_from list for shy mobs 2018-01-26 15:34:06 +00:00
TenPlus1 2e9ebcced3 added mobs_spawn mobs_griefing and mobs_drop_items settings 2018-01-26 11:13:59 +00:00
TenPlus1 4bf4d42b07 added multiple blood textures 2018-01-12 19:18:48 +00:00
TenPlus1 07bb12acac added selectionbox to mob definition (dev only for now) 2018-01-04 10:16:21 +00:00
TenPlus1 93ca01de00 changed 'mob_spawn_amend' to 'mob_chance_multiplier' 2017-12-30 19:39:42 +00:00
TenPlus1 e5baaa5e13 added mob_spawn_amend settings for minetest.conf 2017-12-30 16:41:20 +00:00
TenPlus1 ec4ba73bab added custom after_activate function check 2017-10-18 19:56:04 +01:00