diff options
Diffstat (limited to 'items/SEA_LEECH_SC.json')
-rw-r--r-- | items/SEA_LEECH_SC.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/SEA_LEECH_SC.json b/items/SEA_LEECH_SC.json new file mode 100644 index 00000000..796c980d --- /dev/null +++ b/items/SEA_LEECH_SC.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§3Sea Leech (Sea Creature)", + "nbttag": "{ench:[],display:{Lore:[0:\"§7The Sea Leech is a Sea Creature that is a\",1:\"§7Silverfish and occasionally can be spawned\",2:\"§7during fishing after reaching Fishing Level 16. \"],Name:\"§3Sea Leech (Sea Creature)\"},ExtraAttributes:{id:\"SEA_LEECH_SC\"}}", + "damage": 60, + "lore": [ + "§7The Sea Leech is a Sea Creature that is a", + "§7Silverfish and occasionally can be spawned", + "§7during fishing after reaching Fishing Level 16. " + ], + "internalname": "SEA_LEECH_SC", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sea_Leech" + ], + "entityrender": "Silverfish", + "entityscale": 2 +}
\ No newline at end of file |