From a08535705d7a7534dbc6152c7f9340651693ac6d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 31 Aug 2021 16:43:17 +0200 Subject: Stuff - Added and fixed things yes (#609) * Stuff * Updating feature link * Fixed Hard Stone Minion * Fixing Items * yep * Fixing Pet * Fixing NBT Tags * Forgot one * Removed interp and other things * learn to format Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> --- items/ISLAND_NPC.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/ISLAND_NPC.json') diff --git a/items/ISLAND_NPC.json b/items/ISLAND_NPC.json index 1788adc2..42151b23 100644 --- a/items/ISLAND_NPC.json +++ b/items/ISLAND_NPC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§9Island NPC", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Spawn island NPCs for your\",1:\"§7private world! Right-Click one\",2:\"§7to edit its settings and add\",3:\"§7dialogue.\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Island NPC\"},ExtraAttributes:{id:\"ISLAND_NPC\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Spawn island NPCs for your\",1:\"§7private world! Right-Click one\",2:\"§7to edit its settings and add\",3:\"§7dialogue.\",4:\"\",5:\"§7§4❣ §cRequires §aSocial Skill 5\",6:\"§9§lRARE\"],Name:\"§9Island NPC\"},ExtraAttributes:{id:\"ISLAND_NPC\"}}", "damage": 0, "lore": [ "§7Spawn island NPCs for your", -- cgit