Skip to content

Commit

Permalink
[chore] update CL and increase max_health
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi-reden committed Aug 13, 2024
1 parent 3675168 commit e065e19
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@
- Switching to the beta channel as most components of the mod are stable.
- Required changes before release is the UI and re-adjusting the config for the last time.
- Rebalanced knockback resistance to a proper 1% gain and displayed it properly.
- Added author & contributor information according to who assisted in development of the project's codebase.
- Added author & contributor information according to who assisted in the development of the project's codebase.
- Fixed `lifesteal` attribute not applying to attacker(s).
- Fixed refund issues on the screen.

## Later Objectives ⚡
- Fixing tooltips
- Adjusting more attributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@
"min": 0.0,
"max": 1.0,
"smoothness": 1.0,
"min_fallback": 0.0,
"max_fallback": 1.0,
"formula": "Diminished",
"format": "Percentage"
},
"minecraft:generic.luck": {
"enabled": true,
"min": -1024.0,
"max": 1024.0,
"smoothness": 1.0,
"min_fallback": -1024.0,
"max_fallback": 1024.0,
"formula": "Diminished"
},
"minecraft:generic.max_health": {
"enabled": true,
"min": 0.0,
"max": 1000000.0,
"smoothness": 1.0,
"formula": "Flat"
}
}
}

0 comments on commit e065e19

Please sign in to comment.