Added all waterlogged rail variants. Removed Face Click option for rails, this would only use the Player Click option which was confusing.
6 lines
269 B
MCFunction
6 lines
269 B
MCFunction
### Rails
|
|
|
|
# Rotate Based on Wrench Mode
|
|
execute as @s[scores={WrenchSuccess=0},nbt={SelectedItem:{tag:{display:{Lore:['{"text":"Face Player"}']}}}}] run function wrench:rotate/rails_player
|
|
execute as @s[scores={WrenchSuccess=0}] run function wrench:rotate/rails_cycle
|