Skip to content

Releases: vorlie/Lifedrain

1.0.5

14 Jan 12:12
Compare
Choose a tag to compare

Changelog

Translations

  • Added Czech translation. Thanks to DvopHeh - #2

1.0.4

13 Jan 16:27
704d59f
Compare
Choose a tag to compare

Changelog

Version 1.0.4

  • Added client-side features:
    • Particle effects: Now, particles are shown only to the client (i.e., your own screen) when lifesteal is triggered, enhancing the visual experience for players.
    • Client-Side Configuration Options: Using Cloth Config and Mod Menu, players can now adjust client-side settings like the particle effects, cooldown, and healing values directly in the game’s settings menu.
  • Improved Configuration Management:
    • Settings for particles and cooldowns can now be customized directly in the in-game menu via Cloth Config or modified directly in the lifedrain.json file.
    • The config file is automatically updated when missing values are detected.
    • New tooltips added for configuration options, explaining the client-server relationship for each setting (e.g., particle effects are client-side).
  • Minor bug fixes related to configuration updates and system performance.

1.0.3

12 Jan 11:30
Compare
Choose a tag to compare

Updated mod description and license.

1.0.2

12 Jan 10:08
Compare
Choose a tag to compare

⚙️ Configuration:

  • Customize healing values for different difficulty levels:
    • Base healing for Easy, Normal, and Hard modes.
    • Bonus healing multiplier based on the damage dealt.
  • Enable or disable particle effects when healing is triggered.
  • Adjust the cooldown for lifesteal activation (time between consecutive lifesteal uses).
  • Configuration is saved to lifedrain.json and can be modified directly.
  • The config file is automatically updated to add missing values if they are not found.
  • Use the /check_config command to automatically check and update the config file if necessary.

🔧 Technical Details:

  • Added config file support to customize mod behavior through the configuration file (lifedrain.json).
  • Config can be updated to add missing fields if necessary.
  • Added a command to check and update the config file (/check_config), ensuring it always has the correct values.

1.0.1

11 Jan 12:42
Compare
Choose a tag to compare

🩸 Features:

  • Introducing the LifeDrain mod, a Fabric-based mod that allows players to heal by attacking hostile mobs!
  • Healing mechanics:
    • Base healing scales with the difficulty level:
      • Easy: 2.0 HP
      • Normal: 1.0 HP
      • Hard: 0.5 HP
    • Bonus healing based on the damage dealt: 20% of the damage dealt.
  • Applies only to hostile mobs, ensuring lifesteal is balanced and works as intended in combat.

🔧 Technical Details:

  • Fully implemented lifesteal logic triggered upon attacking hostile mobs.
  • Debugging logs added to track healing values and lifesteal performance.

🎉 Enjoy enhanced survival gameplay with LifeDrain!