-
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 simplified petal-pipe models for summit (#231)
* π copy `petal-pipe-circle` to `...-simplified` * π± update general ppc-simplified AJ config * π± resolve already-valid bones in `petal-pipe-circle-simplified` * π± resolve remaining bones in `petal-pipe-circle-simplified` - ones that had invalid rotations * π« add `float_and_pulsate` animation to simplified petalpipecircle model * β»οΈ replace mcfunction instances to use petalpipecircle simplified * π fix ppcircle simplified initialize function * π copy `petal-pipe-middle` to `...-simplified` * π± resolve bones in `petal-pipe-middle-simplified` * π« add `float_and_pulsate` animation to simplified petalpipemiddle model * β»οΈ replace mcfunction instances to use petalpipemiddle simplified * π± center soul-5 flower and heart crosshair on x-axis - was barely uncentered before * π« add `disabled` animation to simplified petal pipe circle model - simplified pp middle model doesnt need this for summit * π fix `petal-pipe-middle-simplified` having same UUID as petal-pipe-middle
- Loading branch information
1 parent
b6860de
commit 6d8fc68
Showing
18 changed files
with
15,562 additions
and
338 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_circle/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_circle/animations/omegaflowey_float_and_pulsate/play | ||
function animated_java:omegaflowey_petal_pipe_circle/variants/default/apply | ||
function animated_java:omegaflowey_petal_pipe_circle_simplified/animations/omegaflowey_float_and_pulsate/play | ||
function animated_java:omegaflowey_petal_pipe_circle_simplified/variants/default/apply |
4 changes: 2 additions & 2 deletions
4
...flowey.entity/function/hostile/omega-flowey/animate/petal_pipe_circle/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_circle/animations/omegaflowey_float_disabled/play | ||
function animated_java:omegaflowey_petal_pipe_circle/variants/disabled/apply | ||
function animated_java:omegaflowey_petal_pipe_circle_simplified/animations/omegaflowey_float_disabled/play | ||
function animated_java:omegaflowey_petal_pipe_circle_simplified/variants/disabled/apply |
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 |
2 changes: 1 addition & 1 deletion
2
...owey/data/omegaflowey.entity/function/hostile/omega-flowey/animate/pipe/soul_0.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 @@ | ||
$execute as $(petal_pipe_lower_right_uuid) run function animated_java:omegaflowey_petal_pipe_circle/variants/soul_0/apply | ||
$execute as $(petal_pipe_lower_right_uuid) run function animated_java:omegaflowey_petal_pipe_circle_simplified/variants/soul_0/apply |
2 changes: 1 addition & 1 deletion
2
...owey/data/omegaflowey.entity/function/hostile/omega-flowey/animate/pipe/soul_1.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 @@ | ||
$execute as $(petal_pipe_lower_left_uuid) run function animated_java:omegaflowey_petal_pipe_circle/variants/soul_1/apply | ||
$execute as $(petal_pipe_lower_left_uuid) run function animated_java:omegaflowey_petal_pipe_circle_simplified/variants/soul_1/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 |
2 changes: 1 addition & 1 deletion
2
...owey/data/omegaflowey.entity/function/hostile/omega-flowey/animate/pipe/soul_4.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 @@ | ||
$execute as $(petal_pipe_upper_right_uuid) run function animated_java:omegaflowey_petal_pipe_circle/variants/soul_4/apply | ||
$execute as $(petal_pipe_upper_right_uuid) run function animated_java:omegaflowey_petal_pipe_circle_simplified/variants/soul_4/apply |
2 changes: 1 addition & 1 deletion
2
...owey/data/omegaflowey.entity/function/hostile/omega-flowey/animate/pipe/soul_5.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 @@ | ||
$execute as $(petal_pipe_upper_left_uuid) run function animated_java:omegaflowey_petal_pipe_circle/variants/soul_5/apply | ||
$execute as $(petal_pipe_upper_left_uuid) run function animated_java:omegaflowey_petal_pipe_circle_simplified/variants/soul_5/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
Oops, something went wrong.