From 2db087f2200e25980576bcceb59eb0a1e61c6707 Mon Sep 17 00:00:00 2001 From: Mark Rapson Date: Thu, 13 Aug 2026 17:19:31 +0100 Subject: [PATCH] Terracotta rotate error --- .../function/rotate/glazed_terracotta/rotate.mcfunction | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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