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/SILVERFISH_MONSTER.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 items/SILVERFISH_MONSTER.json (limited to 'items/SILVERFISH_MONSTER.json') diff --git a/items/SILVERFISH_MONSTER.json b/items/SILVERFISH_MONSTER.json new file mode 100644 index 00000000..424a830a --- /dev/null +++ b/items/SILVERFISH_MONSTER.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§aSilverfish (Monster)", + "nbttag": "{display:{Lore:[0:\"§7Silverfish are a vanilla mob which retain their\",1:\"§7typical behavior when encountered in Skyblock. \"],Name:\"§aSilverfish (Monster)\"},ExtraAttributes:{id:\"SILVERFISH_MONSTER\"}}", + "damage": 60, + "lore": [ + "§7Silverfish are a vanilla mob which retain their", + "§7typical behavior when encountered in Skyblock. " + ], + "internalname": "SILVERFISH_MONSTER", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Silverfish" + ], + "entityrender": "Silverfish", + "entityscale": 2 +} \ No newline at end of file -- cgit