-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
11 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
data/makeup/functions/skill/act/black_mage/candle/tick.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,5 +1,5 @@ | ||
|
||
execute if score $Second Count matches 1 run playsound minecraft:block.fire.ambient master @a[distance=..16] ~ ~ ~ 1 1 | ||
execute if score $Tick Count matches 1 run playsound minecraft:block.fire.ambient master @a[distance=..16] ~ ~ ~ 1 1 | ||
execute if entity @s[nbt={PortalCooldown:20}] run playsound minecraft:entity.generic.extinguish_fire master @a[distance=..16] ~ ~ ~ 1 1 | ||
particle minecraft:smoke ~ ~0.75 ~ 0.1 0.25 0.1 0.001 1 force @a[tag=ShowParticles] | ||
execute positioned ~-5 ~-3 ~-5 as @e[type=minecraft:spawner_minecart,tag=Spawner,dx=10,dy=8,dz=10] positioned as @s run particle minecraft:falling_dust minecraft:orange_wool ~ ~ ~ 0.5 0.5 0.5 1 2 force @a[tag=ShowParticles] |
15 changes: 5 additions & 10 deletions
15
data/skill/functions/act/black_mage/candle/act0.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