Initial Release
Minecraft datapack: Rename a carrot on a stick to "Wrench" and right click on blocks to rotate them.
This commit is contained in:
6
data/wrench/functions/rotate/pillars.mcfunction
Normal file
6
data/wrench/functions/rotate/pillars.mcfunction
Normal file
@@ -0,0 +1,6 @@
|
||||
### Pillars
|
||||
|
||||
# Rotate Based on Wrench Mode
|
||||
execute as @s[scores={WrenchSuccess=0},nbt={SelectedItem:{tag:{display:{Lore:['{"text":"Face Player"}']}}}}] run function wrench:rotate/pillars_player
|
||||
execute as @s[scores={WrenchSuccess=0},nbt={SelectedItem:{tag:{display:{Lore:['{"text":"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