From 0162818487df8c5b107a2228fe71684c544a0b90 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 8 Aug 2023 21:08:35 +0200 Subject: Fixed lore of Etherwarp Merger and added Hemobomb recipe (#963) * Fixed lore of Etherwarp Merger and added Hemobomb recipe * Fixed Flying Fish Speed and lore * Added new skins * Added new items, fixed grizzly salmon and divan drill * Fixed conflict enchant * Fixed lore of Terror Armor * Fixed lore of spirit armour * Fixed thing in lore * Fixed Kuudra Mandible Reforge * Added new bingo items * Fixed Tara Tier 3 and 4 name * Fixed Fungi Cutter * Fixed more lores --- items/PET_ITEM_BINGO_BOOSTER.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 items/PET_ITEM_BINGO_BOOSTER.json (limited to 'items/PET_ITEM_BINGO_BOOSTER.json') diff --git a/items/PET_ITEM_BINGO_BOOSTER.json b/items/PET_ITEM_BINGO_BOOSTER.json new file mode 100644 index 00000000..3c2bc547 --- /dev/null +++ b/items/PET_ITEM_BINGO_BOOSTER.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:rabbit_foot", + "displayname": "§5Bingo Booster", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"6cad483d-3fba-384f-bb2f-802e88cee74f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzY4ZDcxNmEyMGYxNzE4YzQ0NzhhOWU5ZDQyM2E0ODYwMTQzYzI3NzNiZTU5YzljOWQ2OTg0ZTg0MzExNTUifX19\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Doubles the efficiency of the\",8:\"§7§6Lucky Looting §7perk of your\",9:\"§7Bingo Pet.\",10:\"\",11:\"§7§eRight click on your summoned\",12:\"§epet to give it this item!\",13:\"\",14:\"§5§lEPIC PET ITEM\"],Name:\"§5Bingo Booster\"},ExtraAttributes:{id:\"PET_ITEM_BINGO_BOOSTER\"}}", + "damage": 0, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet items can boost pets in", + "§7various ways but pets can only", + "§7hold 1 item at a time so choose", + "§7wisely!", + "", + "§7§7Doubles the efficiency of the", + "§7§6Lucky Looting §7perk of your", + "§7Bingo Pet.", + "", + "§7§eRight click on your summoned", + "§epet to give it this item!", + "", + "§5§lEPIC PET ITEM" + ], + "internalname": "PET_ITEM_BINGO_BOOSTER", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pet_Items", + "https://wiki.hypixel.net/Bingo_Booster" + ], + "crafttext": "" +} \ No newline at end of file -- cgit