Complete rewrite
Prep for addition of optional additional tools Removed config (for now) Added loads of blocks
This commit is contained in:
6
data/wrench/function/rotate/xyz/rotate.mcfunction
Normal file
6
data/wrench/function/rotate/xyz/rotate.mcfunction
Normal file
@@ -0,0 +1,6 @@
|
||||
## X Y Z
|
||||
|
||||
# Rotate Based on Wrench Mode
|
||||
execute as @s[scores={lz_wrench_success=0},nbt={SelectedItem:{components:{"minecraft:lore":["Face Player"]}}}] run function wrench:rotate/xyz/player with storage lz:wrench
|
||||
execute as @s[scores={lz_wrench_success=0},nbt={SelectedItem:{components:{"minecraft:lore":["Face Click"]}}}] run function wrench:rotate/xyz/click with storage lz:wrench
|
||||
execute as @s[scores={lz_wrench_success=0}] run function wrench:rotate/xyz/cycle with storage lz:wrench
|
Reference in New Issue
Block a user