diff options
Diffstat (limited to 'items/PACK_SPIRIT_MONSTER.json')
-rw-r--r-- | items/PACK_SPIRIT_MONSTER.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/PACK_SPIRIT_MONSTER.json b/items/PACK_SPIRIT_MONSTER.json new file mode 100644 index 00000000..594b6728 --- /dev/null +++ b/items/PACK_SPIRIT_MONSTER.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Pack Spirit (Monster)", + "nbttag": "{display:{Lore:[0:\"§7The Pack Spirit is a Wolf mob found in the Howling\",1:\"§7Cave. They will typically will be found in groups\",2:\"§7near the Soul of the Alpha\"],Name:\"§9Pack Spirit (Monster)\"},ExtraAttributes:{id:\"PACK_SPIRIT_MONSTER\"}}", + "damage": 95, + "lore": [ + "§7The Pack Spirit is a Wolf mob found in the Howling", + "§7Cave. They will typically will be found in groups", + "§7near the Soul of the Alpha" + ], + "internalname": "PACK_SPIRIT_MONSTER", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pack_Spirit" + ], + "entityrender": "Wolf" +}
\ No newline at end of file |