Mark Rapson e2b221eed0 Added Trowel
Fixed issue with wrench
Organised tools into folders
2025-05-15 22:24:08 +01:00

9 lines
885 B
MCFunction

#Advance terracotta mode rotation, show title
item modify entity @s[tag=TerracottaNORTH] weapon.mainhand lzstools_wrench:terracotta_east
item modify entity @s[tag=TerracottaEAST] weapon.mainhand lzstools_wrench:terracotta_south
item modify entity @s[tag=TerracottaSOUTH] weapon.mainhand lzstools_wrench:terracotta_west
item modify entity @s[tag=TerracottaWEST] weapon.mainhand lzstools_wrench:terracotta_north
title @s[tag=TerracottaNORTH] actionbar [{"text":"Terracotta Mode: ","color":"green"},{"text":"East","color":"white"}]
title @s[tag=TerracottaEAST] actionbar [{"text":"Terracotta Mode: ","color":"green"},{"text":"South","color":"white"}]
title @s[tag=TerracottaSOUTH] actionbar [{"text":"Terracotta Mode: ","color":"green"},{"text":"West","color":"white"}]
title @s[tag=TerracottaWEST] actionbar [{"text":"Terracotta Mode: ","color":"green"},{"text":"North","color":"white"}]