-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silly cat animations for better combat (#516)
* Silly cat animations for better combat * Revert "Silly cat animations for better combat" This reverts commit 9b5a7a8. * Add better animations the right way --------- Co-authored-by: Aizistral <[email protected]>
- Loading branch information
1 parent
97f7695
commit 919dc28
Showing
6 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
src/main/resources/data/enigmaticlegacy/weapon_attributes/astral_breaker.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,3 @@ | ||
{ | ||
"parent": "bettercombat:heavy_axe" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/resources/data/enigmaticlegacy/weapon_attributes/eldritch_pan.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,3 @@ | ||
{ | ||
"parent": "bettercombat:rapier" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/resources/data/enigmaticlegacy/weapon_attributes/etherium_shovel.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,3 @@ | ||
{ | ||
"parent": "bettercombat:rapier" | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/data/enigmaticlegacy/weapon_attributes/forbidden_axe.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "bettercombat:axe" | ||
"parent": "bettercombat:heavy_axe" | ||
} |
3 changes: 3 additions & 0 deletions
3
src/main/resources/data/enigmaticlegacy/weapon_attributes/the_infinitum.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,3 @@ | ||
{ | ||
"parent": "bettercombat:coral_blade" | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/resources/data/enigmaticlegacy/weapon_attributes/the_twist.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"parent": "bettercombat:mace" | ||
"parent": "bettercombat:axe" | ||
} |