Skip to content

Commit 55a09b0

Browse files
committed
Fix in-lobby regeneration
The regen in stack attack lobbies wasn't applied properly. This commit changes the effect time to allow for regen.
1 parent 8f15828 commit 55a09b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/stack_attack_lobby/functions/area/players_in_queue.mcfunction

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ particle minecraft:block light_blue_concrete ~ ~1.0 ~ 0.4 0.8 0.4 0.2 2
1010
particle minecraft:block yellow_concrete ~ ~1.0 ~ 0.4 0.8 0.4 0.2 2
1111

1212
# effect with regen and saturation
13-
effect give @s minecraft:regeneration 2 0 true
13+
effect give @s minecraft:regeneration 3 0 true
1414
effect give @s minecraft:saturation 2 0 true
1515

1616
# enable join game trigger to print out lobby info if already joined players click the sign

0 commit comments

Comments
 (0)