diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-08 21:08:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-08 21:08:35 +0200 |
commit | 0162818487df8c5b107a2228fe71684c544a0b90 (patch) | |
tree | 5fc317d75ee71fbf1955931d6fe07c23a71dc2e3 /items/PET_ITEM_BINGO_BOOSTER.json | |
parent | 0bdb82a34e4dd1d09f3761a4e033b70e8c3ab333 (diff) | |
download | NotEnoughUpdates-REPO-0162818487df8c5b107a2228fe71684c544a0b90.tar.gz NotEnoughUpdates-REPO-0162818487df8c5b107a2228fe71684c544a0b90.tar.bz2 NotEnoughUpdates-REPO-0162818487df8c5b107a2228fe71684c544a0b90.zip |
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
Diffstat (limited to 'items/PET_ITEM_BINGO_BOOSTER.json')
-rw-r--r-- | items/PET_ITEM_BINGO_BOOSTER.json | 32 |
1 files changed, 32 insertions, 0 deletions
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 |