diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-12 14:59:34 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-12 14:59:34 -0400 |
commit | f7ada52665fec28d5bda53716dd567460400de65 (patch) | |
tree | e3dc8196e0879c7c2f47517a989c19d94da716cf /items/GOD_POTION.json | |
parent | 9d673df50050b09142be9dc812e8126900f7a1c0 (diff) | |
download | NotEnoughUpdates-REPO-f7ada52665fec28d5bda53716dd567460400de65.tar.gz NotEnoughUpdates-REPO-f7ada52665fec28d5bda53716dd567460400de65.tar.bz2 NotEnoughUpdates-REPO-f7ada52665fec28d5bda53716dd567460400de65.zip |
Mayor Stuff
Ik it isn't comlpeate, also theese are just the items, I am in the middle of adding recipies
Diffstat (limited to 'items/GOD_POTION.json')
-rw-r--r-- | items/GOD_POTION.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/GOD_POTION.json b/items/GOD_POTION.json new file mode 100644 index 00000000..cffb233b --- /dev/null +++ b/items/GOD_POTION.json @@ -0,0 +1,20 @@ +{ + "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:\"§7Consuming this potion gives the\",1:\"§7player §a24 hours §7of all\",2:\"§7positive potion effects!\",3:\"§7\",4:\"§7§eRight-click to consume!\",5:\"\",6:\"§c§lSPECIAL\"],Name:\"§cGod Potion\"},ExtraAttributes:{id:\"GOD_POTION\"}}", + "damage": 3, + "lore": [ + "§7Consuming this potion gives the", + "§7player §a24 hours §7of all", + "§7positive potion effects!", + "§7", + "§7§eRight-click to consume!", + "", + "§c§lSPECIAL" + ], + "internalname": "GOD_POTION", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file |