We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f15828 commit 55a09b0Copy full SHA for 55a09b0
data/stack_attack_lobby/functions/area/players_in_queue.mcfunction
@@ -10,7 +10,7 @@ particle minecraft:block light_blue_concrete ~ ~1.0 ~ 0.4 0.8 0.4 0.2 2
10
particle minecraft:block yellow_concrete ~ ~1.0 ~ 0.4 0.8 0.4 0.2 2
11
12
# effect with regen and saturation
13
-effect give @s minecraft:regeneration 2 0 true
+effect give @s minecraft:regeneration 3 0 true
14
effect give @s minecraft:saturation 2 0 true
15
16
# enable join game trigger to print out lobby info if already joined players click the sign
0 commit comments