Revert terracotta offhand mode change
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
## Mode Glazed Terracotta
|
||||
|
||||
# Terracotta Mode Rotation
|
||||
execute as @s[nbt={SelectedItem:{components:{"minecraft:custom_model_data":{"strings":["lzstools:wrench_terracotta_north"]}}}}] run tag @s add TerracottaNORTH
|
||||
execute as @s[nbt={SelectedItem:{components:{"minecraft:custom_model_data":{"strings":["lzstools:wrench_terracotta_east"]}}}}] run tag @s add TerracottaEAST
|
||||
execute as @s[nbt={SelectedItem:{components:{"minecraft:custom_model_data":{"strings":["lzstools:wrench_terracotta_south"]}}}}] run tag @s add TerracottaSOUTH
|
||||
execute as @s[nbt={SelectedItem:{components:{"minecraft:custom_model_data":{"strings":["lzstools:wrench_terracotta_west"]}}}}] run tag @s add TerracottaWEST
|
||||
execute as @s[nbt={SelectedItem:{components:{"minecraft:lore":["North"]}}}] run tag @s add TerracottaNORTH
|
||||
execute as @s[nbt={SelectedItem:{components:{"minecraft:lore":["East"]}}}] run tag @s add TerracottaEAST
|
||||
execute as @s[nbt={SelectedItem:{components:{"minecraft:lore":["South"]}}}] run tag @s add TerracottaSOUTH
|
||||
execute as @s[nbt={SelectedItem:{components:{"minecraft:lore":["West"]}}}] run tag @s add TerracottaWEST
|
||||
|
||||
$execute as @s[scores={lzt_wrench_success=0}, tag=TerracottaNORTH] store result score @s lzt_wrench_success run execute if block ~ ~ ~ $(block) run setblock ~ ~ ~ $(block)[facing=north] replace
|
||||
$execute as @s[scores={lzt_wrench_success=0}, tag=TerracottaEAST] store result score @s lzt_wrench_success run execute if block ~ ~ ~ $(block) run setblock ~ ~ ~ $(block)[facing=east] replace
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
## Glazed Terracotta
|
||||
|
||||
execute as @s[nbt={SelectedItem:{components:{"minecraft:custom_model_data":{"strings":["lzstools:wrench_terracotta_north"]}}}}] run function lzstools_wrench:rotate/glazed_terracotta/mode with storage lzstools:wrench
|
||||
execute as @s[nbt={SelectedItem:{components:{"minecraft:custom_model_data":{"strings":["lzstools:wrench_terracotta_east"]}}}}] run function lzstools_wrench:rotate/glazed_terracotta/mode with storage lzstools:wrench
|
||||
execute as @s[nbt={SelectedItem:{components:{"minecraft:custom_model_data":{"strings":["lzstools:wrench_terracotta_south"]}}}}] run function lzstools_wrench:rotate/glazed_terracotta/mode with storage lzstools:wrench
|
||||
execute as @s[nbt={SelectedItem:{components:{"minecraft:custom_model_data":{"strings":["lzstools:wrench_terracotta_west"]}}}}] 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
|
||||
|
||||
Reference in New Issue
Block a user