From b89d54c0cea0a48b9743477231e91a400c9975d1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:24:18 +0100 Subject: Fixed a "few" lores (#1115) * Fixed a "few" lores * Fixed nbt * Hollow armor lore change + more * Added new skins and fixed some more lores --- items/SKYMART_NPC.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/SKYMART_NPC.json') diff --git a/items/SKYMART_NPC.json b/items/SKYMART_NPC.json index a3b9d5aa..a43f9e10 100644 --- a/items/SKYMART_NPC.json +++ b/items/SKYMART_NPC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:emerald", "displayname": "§9Skymart (NPC)", - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Quest Item\",1:\"\",2:\"§7Bring to the §6Keeper of Emerald\",3:\"§6§7in the §2Mines of Divan§7.\",4:\"\",5:\"§c§lSPECIAL\"],Name:\"§cScavenged Emerald Hammer\"},ExtraAttributes:{id:\"DWARVEN_EMERALD_HAMMER\"}}", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Browse the wide variety of\",1:\"§7products SkyMart has to offer.\",2:\"§7We are not responsible for any\",3:\"§7injuries, accidents, headaches,\",4:\"§7paper-cuts or sudden outburst of\",5:\"§7tears. SkyMart wishes you happy\",6:\"§7shopping.\"],Name:\"§9Skymart (NPC)\"},ExtraAttributes:{id:\"SKYMART_NPC\"}}", "damage": 0, "lore": [ "§7Browse the wide variety of", @@ -15,7 +15,7 @@ "internalname": "SKYMART_NPC", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "", "x": -6, "y": 73, -- cgit