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/ZOMBIE_GENERATOR_4.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/ZOMBIE_GENERATOR_4.json')
-rw-r--r-- | items/ZOMBIE_GENERATOR_4.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/items/ZOMBIE_GENERATOR_4.json b/items/ZOMBIE_GENERATOR_4.json index 10de62b2..9365cb2f 100644 --- a/items/ZOMBIE_GENERATOR_4.json +++ b/items/ZOMBIE_GENERATOR_4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Zombie Minion IV", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9099e162-9963-3b1f-9b49-7447456df527\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MzYxMjg1OTYsInByb2ZpbGVJZCI6ImIwZDczMmZlMDBmNzQwN2U5ZTdmNzQ2MzAxY2Q5OGNhIiwicHJvZmlsZU5hbWUiOiJPUHBscyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmZiZWMxYmQwZmUzYjcxYjlkYTlkNzY2NmZkNmJiZGUzNDFiNGM0ODFlODU2M2ZkZGY2MWY0ZWU1MmY3Y2QxYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and slaying\",2:\"§7Zombies! Minions also work when\",3:\"§7you are offline!\",4:\"\",5:\"§7Time Between Actions: §a24s\",6:\"§7Max Storage: §e384\"],Name:\"§9Zombie Minion IV\"},ExtraAttributes:{id:\"ZOMBIE_GENERATOR_4\",generator_tier:4}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9099e162-9963-3b1f-9b49-7447456df527\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MzYxMjg1OTYsInByb2ZpbGVJZCI6ImIwZDczMmZlMDBmNzQwN2U5ZTdmNzQ2MzAxY2Q5OGNhIiwicHJvZmlsZU5hbWUiOiJPUHBscyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmZiZWMxYmQwZmUzYjcxYjlkYTlkNzY2NmZkNmJiZGUzNDFiNGM0ODFlODU2M2ZkZGY2MWY0ZWU1MmY3Y2QxYiJ9fX0=\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and slaying\",2:\"§7Zombies! Minions also work when\",3:\"§7you are offline!\",4:\"\",5:\"§7Time Between Actions: §a24s\",6:\"§7Max Storage: §e384\"],Name:\"§9Zombie Minion IV\"},ExtraAttributes:{id:\"ZOMBIE_GENERATOR_4\",generator_tier:4}}", "damage": 3, "lore": [ "§7Place this minion and it will", @@ -25,6 +25,10 @@ }, "internalname": "ZOMBIE_GENERATOR_4", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", - "useneucraft": true + "modver": "2.0.0-REL", + "useneucraft": true, + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Minion" + ] }
\ No newline at end of file |