diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-04-19 15:03:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 15:03:59 +0200 |
commit | 8a63f065f8167d7783eb3fe04b4cc07133c74531 (patch) | |
tree | deb270cce60131cbe4268b1ff3a2f573a7d630ef /items/ADVANCED_GARDENING_HOE.json | |
parent | 21990dd94a29329cf4907a7942efd860493d7021 (diff) | |
download | NotEnoughUpdates-REPO-8a63f065f8167d7783eb3fe04b4cc07133c74531.tar.gz NotEnoughUpdates-REPO-8a63f065f8167d7783eb3fe04b4cc07133c74531.tar.bz2 NotEnoughUpdates-REPO-8a63f065f8167d7783eb3fe04b4cc07133c74531.zip |
Fixed lore and nbt of backpacks and fixed dso drop chance (#917)
* Fixed lore and nbt of backpacks and fixed dso drop chance
* Fixed lore of leg pig
* Fixed lore of Bat Pet
* Fixed Crit 7 and Lavatears Lore and fixed drop chance of bal
* Added a lot of wiki links, added new items, fixed lore of some items, added new abiphone contact
maybe more coming soon
* Fixed lore of rat pet
Diffstat (limited to 'items/ADVANCED_GARDENING_HOE.json')
-rw-r--r-- | items/ADVANCED_GARDENING_HOE.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/items/ADVANCED_GARDENING_HOE.json b/items/ADVANCED_GARDENING_HOE.json index 68f07546..bf173013 100644 --- a/items/ADVANCED_GARDENING_HOE.json +++ b/items/ADVANCED_GARDENING_HOE.json @@ -1,12 +1,19 @@ { "itemid": "minecraft:diamond_hoe", "displayname": "§9Advanced Gardening Hoe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Farming Fortune: §a+10\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§9§lRARE HOE\",4:\"\",5:\"§7Cost\",6:\"§c25 Copper\"],Name:\"§9Advanced Gardening Hoe\"},ExtraAttributes:{id:\"ADVANCED_GARDENING_HOE\"}}", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Farming Fortune: §a+10\",1:\"\",2:\"§9Replenish I\",3:\"§7Upon breaking crops, nether\",4:\"§7wart, or cocoa, automatically\",5:\"§7replant from materials in your\",6:\"§7inventory.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aGarden Level 6§c.\",10:\"§9§lRARE HOE\",11:\"\",12:\"§7Cost\",13:\"§c25 Copper\"],Name:\"§9Advanced Gardening Hoe\"},ExtraAttributes:{id:\"ADVANCED_GARDENING_HOE\",enchantments:{replenish:1}}}", "damage": 0, "lore": [ "§7Farming Fortune: §a+10", "", + "§9Replenish I", + "§7Upon breaking crops, nether", + "§7wart, or cocoa, automatically", + "§7replant from materials in your", + "§7inventory.", + "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aGarden Level 6§c.", "§9§lRARE HOE", "", "§7Cost", @@ -15,7 +22,7 @@ "internalname": "ADVANCED_GARDENING_HOE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Advanced_Gardening_Hoe", |