From 2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 2 Jan 2024 17:41:58 +0100 Subject: Fixed lore from 33 items, added fetchur npc, fixed nbt of max ench book (#1081) --- items/MIXED_MITE_GEL.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'items/MIXED_MITE_GEL.json') diff --git a/items/MIXED_MITE_GEL.json b/items/MIXED_MITE_GEL.json index 131fcc78..8970bf24 100644 --- a/items/MIXED_MITE_GEL.json +++ b/items/MIXED_MITE_GEL.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:dye", "displayname": "§6Mixed Mite Gel", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Use at Kat to upgrade an\",1:\"§7Endermite pet to §dMythic\",2:\"§d§7rarity.\",3:\"§7§8§oPowerful substance combined\",4:\"§8§ofrom the plasma membrane of many\",5:\"§8§oEndermites.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6Mixed Mite Gel\"},ExtraAttributes:{id:\"MIXED_MITE_GEL\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Use at §bKat §7to upgrade §eEndermite\",1:\"§ePets §7to §dMythic §7rarity.\",2:\"\",3:\"§7§8§oPowerful substance combined from\",4:\"§8§othe plasma membrane of many\",5:\"§8§oEndermites.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6Mixed Mite Gel\"},ExtraAttributes:{id:\"MIXED_MITE_GEL\"}}", "damage": 14, "lore": [ - "§7Use at Kat to upgrade an", - "§7Endermite pet to §dMythic", - "§d§7rarity.", - "§7§8§oPowerful substance combined", - "§8§ofrom the plasma membrane of many", + "§7Use at §bKat §7to upgrade §eEndermite", + "§ePets §7to §dMythic §7rarity.", + "", + "§7§8§oPowerful substance combined from", + "§8§othe plasma membrane of many", "§8§oEndermites.", "", "§6§lLEGENDARY" -- cgit