diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-21 22:22:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 16:22:46 -0400 |
commit | 39d0d0f7c6c533307ba3be69ffa3d2f3968d56ac (patch) | |
tree | 1d5556dcc57a4db4a3328f3d7260173bf5a8995e /items/EMERALD_SLIME_MONSTER.json | |
parent | 685a37a373020c8689d61a838555ec5e2b19345f (diff) | |
download | NotEnoughUpdates-REPO-39d0d0f7c6c533307ba3be69ffa3d2f3968d56ac.tar.gz NotEnoughUpdates-REPO-39d0d0f7c6c533307ba3be69ffa3d2f3968d56ac.tar.bz2 NotEnoughUpdates-REPO-39d0d0f7c6c533307ba3be69ffa3d2f3968d56ac.zip |
New Items and fixes (#467)
* New Items and fixes
* Added the Fish
Diffstat (limited to 'items/EMERALD_SLIME_MONSTER.json')
-rw-r--r-- | items/EMERALD_SLIME_MONSTER.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/items/EMERALD_SLIME_MONSTER.json b/items/EMERALD_SLIME_MONSTER.json new file mode 100644 index 00000000..a5d8af5d --- /dev/null +++ b/items/EMERALD_SLIME_MONSTER.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Emerald Slime (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cb762e0d-a1e6-3888-8c05-eddabbbe49a2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTc3NGU4NmFhNGNmZjc5MjM5NWI3N2FkZDU3YjAwYmIxYTEwMmY4ZjBmMDk4MGY0ZDU1YjNkN2FmZjFlNmRhOSJ9fX0\"}]}},display:{Lore:[0:\"§7It is said that these slimes\",1:\"§7absorb emeralds to grow larger.\",2:\"\",3:\"§c❤ Health§8: §c80-250\",4:\"§7Coins per Kill: §65-12\",5:\"§7Combat XP: §312-20\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§fCommon Loot\",9:\"§8 ■ §fSlimeball §8x1-2\",10:\"\",11:\"§dRNGesus Loot\",12:\"§8 ■ §5Exp Share Core §8(§a0.01%§8)\"],Name:\"§9Emerald Slime (Monster)\"},ExtraAttributes:{id:\"EMERALD_SLIME_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7It is said that these slimes", + "§7absorb emeralds to grow larger.", + "", + "§c❤ Health§8: §c80-250", + "§7Coins per Kill: §65-12", + "§7Combat XP: §312-20", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fSlimeball §8x1-2", + "", + "§dRNGesus Loot", + "§8 ■ §5Exp Share Core §8(§a0.01%§8)" + ], + "internalname": "EMERALD_SLIME_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Emerald_Slime" + ], + "crafttext": "" +}
\ No newline at end of file |