-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '1.20.1/dev' into 1.20.1/fabric
- Loading branch information
Showing
8 changed files
with
15 additions
and
32 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,3 +1,5 @@ | ||
## Changes 🌽 | ||
- Patched to work with Data Attributes `2.X.X+1.20.1`. Update to that for this to work. | ||
- Integrate back all of the attributes and their proper diminishing factor according to **BalanceEX** and some suggestions. | ||
- Fixed attributes that were **NOT** meant to be diminishing. | ||
- Fixed attributes which were not formatted to be percentages to actually display as them. | ||
- Melee Crit Damage | ||
- Health Regeneration |
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 |
---|---|---|
|
@@ -16,7 +16,6 @@ | |
"enabled": true, | ||
"min": 0.0, | ||
"max": 1000000.0, | ||
"smoothness": 1.0, | ||
"formula": "Flat" | ||
} | ||
} | ||
|
22 changes: 0 additions & 22 deletions
22
src/main/resources/data/playerex/data_attributes/overrides/spell_power.json
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -82,7 +82,7 @@ | |
"java": ">=17", | ||
"fabric-api": "*", | ||
"fabric-language-kotlin": ">=1.10.19+kotlin.1.9.23", | ||
"data_attributes": ">=2.0.0+1.20.1-beta.9-fabric", | ||
"data_attributes": ">=2.0.0+1.20.1-fabric", | ||
"ranged_weapon_api": ">=1.1.0+1.20.1" | ||
}, | ||
"custom": { | ||
|
@@ -97,7 +97,7 @@ | |
"dependencies": [ | ||
"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+1.20.1-beta.9-fabric(required){modrinth:KCGxOJsE}{curseforge:955929}#(ignore:github)", | ||
"data-attributes-directors-cut@>=2.0.0+1.20.1-fabric(required){modrinth:KCGxOJsE}{curseforge:955929}#(ignore:github)", | ||
"[email protected](required){modrinth:ccKDOlHs}{curseforge:532610}#(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)", | ||
|