diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-05-06 18:02:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 18:02:57 +0200 |
commit | b83fc7ae789f8e4880e8fa182bfe9d59dd7af7ee (patch) | |
tree | d6ff11274f5890f5cbd138544a2ca52f44252886 /items/RADIOACTIVE_VIAL.json | |
parent | ee5a51ef829e585983dbfb37b349d06078779373 (diff) | |
download | NotEnoughUpdates-REPO-b83fc7ae789f8e4880e8fa182bfe9d59dd7af7ee.tar.gz NotEnoughUpdates-REPO-b83fc7ae789f8e4880e8fa182bfe9d59dd7af7ee.tar.bz2 NotEnoughUpdates-REPO-b83fc7ae789f8e4880e8fa182bfe9d59dd7af7ee.zip |
New Stuff and some fixes (#734)
* New Stuff
* flash
Diffstat (limited to 'items/RADIOACTIVE_VIAL.json')
-rw-r--r-- | items/RADIOACTIVE_VIAL.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/items/RADIOACTIVE_VIAL.json b/items/RADIOACTIVE_VIAL.json new file mode 100644 index 00000000..22e70d7a --- /dev/null +++ b/items/RADIOACTIVE_VIAL.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§dRadioactive Vial", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e48c2f17-3184-3225-8ce4-21f8df393a18\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE0NWE2ODgxYzYyMGQ1ZjMzMjFhMWQxNmU5MTg1YTVkZDMzZmM5MWNmYmM5YTBiMTY0NDA3NDhkZTcwYTE0OCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade a Flying\",1:\"§7Fish pet to §dmythic §7rarity.\",2:\"\",3:\"§d§lMYTHIC\"],Name:\"§f§f§dRadioactive Vial\"},ExtraAttributes:{id:\"RADIOACTIVE_VIAL\"}}", + "damage": 3, + "lore": [ + "§7Use at Kat to upgrade a Flying", + "§7Fish pet to §dmythic §7rarity.", + "", + "§d§lMYTHIC" + ], + "internalname": "RADIOACTIVE_VIAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |