-
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.
Fix old -> new data issue, resolve some functions (#42)
* [fix] adjust spell power's haste properly * [fix] change workflow to apply only on source code changes * [fix] (connector) resolve issue where old player data failed to transfer * Make `register` marked internal * [fix] resolve license * [semver] update version to beta.4 * [chore] update changelog * [revert] drop restriction
- Loading branch information
1 parent
c791940
commit 2bce0ea
Showing
7 changed files
with
20 additions
and
13 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,2 +1,3 @@ | ||
## Changes 🌽 | ||
- Fixed yet another potential `NullPointerException` when registering a modded menu. | ||
- Reconciled connector based issue where old player data did not transfer over to a new player. | ||
- Updated the modded datapack to apply some attributes properly to scale. |
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 |
---|---|---|
|
@@ -90,7 +90,7 @@ | |
{ | ||
"id": "spell_power:haste", | ||
"behavior": "Add", | ||
"value": 0.002 | ||
"value": 2 | ||
} | ||
], | ||
"playerex:focus": [ | ||
|