Commit Graph

  • 194c9f7847 added 'mobs_attack_creatura' setting for monsters to attack Creatura mob mobs tenplus1 2023-05-26 14:04:50 +0100
  • 267ee57837 fix jumping when on need to tenplus1 2023-05-24 07:22:36 +0100
  • 992d6319de updated readme tenplus1 2023-05-19 08:53:23 +0100
  • b16eefa0ec add 'mob_node_timer_interval' and 'mob_main_timer_interval' settings to handle function timings tenplus1 2023-05-19 08:46:37 +0100
  • 29bc2f27f2 have separate get_nodes function for nodes around mob, update api.txt tenplus1 2023-05-18 11:19:28 +0100
  • 1e3d26937e tweak do_jump for better blockage checks tenplus1 2023-05-18 08:53:08 +0100
  • ce53afcfdb when attacking dont call unecessary functions every step tenplus1 2023-05-17 11:36:55 +0100
  • 14a3dc83e5 if max_light_damage is 16 then use natural light value to damage mob tenplus1 2023-05-14 10:44:12 +0100
  • 9c72f0559d update api.txt tenplus1 2023-05-02 08:38:54 +0100
  • 9a5d4278ff if min/max light set to 15, only kill mob with natural light tenplus1 2023-05-02 08:35:12 +0100
  • f5ccec9b60 better way to reset pause_timer with "stand" order tenplus1 2023-04-27 10:21:31 +0100
  • 6af671997b pause timer reset tenplus1 2023-04-26 09:53:07 +0100
  • eb6bc6e349 mobs ordered to "stand", fix knockback tenplus1 2023-04-26 09:46:57 +0100
  • ce9c30949c fix group attack anim reset, tidy code tenplus1 2023-04-26 09:16:38 +0100
  • 6cce24f04e simplify yaw clamping tenplus1 2023-04-25 12:54:54 +0100
  • 4bdd8eaa5f 2nd attempt at clamping yaw to stop spinny mobs tenplus1 2023-04-23 16:34:35 +0100
  • 36a26d2d21 code tidy tenplus1 2023-04-03 11:53:05 +0100
  • 6b9331064c add staticdata clean function, update api.txt tenplus1 2023-04-03 08:08:37 +0100
  • 407b2e7b56 reset parent movement after baby born tenplus1 2023-03-31 14:14:43 +0100
  • 5e67163d09 fix flying mobs sinking into water tenplus1 2023-03-28 14:11:30 +0100
  • 81f99931fc fix nil check for on_spawn tenplus1 2023-03-28 07:57:31 +0100
  • d290062a33 fix friendly fire bug and add provide moveresult information to do_custom tenplus1 2023-03-27 10:48:05 +0100
  • cd4fb6f2a6 add friendly_fire mob setting for arrows (thx eschan145) tenplus1 2023-03-26 08:31:40 +0100
  • 3bd2ee8129 code tidy, updated readme (thx eschan145) tenplus1 2023-03-25 08:47:31 +0000
  • 076b9480b7 fix type and update readme tenplus1 2023-03-17 10:30:26 +0000
  • 7e585b0bdc add check for 'injured' animation tenplus1 2023-03-13 11:52:59 +0000
  • 0c2ddab172 fix env timer issue tenplus1 2023-03-13 11:24:52 +0000
  • f4aae8894f add mob_hit_effect switch so mob highlights when punched tenplus1 2023-03-13 10:55:25 +0000
  • c8e8401ac5 add mob_height_fix setting so it can be disabled. tenplus1 2023-03-12 11:35:21 +0000
  • 733672127c add animation nil check tenplus1 2023-03-10 08:09:15 +0000
  • 59fe1dd976 add return true to on punch tenplus1 2023-03-04 07:21:54 +0000
  • d7ba911181 turn/animate mob on knockback, code tidy tenplus1 2023-03-03 11:56:49 +0000
  • 924a545788 update pathfinding defaults to add settings (thx Bla) tenplus1 2023-02-27 18:13:32 +0000
  • 92b1a253f0 update api.txt tenplus1 2023-02-17 09:33:44 +0000
  • ba988d514c remove duplicate on_die info (thx Bastrabun) tenplus1 2023-02-12 10:27:43 +0000
  • 61b544d493 better water avoidance and escape tenplus1 2023-02-08 11:59:40 +0000
  • bbcdc4b67d fix variable error (thx Niklp) tenplus1 2023-01-19 17:46:07 +0000
  • bbd7a08591 clean aliased mob staticdata tenplus1 2022-12-22 13:19:24 +0000
  • 86b6a1a950 check staticdata for egg capture tenplus1 2022-12-13 12:33:11 +0000
  • 54cb8f487e remove yaw clamping, causes mob jitters tenplus1 2022-11-28 13:36:28 +0000
  • a88222a744 update license.txt tenplus1 2022-11-28 09:09:56 +0000
  • d64c0aafeb update license.txt tenplus1 2022-11-26 08:52:09 +0000
  • 4e963e6b90 update punch sound to cc0 version tenplus1 2022-11-25 18:47:15 +0000
  • d49c0727f1 replace meatblock textures with own, add raw meatblock tenplus1 2022-11-24 13:22:09 +0000
  • 5c9e057ad1 add ability to read 'looting_level' from tool definition and meta for extra drops tenplus1 2022-11-15 10:39:59 +0000
  • b0df8145bd update settingtypes.txt tenplus1 2022-10-31 15:14:52 +0000
  • 66c1cbe21e add ignore to .luacheckrc tenplus1 2022-10-31 15:10:32 +0000
  • 232d1f2df1 update .luacheckrc tenplus1 2022-10-31 15:08:12 +0000
  • d4145ddd3d tidy some luacheckrc warnings tenplus1 2022-10-31 15:05:34 +0000
  • edf846c34c add .uacheckrc file (thanks Niklp) tenplus1 2022-10-31 14:31:51 +0000
  • 33beec64dc fix peaceful player check tenplus1 2022-10-27 16:57:53 +0100
  • 088bdc5350 localise math.deg tenplus1 2022-10-21 12:14:11 +0100
  • c003c2e72b fix smooth rotation jitters tenplus1 2022-10-21 11:56:54 +0100
  • 1450b25ca4 mobs_class made global (be careful anyone changing this) tenplus1 2022-10-15 08:50:27 +0100
  • b74e75ef8b code tidy and default sounds fix tenplus1 2022-10-07 10:29:23 +0100
  • 8e3a85546c api.txt updated with mapgen_dirt entry tenplus1 2022-10-01 07:17:07 +0100
  • 561903d075 revert node position (git gui test) tenplus1 2022-09-30 08:32:50 +0100
  • bf7ff7ab5f fix node position tenplus1 2022-09-30 08:31:30 +0100
  • 431d3844a6 tidy code tenplus1 2022-09-29 14:15:21 +0100
  • b4a8ce71c6 add damage_radius and texture to mobs:boom() tenplus1 2022-09-22 08:04:58 +0100
  • 2935d1ee5d have mobs jump slightly when grown to avoid being caught in floor tenplus1 2022-09-18 11:17:58 +0100
  • 5bc547b333 tweak mod following to work better tenplus1 2022-09-06 11:32:50 +0100
  • bad1be5c5a check pos/def for nil value in add_mob function tenplus1 2022-09-03 16:13:41 +0100
  • 83f0b901a4 add self.messages field tenplus1 2022-08-04 08:21:59 +0100
  • e4ac59609a add mob protection to infotext tenplus1 2022-07-31 10:20:32 +0100
  • 7ac8506dda add fallback node for is_node_dangerous tenplus1 2022-07-29 18:52:28 +0100
  • 90df44aeaf comment unused vars tenplus1 2022-07-22 14:12:30 +0100
  • 25ab9591e4 add 'can_leap' setting to mob def, update api.txt tenplus1 2022-07-12 08:37:38 +0100
  • 8e6fa64f2d fix premature mob death and drops tenplus1 2022-07-07 17:09:34 +0100
  • ce7c4c1449 adjust mob count when using /clear_mobs tenplus1 2022-07-04 11:00:52 +0100
  • 08dcdf382a add /clear_mobs command tenplus1 2022-07-04 10:43:28 +0100
  • d2a4150dcb extend mob reach when on top of player to fix issue tenplus1 2022-06-28 08:08:35 +0100
  • ca34cc2274 fix api typo (thanks bastrabun :) tenplus1 2022-05-21 08:04:38 +0100
  • 168014b86f tidy api tenplus1 2022-05-14 11:21:36 +0100
  • 6f8b6fe3f5 select proper animation for flying mobs tenplus1 2022-05-01 08:15:25 +0100
  • dd16d63e8e revert hover tenplus1 2022-04-30 14:35:59 +0100
  • 7bb5e2b382 add "hover" animation tenplus1 2022-04-30 12:26:36 +0100
  • 7b429df9e9 tweak riding functions tenplus1 2022-04-21 08:28:35 +0100
  • 0e72f0ca81 tweak mobs.drive() speed (thanks auouymous) tenplus1 2022-04-18 08:31:25 +0100
  • fb42be6b28 nil checks tenplus1 2022-03-14 08:29:25 +0000
  • f54c3da9d7 add nil check tenplus1 2022-03-13 16:30:20 +0000
  • 65e369e5fc add 0.4.x compatibility when riding mod tenplus1 2022-03-01 09:04:38 +0000
  • 9f74408792 remove owner infotext if no owner present tenplus1 2022-02-05 12:25:01 +0000
  • 18c7f0a422 update translation checks (thanks mckaygerhard) tenplus1 2022-01-20 08:54:08 +0000
  • 2fb7bf2c66 update api.txt for mob_object change TenPlus1 2022-01-18 06:41:29 +0000
  • f01e8a61d0 rename var TenPlus1 2022-01-16 07:44:53 +0000
  • b756aa50f5 fix crash (thanks SwissalpS) TenPlus1 2022-01-16 07:05:49 +0000
  • e83620553d add mobs:is_node_dangerous(self, nodename) global function TenPlus1 2022-01-15 09:41:21 +0000
  • e5d1958e16 add nil checks for riding mobs TenPlus1 2022-01-03 17:35:51 +0000
  • 6a4a02f3fb fix translations (thanks nixnoxus) TenPlus1 2021-12-12 08:13:54 +0000
  • 5d88766b74 add pointed_thing to on_rightclick vars TenPlus1 2021-11-16 20:22:15 +0000
  • d31da2d069 mod loaded msg TenPlus1 2021-11-14 14:21:32 +0000
  • 00db86c924 fix intllib return TenPlus1 2021-11-14 14:18:28 +0000
  • 26ec61ee29 lasso can pick up animal babies TenPlus1 2021-09-20 10:49:19 +0100
  • a8ca00dc56 fix self.follow list TenPlus1 2021-09-05 08:16:40 +0100
  • 4c80a55c04 add breeding info on hover and items followed on shift+rightclick mob (thanks nixnoxus) TenPlus1 2021-08-16 10:48:16 +0100
  • deee28fc59 added 'arrow_override' function to mob definition TenPlus1 2021-08-01 18:58:21 +0100
  • ab44080ff8 do not despawn tamed monsters TenPlus1 2021-07-31 08:35:53 +0100
  • 9f46182bb4 remove need for default mod TenPlus1 2021-07-22 09:48:56 +0100
  • 2535b5636e add support for MarkBu's pathfinder mod TenPlus1 2021-07-22 09:34:21 +0100