Releases: vorlie/Lifedrain
Releases · vorlie/Lifedrain
1.0.5
1.0.4
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).
- Settings for particles and cooldowns can now be customized directly in the in-game menu via Cloth Config or modified directly in the
- Minor bug fixes related to configuration updates and system performance.
1.0.3
1.0.2
⚙️ 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
🩸 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.
- Base healing scales with the difficulty level:
- 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!