-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from Flubberschnub/verticalmotion
some internal counters
- Loading branch information
Showing
9 changed files
with
13 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
##forcederez (run as cyclestand within matchedid) | ||
scoreboard players set @s[tag=!derezzing] rezanimate 16 | ||
scoreboard players add @a[tag=matchedid] exploded 1 | ||
execute at @s[tag=!derezzing] run playsound lightcycle.derez master @a[distance=..30] ~ ~ ~ 1 1 | ||
kill @e[tag=matchedid,tag=cyclecart] | ||
tag @s add derezzing |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
scoreboard players operation IDMatcher CycleID = @s CycleID | ||
execute as @e if score @s CycleID = IDMatcher CycleID run tag @s add matchedid | ||
scoreboard players add @a[tag=matchedid] derezzed 1 | ||
execute as @e[tag=cyclecollider,tag=matchedid] run function lc:derez/self | ||
tag @e[tag=matchedid] remove matchedid |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
scoreboard players operation IDMatcher JetID = @s JetID | ||
execute as @e if score @s JetID = IDMatcher JetID run tag @s add matchedid | ||
scoreboard players add @a[tag=matchedid] derezzed 1 | ||
execute as @e[tag=jetcollider,tag=matchedid] run function lj:derez/self | ||
tag @e[tag=matchedid] remove matchedid |
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