From e035fc8d150340cb70383c6eedb1eb2318cdc95a Mon Sep 17 00:00:00 2001 From: Hasnu666 <78136962+Hasnu666@users.noreply.github.com> Date: Tue, 2 Mar 2021 18:50:42 +0400 Subject: 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 --- items/GREAT_WHITE_SHARK_SC.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/GREAT_WHITE_SHARK_SC.json') diff --git a/items/GREAT_WHITE_SHARK_SC.json b/items/GREAT_WHITE_SHARK_SC.json index 7b849e43..f27c321f 100644 --- a/items/GREAT_WHITE_SHARK_SC.json +++ b/items/GREAT_WHITE_SHARK_SC.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§3Great White Shark (Sea Creature)", - "nbttag": "{display:{Lore:[0:\"§7The Blue Shark is one of 4 sharks added in the fishing aspect of the\",1:\"§7community center update. It can be caught durring fishing festivals\",2:\"§7while Marina is mayor by those of at least Fishing Level 24.\"],Name:\"§3Great White Shark (Sea Creature)\"},ExtraAttributes:{id:\"GREAT_WHITE_SHARK_SC\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Great White Shark is one of 4 sharks added in the fishing aspect of the\",1:\"§7community center update. It can be caught during fishing festivals\",2:\"§7while Marina is mayor by those of at least Fishing Level 24.\"],Name:\"§3Great White Shark (Sea Creature)\"},ExtraAttributes:{id:\"GREAT_WHITE_SHARK_SC\"}}", "damage": 54, "lore": [ "§7The Great White Shark is one of 4 sharks added in the fishing aspect of the", - "§7community center update. It can be caught durring fishing festivals", + "§7community center update. It can be caught during fishing festivals", "§7while Marina is mayor by those of at least Fishing Level 24." ], "internalname": "GREAT_WHITE_SHARK_SC", -- cgit