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/BINGHOE.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/BINGHOE.json')
-rw-r--r-- | items/BINGHOE.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/BINGHOE.json b/items/BINGHOE.json new file mode 100644 index 00000000..3a374f11 --- /dev/null +++ b/items/BINGHOE.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:golden_hoe", + "displayname": "§5Binghoe", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Farming Fortune: §a+25\",1:\"\",2:\"§9Delicate V\",3:\"§7Avoids breaking stems and baby\",4:\"§7crops.\",5:\"§9Replenish I\",6:\"§7Upon breaking crops, nether\",7:\"§7wart, or cocoa, automatically\",8:\"§7replant from materials in your\",9:\"§7inventory.\",10:\"\",11:\"§7§7Gives §6+3☘ Farming Fortune\",12:\"§6§7for each SkyBlock Level (Max\",13:\"§725).\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§5§lEPIC HOE\"],Name:\"§5Binghoe\"},ExtraAttributes:{id:\"BINGHOE\",enchantments:{delicate:5,replenish:1}}}", + "damage": 0, + "lore": [ + "§7Farming Fortune: §a+25", + "", + "§9Delicate V", + "§7Avoids breaking stems and baby", + "§7crops.", + "§9Replenish I", + "§7Upon breaking crops, nether", + "§7wart, or cocoa, automatically", + "§7replant from materials in your", + "§7inventory.", + "", + "§7§7Gives §6+3☘ Farming Fortune", + "§6§7for each SkyBlock Level (Max", + "§725).", + "", + "§7§8This item can be reforged!", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC HOE" + ], + "internalname": "BINGHOE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Binghoe" + ] +}
\ No newline at end of file |