-
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.
- Loading branch information
1 parent
afd66d0
commit 6cc5df1
Showing
5 changed files
with
12 additions
and
10 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,4 +1,4 @@ | ||
## Changes 🌽 | ||
- Fixed out-of-bounds exception when registering a menu. | ||
- Renamed `rootComponent` in `MenuComponent` -> `screenRoot` to refer to the actual screens root. | ||
- If you plan on using this component, know that you can access the functions/members you need directly from the object itself. | ||
- Uses the latest DataAttributes (beta.9) & OfflinePlayerCache. | ||
- The namespace of DataAttributes got changed on this update, breaking the ability to use the mod with the latest one. This has been addressed now. | ||
- This patches an issue when updating modifiers (for I forgot to update PlayerEX when changing namespaces.) |
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 |
---|---|---|
|
@@ -45,7 +45,7 @@ | |
"java": ">=17", | ||
"fabric-api": "*", | ||
"fabric-language-kotlin": ">=1.10.19+kotlin.1.9.23", | ||
"data_attributes": ">=2.0.0-beta.7+1.20.1-fabric", | ||
"data_attributes": ">=2.0.0+1.20.1-beta.9-fabric", | ||
"ranged_weapon_api": ">=1.1.0+1.20.1" | ||
}, | ||
"custom": { | ||
|
@@ -60,7 +60,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-beta.7+1.20.1-fabric(required){modrinth:KCGxOJsE}{curseforge:955929}#(ignore:github)", | ||
"data-attributes-directors-cut@>=2.0.0+1.20.1-beta.9-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)", | ||
|