1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-04-25 06:50:17 +02:00

Commit Graph

  • 68b25c9d08 use tnt or mcl_explosions for mobs:boom master tenplus1 2025-04-11 10:12:30 +01:00
  • 24adcae920 add self check in tnt boom tenplus1 2025-04-11 08:46:01 +01:00
  • 16a04547ab fix texture name tenplus1 2025-04-10 09:42:58 +01:00
  • 3a7b1bbfe6 added mobs_heart_particle.png tenplus1 2025-04-09 15:15:41 +01:00
  • 01a60d9a55 add particles to replace defaults tenplus1 2025-04-09 15:11:47 +01:00
  • 99f4fc1768 move deprecated functions from api to compatibility.lua tenplus1 2025-04-08 08:33:25 +01:00
  • 027620bfa3 tidy comments, change float var tenplus1 2025-04-05 12:09:03 +01:00
  • 854834f04e deprecate self.jump and add mobs.compatibility_check function. tenplus1 2025-04-04 10:12:46 +01:00
  • 5fb7b91db0 fix typo tenplus1 2025-03-20 08:06:40 +00:00
  • badb889cf3 add 'mob_infotext' setting tenplus1 2025-03-20 08:05:24 +00:00
  • ca7aeec95a add nil check on_punch tenplus1 2025-03-18 08:06:40 +00:00
  • 14f391bf2c add ukrainian translation (thx Fromkaniv) tenplus1 2025-03-15 16:37:52 +00:00
  • 0bf3915315 return func tenplus1 2025-03-12 08:16:26 +00:00
  • b81c2aeab6 update dates, add sound_play check tenplus1 2025-03-12 08:03:17 +00:00
  • 0a62f05132 add mob repellent tenplus1 2025-02-09 12:12:52 +00:00
  • 9f472fb690 tweak do_jump tenplus1 2025-02-04 15:06:59 +00:00
  • c62b013825 add pick_up and on_pick_up features. tenplus1 2025-02-04 10:21:10 +00:00
  • 4b825b3e86 call do_punch after damage calculated tenplus1 2025-02-01 13:57:27 +00:00
  • f09b6d1730 pass mesh to arrow (thx kiedtl) tenplus1 2025-01-20 08:00:26 +00:00
  • a3ede86365 update api.txt tenplus1 2025-01-19 08:15:33 +00:00
  • 4b556a4d16 pass damage to do_punch tenplus1 2025-01-18 08:17:11 +00:00
  • 01e015dc0f disable is_mob flag, something fishy with mineclonia tenplus1 2025-01-17 08:08:24 +00:00
  • d7998a9ea7 abort on_step when mob expires (thx tour-ist) tenplus1 2025-01-09 16:20:23 +00:00
  • 57fe6cf2e3 tweak & tidy code, exploding mobs brighten and glow 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