diff options
Diffstat (limited to 'items/SQUID_MONSTER.json')
-rw-r--r-- | items/SQUID_MONSTER.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/SQUID_MONSTER.json b/items/SQUID_MONSTER.json new file mode 100644 index 00000000..dfab684e --- /dev/null +++ b/items/SQUID_MONSTER.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§aSquid (Monster)", + "nbttag": "{display:{Lore:[0:\"§7Squids are a common passive Mob found by\",1:\"§7fishing or in The Park \"],Name:\"§aSquid (Monster)\"},ExtraAttributes:{id:\"SQUID_MONSTER\"}}", + "damage": 94, + "lore": [ + "§7Squids are a common passive Mob found by", + "§7fishing or in The Park " + ], + "internalname": "SQUID_MONSTER", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Squid" + ], + "entityrender": "Squid" +}
\ No newline at end of file |