diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-26 01:36:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 20:36:53 -0400 |
commit | e5413c6e707b234c5600880c047d0a8935d4d4ad (patch) | |
tree | e69aceeebfecf5790346989a31389a81987e0426 /items/ENDERMITE_MONSTER.json | |
parent | b054e4b55e36ad8219f65e5826eadfe18508a501 (diff) | |
download | NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.gz NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.tar.bz2 NotEnoughUpdates-REPO-e5413c6e707b234c5600880c047d0a8935d4d4ad.zip |
Possible Mobdrops Part 1, some Fixes and added a Item (#447)
* Monster & Boss Things
* Fix for 2 Items and a Wiki Link
* Added Vicious Bundle
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 |