-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: put dragon attack clearing in separate function
- Loading branch information
Showing
4 changed files
with
12 additions
and
15 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
7 changes: 7 additions & 0 deletions
7
Data_Pack/data/roguecraft/functions/ender_dragon/reset_dragon_attacks.mcfunction
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,7 @@ | ||
schedule clear custom_ender_dragon:p2/attack_timer | ||
schedule clear custom_ender_dragon:p3/attack_timer | ||
schedule clear custom_ender_dragon:two_second_tick | ||
schedule clear custom_ender_dragon:quarter_second_tick | ||
schedule clear custom_ender_dragon:p5/attack_timer_10s | ||
schedule clear custom_ender_dragon:p5/attack_timer_15s | ||
schedule clear custom_ender_dragon:p5/attack_timer_5s |
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