From 983cf357b3b0d4ef50f900b8e7048c02a59ed909 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:20:07 +0200 Subject: Fixed horse lvl (#974) * Fixed horse lvl * Fixed lore of blade and pet items * Added more npc's * Added new skins * Added jerry npc's * Fixed cake's and added some year 300 items * Fixed Salmon hat and dicer * Added ladder and skin * Added Tali and Cake Pack --- items/MIXED_MITE_GEL.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/MIXED_MITE_GEL.json') diff --git a/items/MIXED_MITE_GEL.json b/items/MIXED_MITE_GEL.json index 67a32a15..131fcc78 100644 --- a/items/MIXED_MITE_GEL.json +++ b/items/MIXED_MITE_GEL.json @@ -1,11 +1,11 @@ { "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 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\"}}", "damage": 14, "lore": [ "§7Use at Kat to upgrade an", - "§7Endermite pet to §dmythic", + "§7Endermite pet to §dMythic", "§d§7rarity.", "§7§8§oPowerful substance combined", "§8§ofrom the plasma membrane of many", @@ -27,7 +27,7 @@ "internalname": "MIXED_MITE_GEL", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mixed_Mite_Gel", -- cgit