-
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.
π§βπ» add admin function to remove the petal pipe models
- nice for performance A/B testing since we already know they are very taxing on the server
- Loading branch information
1 parent
b29dc82
commit b04c043
Showing
3 changed files
with
10 additions
and
0 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
1 change: 1 addition & 0 deletions
1
datapacks/omegaflowey/data/omegaflowey.admin/function/kill/all.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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
function omegaflowey.admin:kill/bossfight | ||
function omegaflowey.admin:kill/decorations | ||
function omegaflowey.admin:kill/petalpipes | ||
function omegaflowey.admin:kill/queue |
6 changes: 6 additions & 0 deletions
6
datapacks/omegaflowey/data/omegaflowey.admin/function/kill/petalpipes.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,6 @@ | ||
function omegaflowey.utils:log { text_component: '[ \ | ||
{ "selector": "@s", "color": "gold" }, \ | ||
{ "text": " killed the petal pipe models", "color": "yellow" } \ | ||
]'} | ||
function animated_java:omegaflowey_petal_pipe_circle/remove/all | ||
function animated_java:omegaflowey_petal_pipe_middle/remove/all |