diff options
author | Hasnu666 <78136962+Hasnu666@users.noreply.github.com> | 2021-03-02 18:50:42 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 09:50:42 -0500 |
commit | e035fc8d150340cb70383c6eedb1eb2318cdc95a (patch) | |
tree | 19822ac36de979513782b4cb02d56753371a0691 /items/GHAST_MONSTER.json | |
parent | 63696b7ea25003c6c637e13c52de4b1f55fb4282 (diff) | |
download | NotEnoughUpdates-REPO-e035fc8d150340cb70383c6eedb1eb2318cdc95a.tar.gz NotEnoughUpdates-REPO-e035fc8d150340cb70383c6eedb1eb2318cdc95a.tar.bz2 NotEnoughUpdates-REPO-e035fc8d150340cb70383c6eedb1eb2318cdc95a.zip |
Changed spellings of lore for mobs (#425)
* Changed spellings of lore for mobs
Just changed spellings of a couple words for a few mobs that's it
* Fixed Ghast mob's lore to make more sense
It made zero sense to me so I think this is fine. If not, then uh close it ig
Diffstat (limited to 'items/GHAST_MONSTER.json')
-rw-r--r-- | items/GHAST_MONSTER.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/GHAST_MONSTER.json b/items/GHAST_MONSTER.json index f3d01da5..d6256660 100644 --- a/items/GHAST_MONSTER.json +++ b/items/GHAST_MONSTER.json @@ -1,14 +1,14 @@ { "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\"}}", + "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\"}}", "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." + "§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." ], "internalname": "GHAST_MONSTER", "clickcommand": "", |