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/GRIZZLY_BAIT.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/GRIZZLY_BAIT.json')
-rw-r--r-- | items/GRIZZLY_BAIT.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/items/GRIZZLY_BAIT.json b/items/GRIZZLY_BAIT.json index af13f0a6..77e87333 100644 --- a/items/GRIZZLY_BAIT.json +++ b/items/GRIZZLY_BAIT.json @@ -1,11 +1,11 @@ { "internalname": "GRIZZLY_BAIT", "itemid": "minecraft:fish", - "displayname": "§9Grizzly Bait", + "displayname": "§9Grizzly Salmon", "clickcommand": "", "damage": 1, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Grizzly Bait\"},ExtraAttributes:{id:\"GRIZZLY_BAIT\"}}", - "modver": "2.1.0-REL", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Grizzly Salmon\"},ExtraAttributes:{id:\"GRIZZLY_BAIT\"}}", + "modver": "2.1.1-PRE", "lore": [ "§eRight-click to view recipes!", "", @@ -15,5 +15,6 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Grizzly_Bait", "https://wiki.hypixel.net/Grizzly_Bait" - ] + ], + "crafttext": "" }
\ No newline at end of file |