diff options
author | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
commit | 63769b63076a9951a3089abf519b3e9fff825b13 (patch) | |
tree | 2fd8b4b8155e4a53e6ff4279c9685b81d9346fb7 /items/ENDERMITE_MONSTER.json | |
parent | bbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (diff) | |
download | NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.gz NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.bz2 NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.zip |
Nether stuff and mob recipes
Diffstat (limited to 'items/ENDERMITE_MONSTER.json')
-rw-r--r-- | items/ENDERMITE_MONSTER.json | 50 |
1 files changed, 40 insertions, 10 deletions
diff --git a/items/ENDERMITE_MONSTER.json b/items/ENDERMITE_MONSTER.json index da4e623d..889bd827 100644 --- a/items/ENDERMITE_MONSTER.json +++ b/items/ENDERMITE_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aEndermite (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b3224e56-73d2-32f9-9081-a23b7512035b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWJjN2I5ZDM2ZmI5MmI2YmYyOTJiZTczZDMyYzZjNWIwZWNjMjViNDQzMjNhNTQxZmFlMWYxZTY3ZTM5M2EzZSJ9fX0\"}]}},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\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b3224e56-73d2-32f9-9081-a23b7512035b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWJjN2I5ZDM2ZmI5MmI2YmYyOTJiZTczZDMyYzZjNWIwZWNjMjViNDQzMjNhNTQxZmFlMWYxZTY3ZTM5M2EzZSJ9fX0\"}]}},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\"],Name:\"§aEndermite (Monster)\"},ExtraAttributes:{id:\"ENDERMITE_MONSTER\"}}", "damage": 3, "lore": [ "§7Endermites are small creatures similar to Silverfish", @@ -9,21 +9,51 @@ "§7Endstone with anything other than a Stonk or killing", "§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" + "§c❤ Health§8: §c2,000" ], "internalname": "ENDERMITE_MONSTER", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Endermite", "https://wiki.hypixel.net/Endermite" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "level": 37, + "coins": 10, + "xp": 8, + "combat_xp": 40, + "name": "§cEndermite", + "panorama": "combat_3", + "render": "Endermite", + "type": "drops", + "drops": [ + { + "id": "ENDER_STONE:1", + "extra": [], + "chance": "x1-2" + } + ] + }, + { + "level": 40, + "coins": 11, + "xp": 12, + "combat_xp": 40, + "name": "§cEndermite", + "panorama": "combat_3", + "render": "Endermite", + "type": "drops", + "drops": [ + { + "id": "ENDER_STONE:1", + "extra": [], + "chance": "x1-2" + } + ] + } + ] }
\ No newline at end of file |