Skip to content

Commit

Permalink
🩹 [Mob46] 絶望の時計の召喚時に複数対象にTPを試みていたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiro2gou committed Dec 31, 2023
1 parent 1020860 commit be92c54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

# 演出用の針を召喚する
summon armor_stand ~ ~ ~ {NoGravity:1b,Invulnerable:1b,Marker:1b,Invisible:1b,Tags:["1A.ClockHand","Object","Uninterferable"]}
execute as @e[type=armor_stand,tag=1A.ClockHand,distance=..1,sort=nearest,limit=1] run tp @e[type=zombie,tag=MobInit,distance=..0.01]
execute as @e[type=armor_stand,tag=1A.ClockHand,distance=..1,sort=nearest,limit=1] run tp @e[type=zombie,tag=MobInit,distance=..0.01,limit=1]

#地面におくやつ
summon glow_item_frame ~ ~ ~-8 {Tags:["1A.ClockItemFrame"],Facing:1b,ItemRotation:0b,Invulnerable:1b,Invisible:1b,Fixed:1b,Item:{id:"minecraft:stick",Count:1b,tag:{CustomModelData:20217}}}
Expand Down

0 comments on commit be92c54

Please sign in to comment.