diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-26 01:36:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 20:36:53 -0400 |
commit | e5413c6e707b234c5600880c047d0a8935d4d4ad (patch) | |
tree | e69aceeebfecf5790346989a31389a81987e0426 /items/VORACIOUS_SPIDER_MONSTER.json | |
parent | b054e4b55e36ad8219f65e5826eadfe18508a501 (diff) | |
download | NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.gz NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.bz2 NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.zip |
Possible Mobdrops Part 1, some Fixes and added a Item (#447)
* Monster & Boss Things
* Fix for 2 Items and a Wiki Link
* Added Vicious Bundle
Diffstat (limited to 'items/VORACIOUS_SPIDER_MONSTER.json')
-rw-r--r-- | items/VORACIOUS_SPIDER_MONSTER.json | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/items/VORACIOUS_SPIDER_MONSTER.json b/items/VORACIOUS_SPIDER_MONSTER.json index 934bed62..fe7fe2fa 100644 --- a/items/VORACIOUS_SPIDER_MONSTER.json +++ b/items/VORACIOUS_SPIDER_MONSTER.json @@ -1,20 +1,31 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§9Voracious Spider (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Voracious Spider is a spider that spawns in\",1:\"§7the Spider\u0027s Den. Unlike regular spiders in the Den\",2:\"§7they have much more health and damage output\",3:\"§7and spawn much more frequently in large groups.\"],Name:\"§9Voracious Spider (Monster)\"},ExtraAttributes:{id:\"VORACIOUS_SPIDER_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Voracious Spider is a spider that spawns in\",1:\"§7the Spider\u0027s Den. Unlike regular spiders in the Den\",2:\"§7they have much more health and damage output\",3:\"§7and spawn much more frequently in large groups.\",4:\"\",5:\"§c❤ Health§8: §c1.000.000\",6:\"§7Combat XP: §3100\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§fCommon Loot\",10:\"§8 ■ §fString\",11:\"\",12:\"§aUncommon Loot\",13:\"§8 ■ §aEnchanted String §8(§a10%§8)\"],Name:\"§9Voracious Spider (Monster)\"},ExtraAttributes:{id:\"VORACIOUS_SPIDER_MONSTER\"}}", "damage": 52, "lore": [ "§7The Voracious Spider is a spider that spawns in", "§7the Spider\u0027s Den. Unlike regular spiders in the Den", "§7they have much more health and damage output", - "§7and spawn much more frequently in large groups." + "§7and spawn much more frequently in large groups.", + "", + "§c❤ Health§8: §c1.000.000", + "§7Combat XP: §3100", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fString", + "", + "§aUncommon Loot", + "§8 ■ §aEnchanted String §8(§a10%§8)" ], "internalname": "VORACIOUS_SPIDER_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voracious_Spider" ], - "entityrender": "Spider" + "entityrender": "Spider", + "crafttext": "" }
\ No newline at end of file |