diff --git a/data/wrench/function/rotate/glazed_terracotta/mode.mcfunction b/data/wrench/function/rotate/glazed_terracotta/mode.mcfunction index e388925..48d84af 100644 --- a/data/wrench/function/rotate/glazed_terracotta/mode.mcfunction +++ b/data/wrench/function/rotate/glazed_terracotta/mode.mcfunction @@ -17,3 +17,6 @@ tag @s[tag=TerracottaNORTH] remove TerracottaNORTH tag @s[tag=TerracottaEAST] remove TerracottaEAST tag @s[tag=TerracottaSOUTH] remove TerracottaSOUTH tag @s[tag=TerracottaWEST] remove TerracottaWEST + +# Don't rotate if matches current orientation +execute as @s[scores={lz_wrench_success=0}] run scoreboard players set @s lz_wrench_success -1 \ No newline at end of file