-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
45 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,4 @@ | ||
## Major Note ⚠️ | ||
This is an **alpha** build of PlayerEX. | ||
Therefore, you should take precaution when playing. | ||
While I have personally tested the mod multiple times with several mods, | ||
there is a possibility of any kind of issue. | ||
|
||
## Additions ☕ | ||
- Rewrote the entire PlayerEX mod. | ||
- Added a new UI screen with owo-lib (thanks guys) (that is extendable, more details in the future). Default keybinding is `-` (minus). | ||
- **WE ARE FREE FROM SINGLE, LONG-DEBOUNCED INPUTS!** feel free to hammer at that button or put in a specific amount that is within range. | ||
- Tooltips have been added to specific areas in the UI. Discover these as you play. | ||
- For those eager, see `PlayerEXMenuRegistry`. | ||
- Redesigned config with owo-lib (thanks guys x2) | ||
- Redid Brigadier commands, more info on that in the future. For now note that you can access it still by using `/playerex`. | ||
- Diminishing attributes are currently managed by its provided `smoothness` from DataAttributes. | ||
- In order to change smoothness and other values, open up the config using `/owo-config data_attributes` or accessing through ModMenu. | ||
- As of now, they are currently set to 1 until balancing in future update(s) can occur. Set it lower to have less from the applied modifiers on the attribute. | ||
- Added onto a player's nameplate their current level. This can be disabled via config. | ||
|
||
## Changes ⚙️ | ||
- Improved general stability of the mod. | ||
- Changed all sounds to be a bit more pleasing and attentive. | ||
- Modified **all** mixins in the mod to be more compatible with other mod(s). [this includes data-attributes] | ||
|
||
|
||
## Removals 🚫 | ||
- Removed `reach-entity-attribute` due to issues. Due to the nature of reach being hard-coded in this version, it's relatively challenging to gauge. A substitute will be present on the UI in later version(s). | ||
|
||
## Afterword ✒️ | ||
This took a lot of blood, sweat and tears to make. But there might be issues! Certain things need to be ironed out (primarily the diminishing factor, and making DataAttributes ui easier to work with). | ||
Report issues of game-breaking proportion, or supposedly incorrect values to our issues page. | ||
If something does not scale well, try adjusting the function(s) in the config or adjusting the diminishing amount. | ||
## Fixes ⚒️ | ||
- Resolved spell power attribute addition to the proper percentage. | ||
- Fixed some overlooked dependency issues with mc-publish. | ||
- To use this, delete the previous (data-attributes) config folder (or change spell power based attribute addition in the functions from 0.0# to #.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,13 +58,13 @@ | |
"curseforge": 958325, | ||
"loaders": ["fabric", "quilt"], | ||
"dependencies": [ | ||
"[email protected]+1.20.1(required){modrinth:P7dR8mSH}{curseforge:306612}#(ignore:github)", | ||
"[email protected]+kotlin.1.8.22(required){modrinth:Ha28R6CL}{curseforge:308769}#(ignore:github)", | ||
"[email protected]+1.20.1-fabric(required){modrinth:KCGxOJsE}{curseforge:955929}#(ignore:github)", | ||
"fabric-api@>=0.92.2+1.20.1(required){modrinth:P7dR8mSH}{curseforge:306612}#(ignore:github)", | ||
"fabric-language-kotlin@>=1.9.5+kotlin.1.8.22(required){modrinth:Ha28R6CL}{curseforge:308769}#(ignore:github)", | ||
"data-attributes-directors-cut@>=2.0.0-beta.7+1.20.1-fabric(required){modrinth:KCGxOJsE}{curseforge:955929}#(ignore:github)", | ||
"[email protected](required){modrinth:ccKDOlHs}{curseforge:532610}#(ignore:github)", | ||
"[email protected]+1.20.1(required){modrinth:AqaIIO6D}{curseforge:962162}#(ignore:github)", | ||
"ranged_weapon_api@>=1.1.0+1.20.1(required){modrinth:AqaIIO6D}{curseforge:962162}#(ignore:github)", | ||
"[email protected](embedded){modrinth:K01OU20C}{curseforge:318449}#(ignore:github)", | ||
"[email protected]+1.20.1(optional){modrinth:XvoWJaA2}{curseforge:807653}#(ignore:github)" | ||
"spell-engine@>=0.15.8+1.20.1(optional){modrinth:XvoWJaA2}{curseforge:807653}#(ignore:github)" | ||
] | ||
} | ||
} | ||
|