Skip to content

Commit

Permalink
replace indicator with placeholder model
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Jan 15, 2024
1 parent f3c31e5 commit 6e7b8a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Summon indicator
$execute positioned $(x) $(y) $(z) rotated $(yaw) $(pitch) run function animated_java:finger_gun/summon
$execute positioned $(x) $(y) $(z) rotated $(yaw) $(pitch) run summon minecraft:marker ~ ~ ~ { CustomName: '"Flies Indicator"', Tags: ["omega-flowey-remastered","hostile","omega-flowey","attack","attack-indicator","attack-indicator-new","flies"], interpolation_duration: 1, item_display: "head", item: { id: "minecraft:lime_wool", Count: 1b } }

# Initialize indicator
execute as @e[tag=attack-indicator-new] at @s run function entity:hostile/omega-flowey/attack/flies/indicator/initialize

0 comments on commit 6e7b8a0

Please sign in to comment.