diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-11 12:53:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 06:53:46 -0400 |
commit | ca865f4658593db06f052383063aaefd46c6f7db (patch) | |
tree | bec7dfb39e314e72b2d9b97b5fe0e79d479fb9ae /items/GOD_POTION_2.json | |
parent | 0da7c9f5a74e7d645d7350701ac5ae992f4a441f (diff) | |
download | NotEnoughUpdates-REPO-ca865f4658593db06f052383063aaefd46c6f7db.tar.gz NotEnoughUpdates-REPO-ca865f4658593db06f052383063aaefd46c6f7db.tar.bz2 NotEnoughUpdates-REPO-ca865f4658593db06f052383063aaefd46c6f7db.zip |
Bits and other Things (#490)
Diffstat (limited to 'items/GOD_POTION_2.json')
-rw-r--r-- | items/GOD_POTION_2.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/items/GOD_POTION_2.json b/items/GOD_POTION_2.json index 5af5eb11..f74943b0 100644 --- a/items/GOD_POTION_2.json +++ b/items/GOD_POTION_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§cGod Potion", - "nbttag": "{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\",2:\"§deffects§7!\",3:\"\",4:\"§7Duration:\",5:\"§a12 hours §7+ §a0 hours §7(§bAlchemy Level§7)\",6:\"\",7:\"§eRight-click to consume!\",8:\"\",9:\"§c§lSPECIAL\"],Name:\"§cGod Potion\"},ExtraAttributes:{id:\"GOD_POTION_2\"}}", + "nbttag": "{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\",2:\"§deffects§7!\",3:\"\",4:\"§7Duration:\",5:\"§a12 hours §7+ §a0 hours §7(§bAlchemy Level§7)\",6:\"\",7:\"§eRight-click to consume!\",8:\"\",9:\"§c§lSPECIAL\",10:\"\",11:\"§7Cost\",12:\"§b1,500 Bits\"],Name:\"§cGod Potion\"},ExtraAttributes:{id:\"GOD_POTION_2\"}}", "damage": 3, "lore": [ "§7Consume this potion to receive an", @@ -13,7 +13,10 @@ "", "§eRight-click to consume!", "", - "§c§lSPECIAL" + "§c§lSPECIAL", + "", + "§7Cost", + "§b1,500 Bits" ], "internalname": "GOD_POTION_2", "crafttext": "", |