diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-02 13:07:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 11:07:34 +0000 |
commit | 4f70c01ffa270be1eb4bc0a6dcb710d1393f5f1f (patch) | |
tree | 3b406c2f8390851fa6d073d70f92c7d5782792e6 | |
parent | 1643445cc20c5d64cf2119158e894044245b2f70 (diff) | |
download | NotEnoughUpdates-REPO-4f70c01ffa270be1eb4bc0a6dcb710d1393f5f1f.tar.gz NotEnoughUpdates-REPO-4f70c01ffa270be1eb4bc0a6dcb710d1393f5f1f.tar.bz2 NotEnoughUpdates-REPO-4f70c01ffa270be1eb4bc0a6dcb710d1393f5f1f.zip |
feat: Nest Endermite (#1272)
-rw-r--r-- | items/NEST_ENDERMITE_MONSTER.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/items/NEST_ENDERMITE_MONSTER.json b/items/NEST_ENDERMITE_MONSTER.json new file mode 100644 index 00000000..eb407c7d --- /dev/null +++ b/items/NEST_ENDERMITE_MONSTER.json @@ -0,0 +1,46 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aNest Endermite (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b3224e56-73d2-32f9-9081-a23b7512035b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWJjN2I5ZDM2ZmI5MmI2YmYyOTJiZTczZDMyYzZjNWIwZWNjMjViNDQzMjNhNTQxZmFlMWYxZTY3ZTM5M2EzZSJ9fX0\"}]}},display:{Lore:[0:\"§7The Nest Endermite can be found while mining §5Ender Nodes§7.\",1:\"§7They have a §a33.21 §7chance to spawn from §eEndstone §7nodes,\",2:\"§7and a §a30.54% §7chance to spawn from §5Obsidian §7nodes.\",3:\"\",4:\"§c❤ Health§8: §c4,500\"],Name:\"§aNest Endermite (Monster)\"},ExtraAttributes:{id:\"NEST_ENDERMITE_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7The Nest Endermite can be found while mining §5Ender Nodes§7.", + "§7They have a §a33.21 §7chance to spawn from §eEndstone §7nodes,", + "§7and a §a30.54% §7chance to spawn from §5Obsidian §7nodes.", + "", + "§c❤ Health§8: §c4,500" + ], + "internalname": "NEST_ENDERMITE_MONSTER", + "clickcommand": "viewrecipe", + "modver": "2.3.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Nest_Endermite", + "https://wiki.hypixel.net/Nest_Endermite" + ], + "crafttext": "", + "recipes": [ + { + "level": 50, + "coins": 22, + "xp": 24, + "combat_xp": 38, + "name": "§cNest Endermite", + "panorama": "combat_3", + "render": "Endermite", + "type": "drops", + "drops": [ + { + "id": "ENCHANTED_ENDSTONE:1", + "extra": [], + "chance": "100%" + }, + { + "id": "MITE_GEL:1", + "extra": [], + "chance": "100%" + } + ] + } + ] +}
\ No newline at end of file |