diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-06-02 14:37:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-02 14:37:28 +0200 |
commit | 5174d791f717e8b5dbf2c59bc4e5eb48596c524b (patch) | |
tree | f5e85844a5db3e9228aa5e4d345758f042ed9183 /items/BEE;1.json | |
parent | 1c8c103b8c2ae2ed11757639806975e2a952b10d (diff) | |
download | NotEnoughUpdates-REPO-5174d791f717e8b5dbf2c59bc4e5eb48596c524b.tar.gz NotEnoughUpdates-REPO-5174d791f717e8b5dbf2c59bc4e5eb48596c524b.tar.bz2 NotEnoughUpdates-REPO-5174d791f717e8b5dbf2c59bc4e5eb48596c524b.zip |
Push prerelease into master (#1226)
Co-authored-by: gaybot <gaybot@notenoughupdates.org>
Co-authored-by: Linnea Gräf <nea@nea.moe>
Co-authored-by: Lulonaut <lulonaut@lulonaut.tech>
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
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 |