From 2fab2eaf4a1bc6e12106c9e040761c28c453592b Mon Sep 17 00:00:00 2001 From: TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> Date: Mon, 24 Aug 2020 18:39:26 +0200 Subject: item viewer pets fix Fixed a lot of bugs regarding pets in item viewer --- items/ENDERMITE;2.json | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'items/ENDERMITE;2.json') diff --git a/items/ENDERMITE;2.json b/items/ENDERMITE;2.json index c6cfb2ee..4f28da78 100644 --- a/items/ENDERMITE;2.json +++ b/items/ENDERMITE;2.json @@ -1,36 +1,32 @@ { "internalname": "ENDERMITE;2", - "itemid": 397, - "displayname": "§7[Lvl 82] §9Endermite", + "itemid": "minecraft:skull", + "displayname": "§7[Lvl {LVL}] §9Endermite", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a1f64509-9670-320a-a9bd-4a1e7df6fed9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWExYTA4MzFhYTAzYWZiNDIxMmFkY2JiMjRlNWRmYWE3ZjQ3NmExMTczZmNlMjU5ZWY3NWE4NTg1NSJ9fX0=\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Intelligence: §a+82\",3:\"\",4:\"§6More Stonks\",5:\"§7§7Gain more exp orbs for\",6:\"§7breaking end stone and gain a\",7:\"§7+§a32.8% §7chance to get an\",8:\"§7extra block dropped\",9:\"\",10:\"§6Pearl Muncher\",11:\"§7§7Upon picking up an ender\",12:\"§7pearl, consume it and gain §a7.5\",13:\"§a§6coins\",14:\"\",15:\"§6Held Item: §9Mining Exp Boost\",16:\"§7§7Gives +§a40% §7pet exp\",17:\"§7for Mining.\",18:\"\",19:\"§a(6/10) Pet Candy Used\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§9§lRARE\"],Name:\"§7[Lvl 82] §9Endermite\"},ExtraAttributes:{petInfo:\"{\"type\":\"ENDERMITE\",\"active\":false,\"exp\":3493221.311307728,\"tier\":\"RARE\",\"hideInfo\":false,\"heldItem\":\"PET_ITEM_MINING_SKILL_BOOST_RARE\",\"candyUsed\":6}\",originTag:\"UNKNOWN\",id:\"PET\",uuid:\"d1177b06-3b39-4b61-a2b7-836775e8cd0e\",timestamp:\"7/8/20 2:23 PM\"}}", - "modver": "1.0.0", + "nbttag": "{SkullOwner:{Id:\"a1f64509-9670-320a-a9bd-4a1e7df6fed9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWExYTA4MzFhYTAzYWZiNDIxMmFkY2JiMjRlNWRmYWE3ZjQ3NmExMTczZmNlMjU5ZWY3NWE4NTg1NSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"\",4:\"§6More Stonks\",5:\"§7§7Gain more exp orbs for\",6:\"§7breaking end stone and gain a\",7:\"§7+§a{0}% §7chance to get an\",8:\"§7extra block dropped\",9:\"\",10:\"§6Pearl Muncher\",11:\"§7§7Upon picking up an ender\",12:\"§7pearl, consume it and gain §a{1}\",13:\"§a§6coins\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§9§lRARE\"],Name:\"§7[Lvl {LVL}] §9Endermite\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDERMITE\\\", \\\"exp\\\":0.0, \\\"tier\\\":\\\"RARE\\\"}\",id:\"ENDERMITE;2\"}}", + "modver": "1.2-REL", "lore": [ "§8Mining Pet", "", - "§7Intelligence: §a+82", + "§7Intelligence: §a{INTELLIGENCE}", "", "§6More Stonks", "§7§7Gain more exp orbs for", "§7breaking end stone and gain a", - "§7+§a32.8% §7chance to get an", + "§7+§a{0}% §7chance to get an", "§7extra block dropped", "", "§6Pearl Muncher", "§7§7Upon picking up an ender", - "§7pearl, consume it and gain §a7.5", + "§7pearl, consume it and gain §a{1}", "§a§6coins", "", - "§6Held Item: §9Mining Exp Boost", - "§7§7Gives +§a40% §7pet exp", - "§7for Mining.", - "", - "§a(6/10) Pet Candy Used", - "", "§7§eRight-click to add this pet to", "§eyour pet menu!", "", "§9§lRARE" - ] + ], + "crafttext": "", + "infoType": "" } \ No newline at end of file -- cgit