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 |
|
TenPlus1
|
8dd6622855
|
added explosion timer, explosion counts until out of view range
|
2017-10-13 14:57:55 +01:00 |
|
TenPlus1
|
2ffd942c2a
|
updated to newer 0.4.16 functions
|
2017-10-09 11:59:01 +01:00 |
|
TenPlus1
|
65f8c2c280
|
add shoot_anim _end _sheep to api.txt
|
2017-09-22 20:35:19 +01:00 |
|
TenPlus1
|
4785c37f18
|
added on_breed on_grown and do_punch custom functions
|
2017-09-15 16:06:35 +01:00 |
|
TenPlus1
|
80cf1ddb1c
|
added nametag setting to mob registry
|
2017-09-05 16:32:46 +01:00 |
|
TenPlus1
|
d28c410095
|
added on_spawn function to mobs registry
|
2017-09-01 12:27:31 +01:00 |
|
TenPlus1
|
c6cdb74577
|
update api.txt
|
2017-07-13 14:42:08 +01:00 |
|
TenPlus1
|
7fba32b8d9
|
added mobs:boom functin to replace mobs:explosion
|
2017-07-13 10:16:24 +01:00 |
|
TenPlus1
|
8dbea868ec
|
update api.txt
|
2017-07-09 12:59:38 +01:00 |
|
TenPlus1
|
7e09281760
|
use tnt.boom() function instead of mobs:explosion
|
2017-07-08 21:11:22 +01:00 |
|
TenPlus1
|
1f800ff583
|
code tweaks and new settings
|
2017-07-08 09:08:23 +01:00 |
|
TenPlus1
|
f78f7c3059
|
add on_replace function (thanks wuzzy)
|
2017-07-04 20:12:57 +01:00 |
|
TenPlus1
|
cf3a9fd679
|
placing stackable mob egg while holding sneak removes tamed status
|
2017-07-02 18:56:18 +01:00 |
|
TenPlus1
|
be008cf7b7
|
update api.txt
|
2017-07-02 11:12:15 +01:00 |
|
TenPlus1
|
53563fe430
|
added animation loop flag
|
2017-06-23 08:57:51 +01:00 |
|
TenPlus1
|
18b90da257
|
added mob suffocation setting (only inside full blocks)
|
2017-06-10 09:47:24 +01:00 |
|
TenPlus1
|
d6ff282917
|
localised functions, mobs floats on water only, damage_per_sec nodes hurt mobs
|
2017-05-27 21:29:46 +01:00 |
|
TenPlus1
|
e814a360f6
|
add owner loyalty so that aggressive tamed mobs will attack player foe's
|
2017-05-12 10:02:42 +01:00 |
|
TenPlus1
|
52cf9be8eb
|
updated api.txt
|
2017-04-27 14:07:23 +01:00 |
|
TenPlus1
|
80a86b658c
|
Separated dogshoot timers for different shoot/fight timings
|
2017-03-17 13:06:36 +00:00 |
|
TenPlus1
|
1f0969e6d3
|
Update do_jump function, tidied code
|
2017-03-10 16:05:37 +00:00 |
|
TenPlus1
|
1fbf0ff331
|
Updated replace function with new tables
|
2017-03-07 11:50:15 +00:00 |
|
TenPlus1
|
c1c17a6849
|
added new animation function
|
2017-03-06 14:19:51 +00:00 |
|
TenPlus1
|
8d8779da2f
|
udpate api.txt
|
2017-02-25 15:02:14 +00:00 |
|
TenPlus1
|
bf5d976d8e
|
fix api.txt typo
|
2017-02-21 21:08:23 +00:00 |
|
TenPlus1
|
3d1f62b196
|
Added flying function for mobs (thanks D00Med)
|
2017-02-21 15:01:36 +00:00 |
|
TenPlus1
|
62d00489b3
|
changed capturing mobs with 'replacewith' item to override new mob eggs with information inside
|
2017-02-01 13:08:45 +00:00 |
|
TenPlus1
|
c7ad42b8e5
|
updated api.txt
|
2017-01-31 14:37:45 +00:00 |
|
TenPlus1
|
e3515482cc
|
added arrow rotation, added new mob eggs that save mob information, updated intllib routine
|
2017-01-21 19:23:41 +00:00 |
|
TenPlus1
|
52a2355954
|
arrow entity check, glow and expire added to arrows
|
2017-01-20 09:32:51 +00:00 |
|
TenPlus1
|
2bcd528e22
|
updated api.txt
|
2017-01-19 15:07:51 +00:00 |
|
TenPlus1
|
3fb24110bc
|
update api's ride horse example
|
2016-12-30 11:34:07 +00:00 |
|
TenPlus1
|
f7798e1b29
|
added dtime to drive function
|
2016-12-29 15:28:53 +00:00 |
|
TenPlus1
|
ef3217d77f
|
Added rideable mob functions (thanks blert2112)
|
2016-12-29 12:28:25 +00:00 |
|
TenPlus1
|
671fab54eb
|
add mob_show_health flag to minetest.conf
|
2016-12-27 11:10:10 +00:00 |
|
TenPlus1
|
d720114462
|
fix api.txt
|
2016-12-07 09:36:58 +00:00 |
|
TenPlus1
|
dd04be9749
|
added die animation (thx npxcoot)
|
2016-12-02 20:42:05 +00:00 |
|
TenPlus1
|
127dad97a7
|
added ability to protect tamed mobs
|
2016-11-08 16:11:00 +00:00 |
|
TenPlus1
|
7014152bf9
|
added new spawn check for specific mob numbers
|
2016-10-21 14:46:50 +01:00 |
|
TenPlus1
|
e3e00b24a0
|
added on_spawn function
|
2016-10-09 09:17:44 +01:00 |
|
TenPlus1
|
d2806eccf2
|
Tweaked mob arrows
|
2016-10-08 10:29:32 +01:00 |
|
TenPlus1
|
a455395a96
|
added mob_difficulty config setting
|
2016-09-28 19:27:43 +01:00 |
|
TenPlus1
|
5df8e9054e
|
added self.texture_list for mod makers
|
2016-09-26 14:03:22 +01:00 |
|
TenPlus1
|
d5822b3e0b
|
updated api docs
|
2016-09-26 12:10:48 +01:00 |
|
TenPlus1
|
b63317bc21
|
added specific_attack flag for special mob attacks
|
2016-09-05 19:47:08 +01:00 |
|
TenPlus1
|
046204cf9a
|
Added attack_animals flag for monsters
|
2016-09-05 18:39:17 +01:00 |
|
TenPlus1
|
e944712c90
|
Added MarkBu's new mob:spawn command
|
2016-08-03 09:34:36 +01:00 |
|
TenPlus1
|
093b8c9eed
|
Updated api.txt
|
2016-06-11 08:41:53 +01:00 |
|
TenPlus1
|
c6d4b95768
|
tweaked pathfinding with 2 modes, 1 to find, 2 to build/break
|
2016-05-23 19:19:40 +01:00 |
|
TenPlus1
|
e4a919da02
|
udpated api.txt
|
2016-05-23 16:39:04 +01:00 |
|
TenPlus1
|
37a6399ffb
|
Added dogshoot switching features
|
2016-05-12 11:47:08 +01:00 |
|
TenPlus1
|
050dd1dbb0
|
Added 'punch2' 'shoot' animations, 'double_melee_attack' flag and tweaks to api
|
2016-05-08 18:08:25 +01:00 |
|
TenPlus1
|
0e4ba14bc1
|
Added custom on_step for mob arrows (thx npxcoot)
|
2016-05-06 11:38:43 +01:00 |
|
TenPlus1
|
4ad941523e
|
update do_custom to run live instead of every second
|
2016-05-06 11:20:36 +01:00 |
|
TenPlus1
|
8fa1a0e1cb
|
Updated api.txt
|
2016-05-01 10:44:43 +01:00 |
|
TenPlus1
|
b51bafcf0e
|
Added custom_attack function (thanks to NPXcoot)
|
2016-04-28 20:18:00 +01:00 |
|
TenPlus1
|
e109fefc11
|
updated api guide
|
2016-04-15 18:51:18 +01:00 |
|
TenPlus1
|
604765b135
|
updated api guide
|
2016-04-15 18:40:02 +01:00 |
|
TenPlus1
|
a4671719a0
|
added api guide
|
2016-04-15 18:37:28 +01:00 |
|