Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Commit 1ce3fff

Browse files
authored
Update give_click_wand.mcfunction
1 parent 91516cd commit 1ce3fff

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Example: give the player a click wand item
2-
give @s minecraft:stick[custom_data={clicklib:{click_item:true}},item_name='{"text":"Click Wand","italic":false,"color":"aqua"}']
2+
give @s minecraft:stick[custom_data={clicklib:{click_item:true}},item_name='']
3+
4+
item modify entity @s weapon.mainhand {function:"minecraft:set_name",entity:"this",name:{text:"Click Wand",italic:0b,color:"aqua"},target:"item_name"}

0 commit comments

Comments
 (0)