Skip to content

Commit

Permalink
#295 フォトニックレーザーのtick処理のパスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
NePonpon committed Apr 17, 2024
1 parent b9d2e03 commit 96ea947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/skill/functions/tick.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ execute if entity @s[tag=WildFlare] run function skill:act/hunter/wild_flare/tic
###ブラストスパーク
execute if entity @s[tag=BlastSpark] run function makeup:skill/act/hunter/blast_spark/direction
###フォトニックレーザー
execute if entity @s[tag=PhotonicLaser] run function skill:act/hunter/photonic_laser/tick0
execute if entity @s[tag=PhotonicLaser] run function skill:act/hunter/photonic_laser/check_interval
###シャイニングボルト
execute if entity @s[tag=ShiningBolt] run function makeup:skill/act/white_mage/shining_bolt/tick
###フラワーギフト
Expand Down

0 comments on commit 96ea947

Please sign in to comment.