diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-30 12:30:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 06:30:04 -0400 |
commit | 25c10733446916c439ce6f0e8a4b534fab3ea995 (patch) | |
tree | e71eca1dc61a6c62a12d00f7e4658abb13f3cf8f /items/GHOST_MONSTER.json | |
parent | d3d8a844b68fdfa55fc5d62cd2255cd886a0eb40 (diff) | |
download | NotEnoughUpdates-REPO-25c10733446916c439ce6f0e8a4b534fab3ea995.tar.gz NotEnoughUpdates-REPO-25c10733446916c439ce6f0e8a4b534fab3ea995.tar.bz2 NotEnoughUpdates-REPO-25c10733446916c439ce6f0e8a4b534fab3ea995.zip |
Added Skins (Hypixel likes Money), changed Mobs to Heads, fixed a few things and added a Item (#448)
Diffstat (limited to 'items/GHOST_MONSTER.json')
-rw-r--r-- | items/GHOST_MONSTER.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/items/GHOST_MONSTER.json b/items/GHOST_MONSTER.json index 81af2c7e..fc425f0c 100644 --- a/items/GHOST_MONSTER.json +++ b/items/GHOST_MONSTER.json @@ -1,8 +1,8 @@ { - "itemid": "minecraft:spawn_egg", + "itemid": "minecraft:skull", "displayname": "§9Ghost (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Ghosts are powerful mobs that spawn in the\",1:\"§7mist area of the Dwarven mines. They appear as\",2:\"§7the outer part of charged creepers.\",3:\"\",4:\"§c❤ Health§8: §c1.000.000\",5:\"§7Combat XP: §3100\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§9Rare Loot\",9:\"§8 ■ §9Volta §8(§a0.2%§8)\",10:\"§8 ■ §9Sorrow §8(§a0.12%§8)\",11:\"\",12:\"§6Legendary Loot\",13:\"§8 ■ §9Plasma §8(§a0.1%§8)\",14:\"\",15:\"§dRNGesus Loot\",16:\"§8 ■ §9Ghostly Boots §8(§a0.01%§8)\",17:\"§8 ■ §9Bag of Cash §8(§a0.01%§8)\"],Name:\"§9Ghost (Monster)\"},ExtraAttributes:{id:\"GHOST_MONSTER\"}}", - "damage": 54, + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c5752211-7503-3e77-9890-d1cf6ba1d0e7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTgxOTc3OTE4YTExODBlMGRlYzg3OWU2YmNkMWFhMzk0OTQ5NzdiYjkxM2JlMmFiMDFhZmYxZGIxZmE0In19fQ\"}]}},display:{Lore:[0:\"§7Ghosts are powerful mobs that spawn in the\",1:\"§7mist area of the Dwarven mines. They appear as\",2:\"§7the outer part of charged creepers.\",3:\"\",4:\"§c❤ Health§8: §c1.000.000\",5:\"§7Combat XP: §3100\",6:\"\",7:\"§6§lPossible Drops:\",8:\"§9Rare Loot\",9:\"§8 ■ §9Volta §8(§a0.2%§8)\",10:\"§8 ■ §9Sorrow §8(§a0.12%§8)\",11:\"\",12:\"§6Legendary Loot\",13:\"§8 ■ §9Plasma §8(§a0.1%§8)\",14:\"\",15:\"§dRNGesus Loot\",16:\"§8 ■ §9Ghostly Boots §8(§a0.01%§8)\",17:\"§8 ■ §9Bag of Cash §8(§a0.01%§8)\"],Name:\"§9Ghost (Monster)\"},ExtraAttributes:{id:\"GHOST_MONSTER\"}}", + "damage": 3, "lore": [ "§7Ghosts are powerful mobs that spawn in the", "§7mist area of the Dwarven mines. They appear as", @@ -30,6 +30,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ghost" ], - "entityrender": "Creeper", "crafttext": "" }
\ No newline at end of file |