diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-08-06 23:44:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-06 21:44:43 +0000 |
commit | 9b3005d4a487f8ab309020e86d024fdb756c4cff (patch) | |
tree | a3cba33555b100a7da7f6566e8b8ecfac7549ad0 /items/GOD_POTION_2.json | |
parent | 1eb9efcd5d6fe43a435ed19b9c825e4e1cddaa3c (diff) | |
download | NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.gz NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.tar.bz2 NotEnoughUpdates-REPO-9b3005d4a487f8ab309020e86d024fdb756c4cff.zip |
feat: Dye Changes Part 1 (#1308)
* feat: Dye Changes Part 1
* More changes
* feat: Fishing Sack changes
* fix: Emerald Artifact in misc file
Diffstat (limited to 'items/GOD_POTION_2.json')
-rw-r--r-- | items/GOD_POTION_2.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/items/GOD_POTION_2.json b/items/GOD_POTION_2.json index 5788a81e..36359691 100644 --- a/items/GOD_POTION_2.json +++ b/items/GOD_POTION_2.json @@ -1,28 +1,30 @@ { "itemid": "minecraft:skull", "displayname": "§cGod Potion", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"2c70d92e-9e43-3e7a-aac0-26a1bc7ca866\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjAyMjZkNGMxZDMwZmJlYmVjYWU5MzlkYTkwMDYwM2U0Y2QwZmVkODU5MmExYmIzZTExZjlhYzkyMzkxYTQ1YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Consume this potion to receive an\",1:\"§7assortment of positive §dpotion effects§7!\",2:\"\",3:\"§7Duration: §a§k28§ah §k48§am\",4:\" §a+§k12§ah §7Default\",5:\" §a+§k12§ah §bAlchemy Level\",6:\" §ax§k1§a.§k2§r §6Parrot Pet\",7:\"\",8:\"§7The duration of God Potions can be stacked!\",9:\"\",10:\"§eRight-click to consume!\",11:\"\",12:\"§7Cost\",13:\"§b1,500 Bits\"],Name:\"§cGod Potion\"},ExtraAttributes:{id:\"GOD_POTION_2\"}}", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"2c70d92e-9e43-3e7a-aac0-26a1bc7ca866\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjAyMjZkNGMxZDMwZmJlYmVjYWU5MzlkYTkwMDYwM2U0Y2QwZmVkODU5MmExYmIzZTExZjlhYzkyMzkxYTQ1YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Consume this potion to receive an\",1:\"§7assortment of positive §dpotion effects§7!\",2:\"\",3:\"§7Duration: §a28h 48m\",4:\" §a+12h §7Default\",5:\" §a+12h §bAlchemy Level\",6:\" §ax1.2 §6Parrot Pet\",7:\"\",8:\"§7The duration of God Potions can be stacked!\",9:\"\",10:\"§eRight-click to consume!\",11:\"\",12:\"§c§lSPECIAL\",13:\"\",14:\"§7Cost\",15:\"§b1,500 Bits\"],Name:\"§cGod Potion\"},ExtraAttributes:{id:\"GOD_POTION_2\"}}", "damage": 3, "lore": [ "§7Consume this potion to receive an", "§7assortment of positive §dpotion effects§7!", "", - "§7Duration: §a§k28§ah §k48§am", - " §a+§k12§ah §7Default", - " §a+§k12§ah §bAlchemy Level", - " §ax§k1§a.§k2§r §6Parrot Pet", + "§7Duration: §a28h 48m", + " §a+12h §7Default", + " §a+12h §bAlchemy Level", + " §ax1.2 §6Parrot Pet", "", "§7The duration of God Potions can be stacked!", "", "§eRight-click to consume!", "", + "§c§lSPECIAL", + "", "§7Cost", "§b1,500 Bits" ], "internalname": "GOD_POTION_2", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/God_Potion", |