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/SCARY_JERRY_MONSTER.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/SCARY_JERRY_MONSTER.json') diff --git a/items/SCARY_JERRY_MONSTER.json b/items/SCARY_JERRY_MONSTER.json index 313fd7a6..fe768e85 100644 --- a/items/SCARY_JERRY_MONSTER.json +++ b/items/SCARY_JERRY_MONSTER.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§9Scary Jerry (Monster)", - "nbttag": "{display:{Lore:[0:\"§7The Scary Jerry is a mob added in the\",1:\"§7Spooky Festival v2 Update. It can only spawn\",2:\"§durring the night durring Spooky Festivals\"],Name:\"§9Scary Jerry (Monster)\"},ExtraAttributes:{id:\"SCARY_JERRY_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7The Scary Jerry is a mob added in the\",1:\"§7Spooky Festival v2 Update. It can only spawn\",2:\"§during the night during Spooky Festivals\"],Name:\"§9Scary Jerry (Monster)\"},ExtraAttributes:{id:\"SCARY_JERRY_MONSTER\"}}", "damage": 54, "lore": [ "§7The Scary Jerry is a mob added in the", "§7Spooky Festival v2 Update. It can only spawn", - "§durring the night durring Spooky Festivals" + "§during the night during Spooky Festivals" ], "internalname": "SCARY_JERRY_MONSTER", "clickcommand": "", @@ -15,5 +15,5 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spooky_Mobs" ], - "entityrender": "Viliger" + "entityrender": "Villager" } \ No newline at end of file -- cgit