diff --git a/data/lzstools_wrench/function/rotate/glazed_terracotta/rotate.mcfunction b/data/lzstools_wrench/function/rotate/glazed_terracotta/rotate.mcfunction index 2897e2f..201c72d 100644 --- a/data/lzstools_wrench/function/rotate/glazed_terracotta/rotate.mcfunction +++ b/data/lzstools_wrench/function/rotate/glazed_terracotta/rotate.mcfunction @@ -1,6 +1,5 @@ ## Glazed Terracotta -execute as @s[nbt={SelectedItem:{components:{"minecraft:lore":["Terracotta"]}}}] - run function lzstools_wrench:rotate/glazed_terracotta/mode with storage lzstools:wrench +execute as @s[nbt={SelectedItem:{components:{"minecraft:lore":["Terracotta"]}}}] run function lzstools_wrench:rotate/glazed_terracotta/mode with storage lzstools:wrench execute as @s[scores={lzt_wrench_success=0}] run function lzstools_wrench:rotate/glazed_terracotta/cycle with storage lzstools:wrench execute as @s[scores={lzt_wrench_success=0}] run function lzstools_wrench:rotate/glazed_terracotta/cycle with storage lzstools:wrench