1
0
Fork 0

Commit Graph

  • 0f82c623d5 Add missing placeholder(s) in mcl_farming.fr.tr translation: '@1' José M 2023-12-20 23:15:12 -0600
  • a1d390bd4d Merge pull request 'Fix translation files syntax errors' (#4091) from megustanlosfrijoles/frijolesclone2:fix-translation-files-syntax-errors into master the-real-herowl 2023-12-21 02:05:08 +0000
  • 325c6ab4ca Escape equals signs in translation file mcl_deepslate.pt_BR.tr José M 2023-12-20 19:13:30 -0600
  • dc4c559ad9 Escape equals sign in translation José M 2023-12-20 19:04:46 -0600
  • 1f52b7051a Add missing placeholder(s) in translation: '@1' José M 2023-12-20 18:58:15 -0600
  • 5e28ff2d06 Delete non-empty translation in mcl_enchanting template file José M 2023-12-20 18:34:16 -0600
  • d5eda7352c Remove whitespace-only translation in mcl_blast_furnace template file José M 2023-12-20 18:29:13 -0600
  • 5071855d00 Merge pull request 'Fix wrong argument when piston dig calls on_dignode callbacks (Credit: Cora)' (#4089) from bamboo_crash_fix into master ancientmarinerdev 2023-12-20 21:28:07 +0000
  • 4cfd4ef6ce Fix wrong argument when piston dig calls on_dignode callbacks cora 2023-12-10 22:47:28 +0100
  • 96fa6c251e Counteract self forward velocity when hit by players in pvp Eliy21 2023-12-20 15:50:37 +0000
  • e19de85990 Adjust the difference between sprinting & walking knockbacks for a more seemless transition Eliy21 2023-12-19 17:19:09 +0000
  • 76bff2b540 Add minimum pvp knockbacks to other meele weapons Eliy21 2023-12-19 16:49:48 +0000
  • ff882707de Rework moving majority of the added velocity knockbacks into sprinting Eliy21 2023-12-19 16:15:41 +0000
  • d7ed37ef25 Remove redundant knockback limiter Eliy21 2023-12-19 15:31:29 +0000
  • ceada2fcec Merge pull request 'Fix translation files syntax errors' (#4061) from megustanlosfrijoles/frijolesclone2:warning-fix2 into master Michieal 2023-12-19 01:15:43 +0000
  • 99cc88ac42 Merge pull request 'Update spanish translations and fix syntax errors' (#4060) from megustanlosfrijoles/frijolesclone2:es-translations-syntax into master the-real-herowl 2023-12-18 23:25:48 +0000
  • 56ebb5ac09 Merge pull request 'Fix the FOV issues with Bows, Sprinting and Spyglasses.' (#4045) from Fix-FOV into master Michieal 2023-12-18 23:19:43 +0000
  • 8a5058e032 Unified and refactored FOV API code the-real-herowl 2023-12-13 00:29:22 +0100
  • e312955a14 Made spyglass reset instant the-real-herowl 2023-12-13 00:08:35 +0100
  • 5afd0aa255 Fixed the exclusive modifiers not being exclusive the-real-herowl 2023-12-12 01:45:07 +0100
  • 98b6ead591 Fixed a couple of errors Michieal 2023-12-11 03:46:38 +0000
  • 040ce8288e Script and documentation cleanup the-real-herowl 2023-12-10 00:34:31 +0100
  • f9b192e68f Updated credits the-real-herowl 2023-12-10 00:30:04 +0100
  • 08241f6ea3 Updated the api.md file the-real-herowl 2023-12-10 00:26:21 +0100
  • 5bf6608483 Made bow unfocus faster the-real-herowl 2023-12-10 00:20:43 +0100
  • 42ec62562d Moved sprinting into the new FOV api the-real-herowl 2023-12-10 00:15:33 +0100
  • 7f5ce4e033 Fixed modifier application and removal the-real-herowl 2023-12-10 00:15:09 +0100
  • 3a007e3bb1 Re-registered FOV mods using new API version the-real-herowl 2023-12-10 00:14:16 +0100
  • a650f8b368 Made fovapi registration more robust the-real-herowl 2023-12-09 23:22:36 +0100
  • 580a1caa38 Reworked some of the Apply_Modifier code to help prevent errors. Michieal 2023-12-08 21:00:11 -0500
  • 2f8389d3f5 Put in check to prevent Trying to Reference a Nil error in Apply_Modifier. Michieal 2023-12-08 20:38:07 -0500
  • 4f3f59f4bc Put in checks to prevent repeatedly applying the same FOV modifier. Added short circuit to remove_modifier if the modifier is not currently applied. Michieal 2023-12-03 09:03:01 -0500
  • 36f661743e Set up the Bows to use the new FOV API. Bows now zoom in and clear out the zoom. Michieal 2023-12-03 08:57:13 -0500
  • 0a17bbe731 Added reset for player respawning to remove FOV modifiers. Fixed missing on_end call in remove_all_modifiers. Added mcl_fovapi to Bows, Sprint, and Spyglass. Set up the Spyglass to use the new FOV API. Michieal 2023-12-03 08:29:53 -0500
  • 6cfb55e853 Added reset for player respawning to remove FOV modifiers. Fixed missing on_end call in remove_all_modifiers. Added mcl_fovapi to Bows, Sprint, and Spyglass. Michieal 2023-12-03 08:24:21 -0500
  • bf41e116a1 Fleshed out the API Documentation. Modified missing pieces of code. Michieal 2023-12-03 08:10:41 -0500
  • fc80d4fb9f Initial API state. Michieal 2023-12-03 06:47:28 -0500
  • 11c5d36c55 Initial Commit. Michieal 2023-12-02 07:00:25 -0500
  • 44c656502f Add a prevention in case players get stuck with the damage animation Eliy21 2023-12-18 22:04:12 +0000
  • fe90424ee4 Add pvp knockback reduction when moving towards player while attacking Eliy21 2023-12-18 21:42:26 +0000
  • 14cec16c63 Increase enchanted bow knockback Eliy21 2023-12-18 21:31:38 +0000
  • cc470b9d88 mobs:hoglin: fix conversion of tabs to spaces bakawun 2023-12-18 11:08:01 +0100
  • ee51a500b2 mobs:piglin: use (alt) zombified piglin sounds bakawun 2023-12-18 10:57:39 +0100
  • 7f823f0155 mobs:hoglin:add licence information bakawun 2023-12-18 10:38:23 +0100
  • f5ba0b7981 mobs:zoglin: use hoglin sound .2 bakawun 2023-12-18 10:31:08 +0100
  • e202f20869 mobs:hoglin: use sound .1 for random and reuse hurt sound for death bakawun 2023-12-18 09:58:32 +0100
  • 692b101212 mobs:hoglin: add missing sounds these were made by epCode and lincenced under LGPL-3.0. downloaded from 49a838e733 bakawun 2023-12-18 09:51:45 +0100
  • 07147e9d5b Make slime+magmacube collision boxes rotate properly the-real-herowl 2023-12-18 02:56:43 +0100
  • d44b00a20e Merge pull request 'Shulker improvements and homing mob projectiles' (#4000) from Bakawun/MineClone2:Shulker_shot_speed into master the-real-herowl 2023-12-18 00:54:04 +0000
  • 12109e7f44 Add player damage animation Eliy21 2023-12-17 21:18:57 +0000
  • 200f7451eb Remove unnecessary invul code & add damage animation code Eliy21 2023-12-17 21:15:55 +0000
  • c39e55e2d4 Add minimum knockback to crossbow Eliy21 2023-12-17 20:01:35 +0000
  • 6d7ae8ba2d Add minimum unenchanted knockback to bow Eliy21 2023-12-17 19:59:18 +0000
  • 8612350fa7 Make vertical pvp knockback floatiness reduction include moving hits Eliy21 2023-12-17 17:48:39 +0000
  • 0a8874ecad Make vertical pvp knockbacks less floaty Eliy21 2023-12-17 16:39:04 +0000
  • e8ee9c4463 Remove obsolete work-around code Eliy21 2023-12-16 12:58:58 +0000
  • 32e91b45ae Add vertical pvp knockbacks from downward hits & reduce pvp kb on half block angled upward hits Eliy21 2023-12-16 11:48:16 +0000
  • 8fbd72c142 Optimize code by calling get_enchantment function only once Eliy21 2023-12-16 09:46:18 +0000
  • cfab59d68a Rebalanced moving pvp knockbacks Eliy21 2023-12-16 09:20:29 +0000
  • 33e8337bbb Finish remaining excessive vertical pvp knockback prevention adjustments when hit from below Eliy21 2023-12-16 07:58:26 +0000
  • f799596db9 Make vertical pvp knockbacks respect attack reach limit & complete excess vertical kb prevention Eliy21 2023-12-15 22:56:02 +0000
  • 9b9747b3d8 Prevent excessive vertical knockbacks if hit by a player from below Eliy21 2023-12-15 21:02:07 +0000
  • c9692c6224 Fix player invulnerability not getting disabled permanently bug Eliy21 2023-12-15 19:49:04 +0000
  • cd83305f07 Make the vertical lift on pvp knockback similar to MC Eliy21 2023-12-15 18:17:15 +0000
  • d7b10d18d8 Fix not being able to give minimum knockback to players when both near and lower than them Eliy21 2023-12-15 16:27:09 +0000
  • 8e2c5249f5 Fix comment on player invul code Eliy21 2023-12-15 15:59:08 +0000
  • ca556c052f Prevent pvp knockbacks when invulnerable Eliy21 2023-12-15 15:52:26 +0000
  • 60367cdbe0 Revert unreliable bugfix Eliy21 2023-12-15 15:42:49 +0000
  • ae169b2814 Add fix to crash when moving bought villager trade item to empty sell slot bug by JoseDouglas26 (#4079) Eliy21 2023-12-15 03:09:48 +0000
  • cee5bbc206 mobs:fix typo in homing function bakawun 2023-12-14 16:50:23 +0100
  • 6b439fd1de Add maximum pvp knockback limit & approximate enchant knockback distance to be similar to MC Eliy21 2023-12-14 11:57:55 +0000
  • bf9e487fa9 Adjust minimum pvp knockback to be closer to MC Eliy21 2023-12-14 09:27:28 +0000
  • 49af5d2013 Rebalance minimum pvp knockback to account for added knockbacks when moving Eliy21 2023-12-14 08:51:34 +0000
  • ed507d8509 Remove unnecessary space in the attack reach limit on mobs code Eliy21 2023-12-14 08:15:55 +0000
  • b2507c3640 Make fire aspect enchant respect attack reach limit Eliy21 2023-12-14 08:12:13 +0000
  • 85b1f5247a Add vertical lift & minimum pvp knockback Eliy21 2023-12-14 07:46:16 +0000
  • 2b71462c1e Prevent knockback if player is beyond attack reach limit Eliy21 2023-12-13 20:36:54 +0000
  • b0e33793ec Fix a potential bug that could bypass attack reach limit when a stronger attack breaches the invul Eliy21 2023-12-13 20:04:15 +0000
  • c28df0f791 Add fix to crash when moving bought villager trade item to empty sell slot bug by JoseDouglas26 villager_trade_fix Eliy21 2023-12-13 19:29:51 +0000
  • 96aaf89036 Readjust pvp enchant knockback to make the running knockback difference more pronounced Eliy21 2023-12-13 18:49:08 +0000
  • a8c2d4534a Nerf long pvp enchanted knockbacks especially when running Eliy21 2023-12-13 17:42:42 +0000
  • a8806fe04e Add player invulnerability & fix not continuously damaging players when holding the attack key Eliy21 2023-12-13 17:34:42 +0000
  • ebd733be82 update's the campfire's fire burning animation to make it look better (#4077) Wbjitscool 2023-12-13 05:22:41 +0000
  • a2c8d13f04 Nerfed vexes and evokers the-real-herowl 2023-12-13 04:51:56 +0100
  • 610bcab0d6 Merge pull request 'Update's the stonecutter animation speed to match to the MC's one' (#4074) from stonecutter_fixes into master the-real-herowl 2023-12-13 03:14:27 +0000
  • ed205190e4 Nerfed slime and magma cube attack range the-real-herowl 2023-12-13 04:10:01 +0100
  • 07eb70e9be Update mods/ITEMS/mcl_stonecutter/init.lua Wbjitscool 2023-12-13 02:39:25 +0000
  • b3da7a473d Merge pull request 'Move deepslate ore registration within generation check' (#4070) from Zasco/MineClone2:master into master the-real-herowl 2023-12-13 02:06:25 +0000
  • bc101314df mobs:shulker:use on_attack to set shoot interval to between 1 and 6 seconds bakawun 2023-12-11 09:36:03 +0100
  • 69903aa4ec Fixed crashes the-real-herowl 2023-11-25 02:55:06 +0100
  • 686646b86d Shulker: align armor value with mc and set it to 0 when opened bakawun 2023-11-16 18:27:54 +0100
  • 789c9a9a6d Shulker: make bullet speed match mc bakawun 2023-11-16 11:21:25 +0100
  • cf51c60527 Fix shulker bullets ignoring armor cora 2023-10-26 21:35:13 +0200
  • 55fe71d73b Add a get_arrow_hit_func function to mcl_mobs cora 2023-10-26 21:32:50 +0200
  • 58bb26a7ef Make shulker bullets homing cora 2023-11-15 19:00:01 +0100
  • f5079f1568 Add an option for mob arrows to be "homing" cora 2023-11-15 18:59:46 +0100
  • b4511fb8c7 Shulker, add missing false statement Bakawun 2023-11-14 14:47:24 +0000
  • b02a3deec7 Shulker; fix attack open animation, improve peek Bakawun 2023-11-14 13:57:56 +0000
  • 26cfdf0b7c Shulker: randomize shoot interval Bakawun 2023-11-14 10:52:09 +0000
  • 8d34ff2a9a Shulker: Make shulker peek periodically Bakawun 2023-11-13 15:13:52 +0000