diff --git a/data/lt/function/world_games/hockey/on_enter.mcfunction b/data/lt/function/world_games/hockey/on_enter.mcfunction index 6e77573..f03e590 100644 --- a/data/lt/function/world_games/hockey/on_enter.mcfunction +++ b/data/lt/function/world_games/hockey/on_enter.mcfunction @@ -3,7 +3,7 @@ function lt:world_games/hockey/util/give_stick execute store result score random game.hockey run random roll 1..2 execute if score random game.hockey matches 1 run function lt:world_games/hockey/team/items/blue execute if score random game.hockey matches 2 run function lt:world_games/hockey/team/items/red -attribute @s minecraft:generic.jump_strength modifier add lt:no_jump -9999999 add_value -attribute @s ltextras:friction modifier add lt:h_extra 0.1 add_value +attribute @s minecraft:generic.jump_strength modifier add lt:no_jump -0.15 add_value +attribute @s ltextras:friction modifier add lt:h_extra 0.075 add_value tp @s @e[tag=world_game.hockey.enter,limit=1] gamemode adventure @s \ No newline at end of file