diff options
Diffstat (limited to 'items/BEE;1.json')
-rw-r--r-- | items/BEE;1.json | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/items/BEE;1.json b/items/BEE;1.json index 2ce22650..69ddade8 100644 --- a/items/BEE;1.json +++ b/items/BEE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §aBee", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"af894c68-45d0-3ae2-952c-b3cf925199ad\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2U5NDE5ODdlODI1YTI0ZWE3YmFhZmFiOTgxOTM0NGI2YzI0N2M3NWM1NGE2OTE5ODdjZDI5NmJjMTYzYzI2MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Farming Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Strength: §c{STRENGTH}\",4:\"§7Speed: §a{SPEED}\",5:\"\",6:\"§6Hive\",7:\"§7For each player within §a25 §7blocks:\",8:\" §b+{0}✎ Intelligence\",9:\" §c+{1}❁ Strength\",10:\" §a+{2}❈ Defense\",11:\"§8Max 15 players\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aBee\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BEE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"BEE;1\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"af894c68-45d0-3ae2-952c-b3cf925199ad\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2U5NDE5ODdlODI1YTI0ZWE3YmFhZmFiOTgxOTM0NGI2YzI0N2M3NWM1NGE2OTE5ODdjZDI5NmJjMTYzYzI2MyJ9fX0=\"}]}},display:{Lore:[0:\"§8Farming Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Strength: §c{STRENGTH}\",4:\"§7Speed: §a{SPEED}\",5:\"\",6:\"§6Hive\",7:\"§7For each player within §a25 §7blocks:\",8:\" §b+{0}✎ Intelligence\",9:\" §c+{1}❁ Strength\",10:\" §a+{2}❈ Defense\",11:\"§8Max 15 players\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aBee\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BEE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"BEE;1\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Farming Pet", @@ -30,5 +30,17 @@ "https://hypixel-skyblock.fandom.com/wiki/Bee_Pet", "https://wiki.hypixel.net/Bee_Pet" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "type": "katgrade", + "coins": 5000, + "time": 3600, + "input": "BEE;0", + "output": "BEE;1", + "items": [ + "COAL_BLOCK:128" + ] + } + ] }
\ No newline at end of file |