Skip to content

Commit

Permalink
弾を発射する間隔を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
EllaCoat committed Aug 26, 2024
1 parent 0147ac2 commit c7e46fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Timeを取る
execute store result score $B3.Temp Temporary run time query gametime
scoreboard players operation $B3.Temp Temporary %= $2 Const
scoreboard players operation $B3.Temp Temporary %= $3 Const

# 地面に足を付けていないプレイヤを見つけろ!
execute if score $B3.Temp Temporary matches 0 if entity @p[tag=!PlayerShouldInvulnerable,nbt={OnGround:0b},distance=..100] at @s run function asset:mob/0399.void_spellbook/ai/bullet/4.fire
Expand Down

0 comments on commit c7e46fb

Please sign in to comment.