-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combatify 1.1.8.2 1.20.5 - Fixed eating interruption on potions & imp…
…roved enchants
- Loading branch information
1 parent
2914071
commit acc4937
Showing
20 changed files
with
149 additions
and
135 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
8 changes: 0 additions & 8 deletions
8
src/main/java/net/atlas/combatify/extensions/CustomEnchantment.java
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
18 changes: 0 additions & 18 deletions
18
src/main/java/net/atlas/combatify/mixin/AnvilMenuMixin.java
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
src/main/java/net/atlas/combatify/mixin/EnchantCommandMixin.java
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
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
{ | ||
"id": "combatify:wooden_knife", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:stone_knife", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:golden_knife", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:iron_knife", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:diamond_knife", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:netherite_knife", | ||
"required": false | ||
} | ||
] | ||
} |
29 changes: 29 additions & 0 deletions
29
src/main/resources/data/combatify/tags/items/longswords.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,29 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
{ | ||
"id": "combatify:wooden_longsword", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:stone_longsword", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:golden_longsword", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:iron_longsword", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:diamond_longsword", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:netherite_longsword", | ||
"required": false | ||
} | ||
] | ||
} |
25 changes: 25 additions & 0 deletions
25
src/main/resources/data/combatify/tags/items/tiered_shields.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,25 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
{ | ||
"id": "combatify:wooden_shield", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:golden_shield", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:iron_shield", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:diamond_shield", | ||
"required": false | ||
}, | ||
{ | ||
"id": "combatify:netherite_shield", | ||
"required": false | ||
} | ||
] | ||
} |
Oops, something went wrong.