diff options
Diffstat (limited to 'items/ENDERMITE_MONSTER.json')
-rw-r--r-- | items/ENDERMITE_MONSTER.json | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/items/ENDERMITE_MONSTER.json b/items/ENDERMITE_MONSTER.json index 61d405b8..37a50dee 100644 --- a/items/ENDERMITE_MONSTER.json +++ b/items/ENDERMITE_MONSTER.json @@ -1,21 +1,30 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§aEndermite (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Endermites are small creatures similar to Silverfish\",1:\"§7in the End. They will occasionally spawn by breaking\",2:\"§7Endstone with anything other than a Stonk or killing\",3:\"§7Watchers. \"],Name:\"§aEndermite (Monster)\"},ExtraAttributes:{id:\"ENDERMITE_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7Endermites are small creatures similar to Silverfish\",1:\"§7in the End. They will occasionally spawn by breaking\",2:\"§7Endstone with anything other than a Stonk or killing\",3:\"§7Watchers. \",4:\"\",5:\"§c❤ Health§8: §c2.000\",6:\"§7Coins per Kill: §610-11\",7:\"§7Combat XP: §325-28\",8:\"\",9:\"§6§lPossible Drops:\",10:\"§fCommon Loot\",11:\"§8 ■ §fEnd Stone §8x1-2\"],Name:\"§aEndermite (Monster)\"},ExtraAttributes:{id:\"ENDERMITE_MONSTER\"}}", "damage": 67, "lore": [ "§7Endermites are small creatures similar to Silverfish", "§7in the End. They will occasionally spawn by breaking", "§7Endstone with anything other than a Stonk or killing", - "§7Watchers. " + "§7Watchers. ", + "", + "§c❤ Health§8: §c2.000", + "§7Coins per Kill: §610-11", + "§7Combat XP: §325-28", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fEnd Stone §8x1-2" ], "internalname": "ENDERMITE_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Endermite" ], "entityrender": "Endermite", - "entityscale": 2 + "entityscale": 2, + "crafttext": "" }
\ No newline at end of file |