diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-03 11:25:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-03 21:25:24 +1100 |
commit | 8d30c12edce0800e744a93ee743e03a7f4dbb8c5 (patch) | |
tree | 3f5794f616926614c62e01df29a94d322dc50af1 /items/RED_GIFT.json | |
parent | eb78fb7fe219a0ac5f7a937008be6b65c515e6cf (diff) | |
download | NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.gz NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.bz2 NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.zip |
Added new jerry stuff, fixed oringo npc and books (#869)
Diffstat (limited to 'items/RED_GIFT.json')
-rw-r--r-- | items/RED_GIFT.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/items/RED_GIFT.json b/items/RED_GIFT.json index 5742e09d..66192d57 100644 --- a/items/RED_GIFT.json +++ b/items/RED_GIFT.json @@ -4,11 +4,12 @@ "displayname": "§9§cRed Gift", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bc74cb05-2758-3395-93ec-70452a983604\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjczYTIxMTQxMzZiOGVlNDkyNmNhYTUxNzg1NDE0MDM2YTJiNzZlNGYxNjY4Y2I4OWQ5OTcxNmM0MjEifX19\"}]}},display:{Lore:[0:\"§7Click a stranger while holding!\",1:\"§7Both players get the rewards!\",2:\"\",3:\"§9§lRARE\"],Name:\"§9§cRed Gift\"},ExtraAttributes:{id:\"RED_GIFT\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bc74cb05-2758-3395-93ec-70452a983604\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjczYTIxMTQxMzZiOGVlNDkyNmNhYTUxNzg1NDE0MDM2YTJiNzZlNGYxNjY4Y2I4OWQ5OTcxNmM0MjEifX19\"}]}},display:{Lore:[0:\"§7§7Click a stranger while holding\",1:\"§7to gift! Both players get the\",2:\"§7rewards!\",3:\"\",4:\"§9§lRARE\"],Name:\"§9§cRed Gift\"},ExtraAttributes:{id:\"RED_GIFT\"}}", "modver": "2.1.0-REL", "lore": [ - "§7Click a stranger while holding!", - "§7Both players get the rewards!", + "§7§7Click a stranger while holding", + "§7to gift! Both players get the", + "§7rewards!", "", "§9§lRARE" ], @@ -16,5 +17,6 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Red_Gift", "https://wiki.hypixel.net/Red_Gift" - ] + ], + "crafttext": "" }
\ No newline at end of file |