finished all 3 types, ready for prerelease
This commit is contained in:
3
bin/main/data/aspects/functions/freeze_focus.mcfunction
Normal file
3
bin/main/data/aspects/functions/freeze_focus.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
particle minecraft:snowflake ~ ~ ~ 0 0 0 0.0 5 normal @a
|
||||
fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 minecraft:frosted_ice replace water[level=0]
|
||||
playsound block.snow.place neutral @a ~ ~ ~ 5
|
||||
3
bin/main/data/aspects/functions/freeze_ray.mcfunction
Normal file
3
bin/main/data/aspects/functions/freeze_ray.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
particle minecraft:snowflake
|
||||
fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 minecraft:frosted_ice replace water[level=0]
|
||||
playsound block.powder_snow.place neutral @a
|
||||
2
bin/main/data/aspects/functions/icy_aura.mcfunction
Normal file
2
bin/main/data/aspects/functions/icy_aura.mcfunction
Normal file
@@ -0,0 +1,2 @@
|
||||
particle snowflake ~ ~ ~ 1 1 1 1 10 normal
|
||||
playsound block.glass.break neutral @a ~ ~ ~ 5
|
||||
@@ -0,0 +1,4 @@
|
||||
particle minecraft:electric_spark ~ ~ ~ 0 0 0 0.0 5 normal @a
|
||||
fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 minecraft:fire replace air
|
||||
playsound entity.lightning_bolt.thunder neutral @a ~ ~ ~ 5
|
||||
summon lightning_bolt ~ ~ ~
|
||||
Reference in New Issue
Block a user