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/GHAST_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/GHAST_MONSTER.json')
-rw-r--r-- | items/GHAST_MONSTER.json | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/items/GHAST_MONSTER.json b/items/GHAST_MONSTER.json index d6256660..99ce5ede 100644 --- a/items/GHAST_MONSTER.json +++ b/items/GHAST_MONSTER.json @@ -1,22 +1,31 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§aGhast (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Ghasts are mobs found in the northern end of\",1:\"§7the Blazing Fortress at nighttime (8:30 PM - 5:00\",2:\"§7AM skyblock time) in the sky within the zone where\",3:\"§7level 9 Magma Cubes spawn, or the Magma Cube Boss\",4:\"§7It can also be spawned from Ghast Minions.\"],Name:\"§aGhast (Monster)\"},ExtraAttributes:{id:\"GHAST_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7Ghasts are mobs found in the northern end of\",1:\"§7the Blazing Fortress at nighttime (8:30 PM - 5:00\",2:\"§7AM skyblock time) in the sky within the zone where\",3:\"§7level 9 Magma Cubes spawn, or the Magma Cube Boss.\",4:\"§7It can also be spawned from Ghast Minions.\",5:\"\",6:\"§c❤ Health§8: §c330\",7:\"§7Coins per Kill: §630\",8:\"§7Combat XP: §350\",9:\"\",10:\"§6§lPossible Drops:\",11:\"§fCommon Loot\",12:\"§8 ■ §fGhast Tear\"],Name:\"§aGhast (Monster)\"},ExtraAttributes:{id:\"GHAST_MONSTER\"}}", "damage": 56, "lore": [ "§7Ghasts are mobs found in the northern end of", "§7the Blazing Fortress at nighttime (8:30 PM - 5:00", "§7AM skyblock time) in the sky within the zone where", "§7level 9 Magma Cubes spawn, or the Magma Cube Boss.", - "§7It can also be spawned from Ghast Minions." + "§7It can also be spawned from Ghast Minions.", + "", + "§c❤ Health§8: §c330", + "§7Coins per Kill: §630", + "§7Combat XP: §350", + "", + "§6§lPossible Drops:", + "§fCommon Loot", + "§8 ■ §fGhast Tear" ], "internalname": "GHAST_MONSTER", "clickcommand": "", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ghast" ], "entityrender": "Ghast", - "entityscale": 0.3 + "entityscale": 0.3, + "crafttext": "" }
\ No newline at end of file |