From 5e98a82b3bc7b0941ee924cbecedc718e4b4b19e Mon Sep 17 00:00:00 2001 From: UnRealDinnerbone Date: Sat, 23 Nov 2024 21:31:11 -0600 Subject: [PATCH] Don't give for infinite time --- .../collectible/mechanic/rocket_boots/launch.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/lt/function/collectible/mechanic/rocket_boots/launch.mcfunction b/data/lt/function/collectible/mechanic/rocket_boots/launch.mcfunction index 62670a17..ccc1db6c 100644 --- a/data/lt/function/collectible/mechanic/rocket_boots/launch.mcfunction +++ b/data/lt/function/collectible/mechanic/rocket_boots/launch.mcfunction @@ -1,4 +1,4 @@ scoreboard players set @s collectible.rocket_boots.time 6 -effect give @s minecraft:levitation infinite 25 true +effect give @s minecraft:levitation 5 25 true scoreboard players reset @s collectible.rocket_boots.jump playsound minecraft:item.firecharge.use master @s ~ ~ ~ 0.5 1.5 \ No newline at end of file