From 2d2d7db222a466ea627238d005400b44b93e227b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Apr 2020 13:16:45 +1000 Subject: Update items to RELEASE-1.0 --- items/SQUID_MONSTER.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/SQUID_MONSTER.json (limited to 'items/SQUID_MONSTER.json') 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 -- cgit