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/GOBLIN_MONSTER.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/GOBLIN_MONSTER.json') diff --git a/items/GOBLIN_MONSTER.json b/items/GOBLIN_MONSTER.json index df1981a7..5dbf5b15 100644 --- a/items/GOBLIN_MONSTER.json +++ b/items/GOBLIN_MONSTER.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§9Goblin (Monster)", - "nbttag": "{display:{Lore:[0:\"§7Goblins are mobs that spawn in the Goblin Burrows\",1:\"§7area of the Dwarven Mines. They can also spawn\",2:\"§7durring goblin raid events.\"],Name:\"§9Goblin (Monster)\"},ExtraAttributes:{id:\"GOBLIN_MONSTER\"}}", + "nbttag": "{display:{Lore:[0:\"§7Goblins are mobs that spawn in the Goblin Burrows\",1:\"§7area of the Dwarven Mines. They can also spawn\",2:\"§7during goblin raid events.\"],Name:\"§9Goblin (Monster)\"},ExtraAttributes:{id:\"GOBLIN_MONSTER\"}}", "damage": 54, "lore": [ "§7Goblins are mobs that spawn in the Goblin Burrows", "§7area of the Dwarven Mines. They can also spawn", - "§7durring goblin raid events." + "§7during goblin raid events." ], "internalname": "GOBLIN_MONSTER", "clickcommand": "", -- cgit