diff --git a/data/drugs/functions/tick.mcfunction b/data/drugs/functions/tick.mcfunction index 0b4b782..9e4dd8f 100644 --- a/data/drugs/functions/tick.mcfunction +++ b/data/drugs/functions/tick.mcfunction @@ -1 +1,2 @@ -execute as @e[scores={DrugUsed=1..}] run function drugs:drugused \ No newline at end of file +scoreboard objectives add DrugUsed minecraft.used:minecraft.carrot_on_a_stick +execute as @e[scores={DrugUsed=1..}] run function drugs:drugused