From 158e8a0ea37413f68714bd483fd78ec7709bd85d Mon Sep 17 00:00:00 2001 From: alexia Date: Wed, 13 Dec 2023 13:17:43 +0100 Subject: Some fixes for new update (#1069) - Some NPCs moved - Owl is not soulbound - Revert Fruit Bowl, doesn't have any names completed by default --- items/OWL;4.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'items/OWL;4.json') diff --git a/items/OWL;4.json b/items/OWL;4.json index c65b262a..1f0b57da 100644 --- a/items/OWL;4.json +++ b/items/OWL;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§7[Lvl {LVL}] §6Owl", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"63fe87e2-9829-35a6-8fdd-63de9c9ce5a9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGEzMjE2ZGE1NGU3MzY4ZmI0MGI3MjEyMzlhZDk1ZTA3ZWY0Zjk3ZDkzZjFjNDJmZjMxOWJhYjlhNTM4ODJhZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Taming Pet\",1:\"\",2:\"§6Training Refunds\",3:\"§7The more coins to spend on\",4:\"§7Fann\u0027s Sessions, the less coins\",5:\"§7they will cost. §8(max 5% off).\",6:\"\",7:\"§7Next Milestone: §61% off\",8:\"§f§l§m §r §60§e/§61M\",9:\"\",10:\"§6Efficient Trainer\",11:\"§7§7Makes training sessions at\",12:\"§7Fann more efficient when added\",13:\"§7into a session.\",14:\"\",15:\"§7Increased EXP: §b+{0}% EXP\",16:\"\",17:\"§6Fast Learner\",18:\"§7§7Passively grants §3+{1}☯\",19:\"§3Taming Wisdom§7.\",20:\"\",21:\"§7§8This pet\u0027s perks are active\",22:\"§8even when the pet is not\",23:\"§8summoned!\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§8§l* §8Soulbound §8§l*\",29:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Owl\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"OWL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false,\\\"noMove\\\":false}\",id:\"OWL;4\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"63fe87e2-9829-35a6-8fdd-63de9c9ce5a9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGEzMjE2ZGE1NGU3MzY4ZmI0MGI3MjEyMzlhZDk1ZTA3ZWY0Zjk3ZDkzZjFjNDJmZjMxOWJhYjlhNTM4ODJhZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Taming Pet\",1:\"\",2:\"§6Training Refunds\",3:\"§7The more coins to spend on\",4:\"§7Fann\u0027s Sessions, the less coins\",5:\"§7they will cost. §8(max 5% off).\",6:\"\",7:\"§7Next Milestone: §61% off\",8:\"§f§l§m §r §60§e/§61M\",9:\"\",10:\"§6Efficient Trainer\",11:\"§7§7Makes training sessions at\",12:\"§7Fann more efficient when added\",13:\"§7into a session.\",14:\"\",15:\"§7Increased EXP: §b+{0}% EXP\",16:\"\",17:\"§6Fast Learner\",18:\"§7§7Passively grants §3+{1}☯\",19:\"§3Taming Wisdom§7.\",20:\"\",21:\"§7§8This pet\u0027s perks are active\",22:\"§8even when the pet is not\",23:\"§8summoned!\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Owl\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"OWL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false,\\\"noMove\\\":false}\",id:\"OWL;4\"}}", "damage": 3, "lore": [ "§8Taming Pet", @@ -32,7 +32,6 @@ "§7§eRight-click to add this pet to", "§eyour pet menu!", "", - "§8§l* §8Soulbound §8§l*", "§6§lLEGENDARY" ], "internalname": "OWL;4", -- cgit