-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify freeze action to use the vanilla freeze property
new action/effect texture by Zeyke
- Loading branch information
1 parent
7713ad6
commit d5b7255
Showing
11 changed files
with
46 additions
and
17 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/minecraft/tags/items/freeze_immune_wearables.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,5 @@ | ||
{ | ||
"values": [ | ||
"#vampirism:armo/hunter_coat" | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
src/generated/resources/data/vampirism/tags/items/armo/hunter_coat.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,16 @@ | ||
{ | ||
"values": [ | ||
"vampirism:hunter_coat_head_normal", | ||
"vampirism:hunter_coat_head_enhanced", | ||
"vampirism:hunter_coat_head_ultimate", | ||
"vampirism:hunter_coat_chest_normal", | ||
"vampirism:hunter_coat_chest_enhanced", | ||
"vampirism:hunter_coat_chest_ultimate", | ||
"vampirism:hunter_coat_legs_normal", | ||
"vampirism:hunter_coat_legs_enhanced", | ||
"vampirism:hunter_coat_legs_ultimate", | ||
"vampirism:hunter_coat_feet_normal", | ||
"vampirism:hunter_coat_feet_enhanced", | ||
"vampirism:hunter_coat_feet_ultimate" | ||
] | ||
} |
1 change: 0 additions & 1 deletion
1
src/main/java/de/teamlapen/vampirism/client/gui/overlay/ActionDurationOverlay.java
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 |
---|---|---|
|
@@ -124,4 +124,9 @@ protected void customServerAiStep() { | |
} | ||
|
||
} | ||
|
||
@Override | ||
public boolean canFreeze() { | ||
return false; | ||
} | ||
} |
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
Binary file modified
BIN
+212 Bytes
(170%)
src/main/resources/assets/vampirism/textures/actions/freeze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+212 Bytes
(170%)
src/main/resources/assets/vampirism/textures/mob_effect/freeze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.