-
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.
📈 telemetry: add instant tag (< 1 tick) and soul touch/saved tags
- Loading branch information
1 parent
b44dcac
commit c69979f
Showing
4 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
...acks/omegaflowey/data/omegaflowey.entity/function/soul/soul_5/act_button/touch.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
2 changes: 2 additions & 0 deletions
2
...aflowey/data/omegaflowey.entity/function/soul/soul_5/executor/initialize/saved.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
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
4 changes: 4 additions & 0 deletions
4
datapacks/omegaflowey/data/omegaflowey.main/function/telemetry/tag/instant.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,4 @@ | ||
execute if score #omegaflowey.telemetry.basetime omegaflowey.global.flag matches -1 run return 0 | ||
|
||
$data modify storage omegaflowey:telemetry tags[-1] append value { name: "$(name)", type: "instant" } | ||
function omegaflowey.main:telemetry/tag/shared |