diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-01-31 14:16:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 08:16:38 -0500 |
commit | cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43 (patch) | |
tree | 51556fec731a1f832e3fb8b1edba9fb9a80d5598 /items/PLASMA.json | |
parent | 588ca2b80fdc75a87d759c681bc3fb86266ef042 (diff) | |
download | NotEnoughUpdates-REPO-cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43.tar.gz NotEnoughUpdates-REPO-cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43.tar.bz2 NotEnoughUpdates-REPO-cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43.zip |
added 38 wiki links + pet skin (#382)
* added 38 wiki links
* added skeleton horse zombie pet skin
* added parent for pet candy
* forgot to change rare cosmetic in nbt tag to epic cosmetic
Diffstat (limited to 'items/PLASMA.json')
-rw-r--r-- | items/PLASMA.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/items/PLASMA.json b/items/PLASMA.json index a688a374..00b30ef5 100644 --- a/items/PLASMA.json +++ b/items/PLASMA.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Plasma", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3498885a-3841-3748-8183-893f766ad136\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDY0MjExNzM0NywKICAicHJvZmlsZUlkIiA6ICJkZTU3MWExMDJjYjg0ODgwOGZlN2M5ZjQ0OTZlY2RhZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJNSEZfTWluZXNraW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzVhYTgzMzJiYmVjNGE5NThmZWEyYmU2NGI4ZjE2ODJmNWQ4MjQ3NDUxYWEyYjc1NjllZGQwNDk4NDM3ZDcwNiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"\",1:\"§7§7§oStable magnetic field, but\",2:\"§7§oto handle with caution.\",3:\"\",4:\"§9§lRARE\"],Name:\"§f§f§9Plasma\"},ExtraAttributes:{id:\"PLASMA\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3498885a-3841-3748-8183-893f766ad136\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDY0MjExNzM0NywKICAicHJvZmlsZUlkIiA6ICJkZTU3MWExMDJjYjg0ODgwOGZlN2M5ZjQ0OTZlY2RhZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJNSEZfTWluZXNraW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzVhYTgzMzJiYmVjNGE5NThmZWEyYmU2NGI4ZjE2ODJmNWQ4MjQ3NDUxYWEyYjc1NjllZGQwNDk4NDM3ZDcwNiIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"\",1:\"§7§7§oStable magnetic field, but\",2:\"§7§oto handle with caution.\",3:\"\",4:\"§9§lRARE\"],Name:\"§f§f§9Plasma\"},ExtraAttributes:{id:\"PLASMA\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "", @@ -13,6 +13,9 @@ "internalname": "PLASMA", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", - "infoType": "" + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Plasma" + ] }
\ No newline at end of file |