Added Crafter and raligned file depth
This commit is contained in:
6
data/wrench/function/rotate/pillars.mcfunction
Normal file
6
data/wrench/function/rotate/pillars.mcfunction
Normal file
@@ -0,0 +1,6 @@
|
||||
### Pillars
|
||||
|
||||
# Rotate Based on Wrench Mode
|
||||
execute as @s[scores={WrenchSuccess=0},nbt={SelectedItem:{components:{"minecraft:lore":['"Face Player"']}}}] run function wrench:rotate/pillars_player
|
||||
execute as @s[scores={WrenchSuccess=0},nbt={SelectedItem:{components:{"minecraft:lore":['"Face Click"']}}}] run function wrench:rotate/pillars_click
|
||||
execute as @s[scores={WrenchSuccess=0}] run function wrench:rotate/pillars_cycle
|
Reference in New Issue
Block a user