Skip to content

Commit

Permalink
Update snowball_fix.mcfunction
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik0-0 committed Feb 25, 2024
1 parent a55a535 commit acc9bed
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@


execute at @e[tag=nextbot] run kill @e[type=snowball,nbt=!{Item:{tag:{CustomModelData:1}}},distance=..8.3]
execute at @e[type=snowball,nbt=!{Item:{tag:{CustomModelData:1}}}] unless block ~ ~-0.5 ~ minecraft:air run playsound minecraft:block.large_amethyst_bud.break master @a ~ ~ ~ 100 2
execute at @e[type=snowball,nbt=!{Item:{tag:{CustomModelData:1}}}] unless block ~ ~-1 ~ minecraft:air run particle minecraft:soul ~ ~-0.5 ~ 1 0.01 1 0 20
execute at @e[type=snowball,nbt=!{Item:{tag:{CustomModelData:1}}}] run particle minecraft:soul ~ ~ ~ 0.01 0.01 0.01 0.1 1
execute at @e[type=snowball,nbt=!{Item:{tag:{CustomModelData:1}}}] run particle minecraft:soul_fire_flame ~ ~ ~ 0.01 0.01 0.01 0 1
execute at @e[type=snowball,nbt={Item:{tag:{CustomModelData:1}}}] unless block ~ ~-0.5 ~ minecraft:air run playsound minecraft:block.large_amethyst_bud.break master @a ~ ~ ~ 100 2
execute at @e[type=snowball,nbt={Item:{tag:{CustomModelData:1}}}] unless block ~ ~-1 ~ minecraft:air run particle minecraft:soul ~ ~-0.5 ~ 1 0.01 1 0 20
execute at @e[type=snowball,nbt={Item:{tag:{CustomModelData:1}}}] run particle minecraft:soul ~ ~ ~ 0.01 0.01 0.01 0.1 1
execute at @e[type=snowball,nbt={Item:{tag:{CustomModelData:1}}}] run particle minecraft:soul_fire_flame ~ ~ ~ 0.01 0.01 0.01 0 1



Expand Down

0 comments on commit acc9bed

Please sign in to comment.