Skip to content

Commit

Permalink
Add wolf hat
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Nov 3, 2023
1 parent aaeb730 commit 45a7a54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data/lt/functions/collectible/give/hat/wolf.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#summon ltextras:collectible ~ ~ ~ {collectible:{item:"ltminigames:mob_hat",tag:{entity:{type:"minecraft:wolf",tag:{}},display:{Name:'[{"translate":"entity.minecraft.wolf","color":"#5ABDA3","italic":false},{"translate":" "},{"translate":"lt.collectible.hat.name.suffix","color":"##5ABDA3","italic":false}]',Lore:['{"text":" "}','{"translate":"lt.collectible.unicode.secret","color":"white","italic":false}','{"text":" "}','{"translate":"item.modifiers.head","color":"gray","italic":false}','[{"text": " + ","color":"blue","italic":false},{"translate":"entity.minecraft.wolf","color":"blue","italic":false}]']}}}}
collectible give @s ltminigames:mob_hat{entity:{type:"minecraft:wolf",tag:{}},display:{Name:'[{"translate":"entity.minecraft.wolf","color":"#5ABDA3","italic":false},{"translate":" "},{"translate":"lt.collectible.hat.name.suffix","color":"##5ABDA3","italic":false}]',Lore:['{"text":" "}','{"translate":"lt.collectible.unicode.secret","color":"white","italic":false}','{"text":" "}','{"translate":"item.modifiers.head","color":"gray","italic":false}','[{"text": " + ","color":"blue","italic":false},{"translate":"entity.minecraft.wolf","color":"blue","italic":false}]']}}
3 changes: 2 additions & 1 deletion data/lt/tags/functions/collectibles/hat.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"lt:collectible/give/hat/slender_mouse",
"lt:collectible/give/hat/toucan",
"lt:collectible/give/hat/manatee",
"lt:collectible/give/hat/parrot"
"lt:collectible/give/hat/parrot",
"lt:collectible/give/hat/wolf"
]
}

0 comments on commit 45a7a54

Please sign in to comment.