Commit Graph

  • 57fe6cf2e3 tweak & tidy code, exploding mobs brighten and glow master tenplus1 2024-12-28 11:19:44 +00:00
  • b170b51f2d tweak do_jump so mobs dont jump on carpets tenplus1 2024-12-26 11:08:36 +00:00
  • dca4159fc4 code tidy tenplus1 2024-12-26 08:48:35 +00:00
  • 219d477c2a wee tidy tenplus1 2024-12-20 10:49:52 +00:00
  • c8e91d1958 tweak spawning tenplus1 2024-12-19 07:36:23 +00:00
  • 22d7ea79fd fix riding gravity tenplus1 2024-12-13 15:49:52 +00:00
  • c24874a3bf fix map_load chance check tenplus1 2024-12-08 10:33:54 +00:00
  • c25975e7ea fix typo tenplus1 2024-12-02 06:34:28 +00:00
  • 03ce8ada6b tweak/tidy, check env damage when riding mob tenplus1 2024-12-01 12:18:44 +00:00
  • cc60499637 tweak n tidy tenplus1 2024-11-30 12:35:22 +00:00
  • 58792311c7 add immune_to check to is_node_dangerous function tenplus1 2024-11-28 13:07:53 +00:00
  • 527fe8c2d5 add nodes to immune_to ability. tenplus1 2024-11-27 08:22:09 +00:00
  • 6a7c221ce1 fix boom texture tenplus1 2024-11-22 14:13:22 +00:00
  • b8052c817c replace empty var tenplus1 2024-11-22 14:08:34 +00:00
  • e17ea86bf5 restore mobs:boom order tenplus1 2024-11-22 08:11:25 +00:00
  • ca76558edd switch node/entity setting in mobs:boom tenplus1 2024-11-21 15:35:07 +00:00
  • bde53c3475 add mobs:is_invisible() function, update api.txt tenplus1 2024-11-16 08:16:55 +00:00
  • 2e4664a5ce use invisibility mod api tenplus1 2024-11-14 08:17:41 +00:00
  • 39f9f8df31 add reach option to replace function. tenplus1 2024-11-13 11:04:27 +00:00
  • 1b1f681886 tidy spawning tenplus1 2024-11-10 11:41:32 +00:00
  • 627d468b9a add replace sound, tweak spawn egg y_pos tenplus1 2024-10-28 13:27:39 +00:00
  • e9c3d6c505 add brazilian translation (thx pixelzone) tenplus1 2024-10-26 10:21:27 +01:00
  • 1f8ca901b5 fix russian typo tenplus1 2024-10-23 08:02:34 +01:00
  • 816461286b update russian translation (thx SkyBuilder1717) tenplus1 2024-10-22 17:00:17 +01:00
  • 430af1e91d add 'mobs_disable_damage_kb' setting tenplus1 2024-10-20 09:19:52 +01:00
  • 79fb4f7ead disable follow_stop tenplus1 2024-10-19 15:06:59 +01:00
  • f746f4b1e0 fix knockback when breeding tenplus1 2024-10-12 10:27:25 +01:00
  • e59fd53ee9 make sure def.gain has a value tenplus1 2024-10-11 10:24:07 +01:00
  • faf511ff8c fix visharm indicate on active tenplus1 2024-10-10 11:30:22 +01:00
  • a35afc8299 disable node hearing by default tenplus1 2024-10-10 10:37:47 +01:00
  • 219db764bf forgot def.loudness check tenplus1 2024-10-02 15:51:05 +01:00
  • e4a5ead82c pass def onto hearing nodes tenplus1 2024-10-02 15:13:37 +01:00
  • f4861ced2a add on_sound node support and example. tenplus1 2024-10-02 14:57:07 +01:00
  • 1dd81eb008 tweak mob hear function tenplus1 2024-10-01 09:08:52 +01:00
  • 64c6085f09 wee jump bug tenplus1 2024-09-17 09:43:01 +01:00
  • e8e774566b tweak collision, falling and arrow drops. tenplus1 2024-09-14 12:25:52 +01:00
  • e55bf4d951 mob hear nil check for player tenplus1 2024-09-14 07:51:06 +01:00
  • f1b5a66049 lil tweak tenplus1 2024-09-08 15:55:26 +01:00
  • 26215cd221 add min_y and max_y to spawning abm/lbm's tenplus1 2024-08-23 17:37:51 +01:00
  • 29314186b3 tweak damage tenplus1 2024-08-23 15:07:08 +01:00
  • dce2abfcfe add missing glass sounds tenplus1 2024-08-11 08:41:25 +01:00
  • e561864e82 udpate api.txt tenplus1 2024-08-11 08:17:02 +01:00
  • 59c19fca98 update german translation tenplus1 2024-08-10 17:39:01 +01:00
  • a8297e6a8e tidy and tweak code, implement sound check for mineclon* tenplus1 2024-08-10 13:18:57 +01:00
  • bc6b8931da tidy code tenplus1 2024-08-09 14:46:28 +01:00
  • 3e24677649 Add basic mineclonia enchantments (sharpness, fire_aspect, knockback) tenplus1 2024-08-09 09:15:06 +01:00
  • 57d6859b93 tweak loudness calculation for mod hearing tenplus1 2024-08-04 08:25:48 +01:00
  • 1f6867bf25 alternative to using on_punch for hearing ability, remove food xp desc tenplus1 2024-08-03 23:47:21 +01:00
  • b1da38456d quick value change for mob listening tenplus1 2024-08-03 16:59:44 +01:00
  • 341f92f118 harden sound_play checks tenplus1 2024-08-03 11:56:52 +01:00
  • c3d74394a7 update readme tenplus1 2024-08-03 11:43:14 +01:00
  • 964451fd78 add mob hearing feature and self.on_sound() function tenplus1 2024-08-03 11:35:28 +01:00
  • ef9f492bad update {eatable} function tenplus1 2024-07-27 18:28:44 +01:00
  • 79c85e0551 code tidy tenplus1 2024-07-27 08:33:22 +01:00
  • cc14704651 add helper function for {eatable} tenplus1 2024-07-26 17:00:58 +01:00
  • 8115f61ac9 add {eatable} group to food items and update infotext tenplus1 2024-07-26 14:42:34 +01:00
  • 77b53b9054 fix timer bug tenplus1 2024-07-16 07:21:50 +01:00
  • fc7269cc8c remove fallback node from inventory and update version tenplus1 2024-07-01 09:28:05 +01:00
  • fb2a247d31 change fall_damage check to use true/false tenplus1 2024-07-01 07:49:03 +01:00
  • 03fbe477c3 shrink fallback node image tenplus1 2024-06-29 08:25:15 +01:00
  • 91be60be9b add fallback node for when [game] doesn't have dirt alias defined tenplus1 2024-06-29 08:22:33 +01:00
  • e11f383589 harden mob limit check tenplus1 2024-06-20 07:58:04 +01:00
  • 313382dcaa increase go_to time to 20 and add force flag to do_attack tenplus1 2024-05-25 07:50:16 +01:00
  • 1536b9a5fc add mob_class:go_to(pos) function tenplus1 2024-05-24 17:28:35 +01:00
  • be2d630fdf add ":" to beginning of egg registration to help with mobs registered outwith mod name tenplus1 2024-05-05 07:55:49 +01:00
  • 99bea53af3 make on_death compatible (return either player or nil) tenplus1 2024-04-26 11:07:08 +01:00
  • d20dfa0b41 added check for on_death() function before api's own on_die() tenplus1 2024-04-26 07:44:39 +01:00
  • e9180febc6 fix baby mob textures when grown tenplus1 2024-04-25 08:29:48 +01:00
  • c4561a2207 mount.lua nil check tenplus1 2024-04-16 10:41:01 +01:00
  • 998637fc3d added infotext and mob follows improvements (thx Kazooo) tenplus1 2024-04-08 08:37:59 +01:00
  • de0914312c stop swimming mobs going above water surface tenplus1 2024-04-02 09:16:59 +01:00
  • 5a6ec7080f attacking mobs should stay inside their own medium tenplus1 2024-04-01 14:54:55 +01:00
  • 129b24b159 add entity name in infotext tenplus1 2024-03-12 11:13:16 +00:00
  • 35cc60c355 tweak saddle recipe, fix spawner error tenplus1 2024-03-08 15:04:58 +00:00
  • 903b1e34df fix default self.state tenplus1 2024-03-03 17:30:22 +00:00
  • 87d13c857f replace :distance with get_distance() function tenplus1 2024-03-03 17:09:30 +00:00
  • 17dafff8ef add attack_ignore feature (thx ShadowOfHassen for idea) tenplus1 2024-03-01 16:01:18 +00:00
  • 95f3e98867 set is_ground_content for spawner and meat blocks (thx SwissAlpS) tenplus1 2024-02-27 08:05:02 +00:00
  • b3b89e6dea fix spawner chance tenplus1 2024-02-23 17:12:14 +00:00
  • 822e78fd32 tweak player detection (thx whosit) tenplus1 2024-02-23 17:09:42 +00:00
  • dd9b3d7add if punch_attack_uses is 0 then dont add wear to tool tenplus1 2024-02-20 07:47:37 +00:00
  • d4a25064ea use alternative to colorspec_to_bytes tenplus1 2024-02-01 08:34:46 +00:00
  • 70118fc8da only update object props when changes (thx whosit) tenplus1 2024-01-31 09:59:31 +00:00
  • 7c7a7345af change nametag texture and description to stand out from mineclone version tenplus1 2024-01-30 08:02:17 +00:00
  • ceefbcec39 add some missing mineclone groups tenplus1 2024-01-29 16:01:59 +00:00
  • 97771f8e65 add self.node_damage flag (true by default) tenplus1 2024-01-26 13:05:43 +00:00
  • 1cacb02a6a add missing formspec escape tenplus1 2024-01-21 09:34:45 +00:00
  • 47e91b9b6b add pint sized rune to shrink tamed animals tenplus1 2024-01-12 10:44:39 +00:00
  • a6a3b44c96 ability to override initial_properties when using minetest.add_entity() tenplus1 2023-12-29 08:41:45 +00:00
  • be7b6bc5fe can now add 'nametag = "mob name"' in mob definition tenplus1 2023-12-05 08:23:04 +00:00
  • 68076c7626 add back arrows physical setting tenplus1 2023-12-02 07:47:13 +00:00
  • 099d15d810 mob arrows now use raycasting to be more accurate tenplus1 2023-11-29 12:11:45 +00:00
  • 412066fc07 add support for visual_harm_1ndicators mod (thx Mantar) tenplus1 2023-11-20 07:57:20 +00:00
  • bb66ffe335 simplify homing tenplus1 2023-11-16 11:57:07 +00:00
  • 682d76d7b3 add 'homing' setting to mob definition so that arrows can follow player when visible. tenplus1 2023-11-16 10:00:10 +00:00
  • d1f23e8ed8 add spawn check for collisionbox tenplus1 2023-11-11 07:33:30 +00:00
  • 9e27f45663 add self.attack_patience to add custom times, add self.attack nil check to pathfinding tenplus1 2023-11-06 07:56:18 +00:00
  • ac5486cc58 tidy code, stop mob attacking if player isnt seen for 11 seconds tenplus1 2023-11-05 16:30:05 +00:00
  • 712f7f85fd Fix mob damage and jumping when riding mob. tenplus1 2023-10-28 15:22:45 +01:00
  • 6049a1c140 update api.txt tenplus1 2023-10-26 07:17:17 +01:00