-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+Fixed issue with CaelusAPI and Icarus +Likely fixed issue with BetterEnd, but hard to test as unfamiliar with the mod. +Exposed some functions in the API since I need them in other mods. +Fixed issue with preliminary RelicEx refund points issue: you could refund attributes added by trinket items, use those skillpoints to skill something else, then reequip the same trinket and regain those attributes. Fixed now. +Incremented version
- Loading branch information
1 parent
dec093d
commit c41576c
Showing
7 changed files
with
34 additions
and
7 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
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
10 changes: 10 additions & 0 deletions
10
src/main/resources/data/betterend/attributes/generic.blindness_resistance.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"type": "GAME", | ||
"uuid": "ed0b99aa-b2f2-4c5e-b135-ecd62ceea26e", | ||
"defaultValue": 0.0, | ||
"minValue": 0.0, | ||
"maxValue": 1.0, | ||
"translationKey": "attribute.name.generic.blindness_resistance", | ||
"properties": {}, | ||
"functions": [] | ||
} |
10 changes: 10 additions & 0 deletions
10
src/main/resources/data/minecraft/attributes/caelus.elytra_flight.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"type": "GAME", | ||
"uuid": "6bfd7b15-d025-4cbc-9949-34df70d90d4c", | ||
"defaultValue": 0.0, | ||
"minValue": 0.0, | ||
"maxValue": 1.0, | ||
"translationKey": "attribute.name.generic.caelus.flight", | ||
"properties": {}, | ||
"functions": [] | ||
} |
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