Skip to content

Commit

Permalink
changed portal particle color
Browse files Browse the repository at this point in the history
  • Loading branch information
brickmaster5001 committed Nov 2, 2023
1 parent 47765d2 commit bfe5794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/lt/functions/main/tick_runner.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ scoreboard players add @e[tag=game.stt.placed_mob] game.stt.entity_track 1
execute as @e[tag=game.stt.placed_mob,scores={game.stt.entity_track=1200..}] at @s run function lt:game/stt/entity/remove_entity

# Team Selection Teleporter
execute in tropicraft:tropics at @e[type=marker,tag=utility.team_selection_teleporter] run particle minecraft:dust 1 0 0 1 ~ ~ ~0.15 0.05 0.5 0.15 0.01 1 force @a[distance=..15]
execute in tropicraft:tropics at @e[type=marker,tag=utility.team_selection_teleporter] run particle minecraft:dust 0.153 0.059 1.000 1 ~ ~ ~-0.15 0.05 0.5 0.15 0.01 1 force @a[distance=..15]
execute in tropicraft:tropics at @e[type=marker,tag=utility.team_selection_teleporter] run particle minecraft:dust 1 0 0 1 ~ ~0.75 ~0.2 0.05 0.5 0.2 0.01 1 force @a[distance=..15]
execute in tropicraft:tropics at @e[type=marker,tag=utility.team_selection_teleporter] run particle minecraft:dust 0.059 0.467 1 1 ~ ~0.75 ~-0.2 0.05 0.5 0.2 0.01 1 force @a[distance=..15]
execute in tropicraft:tropics as @a at @s if entity @e[type=marker,tag=utility.team_selection_teleporter,distance=..0.65] run function lt:utility/to_team_selection


Expand Down

0 comments on commit bfe5794

Please sign in to comment.