Skip to content

Commit

Permalink
change move values
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Oct 26, 2024
1 parent 9c71089 commit 1812822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/lt/function/world_games/hockey/on_enter.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1812822

Please sign in to comment.