-
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.
♻️ replace mcfunction instances to use petalpipemiddle simplified
- Loading branch information
1 parent
fe0e3d7
commit 35a8d9f
Showing
8 changed files
with
13 additions
and
11 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
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: 2 additions & 2 deletions
4
...aflowey.entity/function/hostile/omega-flowey/animate/petal_pipe_middle/default.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,2 +1,2 @@ | ||
function animated_java:omegaflowey_petal_pipe_middle/animations/omegaflowey_float_and_pulsate/play | ||
function animated_java:omegaflowey_petal_pipe_middle/variants/default/apply | ||
function animated_java:omegaflowey_petal_pipe_middle_simplified/animations/omegaflowey_float_and_pulsate/play | ||
function animated_java:omegaflowey_petal_pipe_middle_simplified/variants/default/apply |
4 changes: 2 additions & 2 deletions
4
...flowey.entity/function/hostile/omega-flowey/animate/petal_pipe_middle/disabled.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,2 +1,2 @@ | ||
function animated_java:omegaflowey_petal_pipe_middle/animations/omegaflowey_float_disabled/play | ||
function animated_java:omegaflowey_petal_pipe_middle/variants/disabled/apply | ||
function animated_java:omegaflowey_petal_pipe_middle_simplified/animations/omegaflowey_float_disabled/play | ||
function animated_java:omegaflowey_petal_pipe_middle_simplified/variants/disabled/apply |
3 changes: 2 additions & 1 deletion
3
...owey/data/omegaflowey.entity/function/hostile/omega-flowey/animate/pipe/soul_2.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 +1,2 @@ | ||
execute as @e[tag=aj.omegaflowey_petal_pipe_middle.root,tag=petal_pipe.right] run function animated_java:omegaflowey_petal_pipe_middle/variants/soul_2/apply | ||
execute as @e[tag=aj.omegaflowey_petal_pipe_middle_simplified.root,tag=petal_pipe.right] run \ | ||
function animated_java:omegaflowey_petal_pipe_middle_simplified/variants/soul_2/apply |
3 changes: 2 additions & 1 deletion
3
...owey/data/omegaflowey.entity/function/hostile/omega-flowey/animate/pipe/soul_3.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 +1,2 @@ | ||
execute as @e[tag=aj.omegaflowey_petal_pipe_middle.root,tag=petal_pipe.left] run function animated_java:omegaflowey_petal_pipe_middle/variants/soul_3/apply | ||
execute as @e[tag=aj.omegaflowey_petal_pipe_middle_simplified.root,tag=petal_pipe.left] run \ | ||
function animated_java:omegaflowey_petal_pipe_middle_simplified/variants/soul_3/apply |
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