diff options
Diffstat (limited to 'items/WEAVER_SPIDER_MONSTER.json')
-rw-r--r-- | items/WEAVER_SPIDER_MONSTER.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/WEAVER_SPIDER_MONSTER.json b/items/WEAVER_SPIDER_MONSTER.json new file mode 100644 index 00000000..874b8448 --- /dev/null +++ b/items/WEAVER_SPIDER_MONSTER.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Weaver Spider (Monster)", + "nbttag": "{display:{Lore:[0:\"§7The Weaver Spider is a spider that acts normally, but\",1:\"§7it can also shoot webs that slow you down for a small\",2:\"§7amount of time. Weaver Spiders can be found in the\",3:\"§7Spider\u0027s Den, usually higher up in the nest. \"],Name:\"§9Weaver Spider (Monster)\"},ExtraAttributes:{id:\"WEAVER_SPIDER_MONSTER\"}}", + "damage": 52, + "lore": [ + "§7The Weaver Spider is a spider that acts normally, but", + "§7it can also shoot webs that slow you down for a small", + "§7amount of time. Weaver Spiders can be found in the", + "§7Spider\u0027s Den, usually higher up in the nest. " + ], + "internalname": "WEAVER_SPIDER_MONSTER", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Weaver_Spider" + ], + "entityrender": "Spider" +}
\ No newline at end of file |