diff options
Diffstat (limited to 'items/GHAST_MONSTER.json')
-rw-r--r-- | items/GHAST_MONSTER.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/GHAST_MONSTER.json b/items/GHAST_MONSTER.json new file mode 100644 index 00000000..f3d01da5 --- /dev/null +++ b/items/GHAST_MONSTER.json @@ -0,0 +1,22 @@ +{ + "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 zone of the magma\",3:\"§7cube 9 level / Magma Cube Boss spawn zone or\",4:\"§7from Ghast Minions.\"],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 zone of the magma", + "§7cube 9 level / Magma Cube Boss spawn zone or", + "§7from Ghast Minions." + ], + "internalname": "GHAST_MONSTER", + "clickcommand": "", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ghast" + ], + "entityrender": "Ghast", + "entityscale": 0.3 +}
\ No newline at end of file |