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/PET_ITEM_IRON_CLAWS_COMMON.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/PET_ITEM_IRON_CLAWS_COMMON.json')
-rw-r--r-- | items/PET_ITEM_IRON_CLAWS_COMMON.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/items/PET_ITEM_IRON_CLAWS_COMMON.json b/items/PET_ITEM_IRON_CLAWS_COMMON.json index 2ede326d..8193e56a 100644 --- a/items/PET_ITEM_IRON_CLAWS_COMMON.json +++ b/items/PET_ITEM_IRON_CLAWS_COMMON.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_ingot", "displayname": "§fIron Claws", - "nbttag": "{ench:[],HideFlags:254,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§7Increases the pet's §9☠ Crit\",8:\"§9Damage §7by §a40% §7and §9☣ Crit\",9:\"§9Chance §7by §a40%\",10:\"\",11:\"§7§eRight click on your pet to\",12:\"§egive it this item!\",13:\"\",14:\"§f§lCOMMON PET ITEM\"],Name:\"§fIron Claws\"},ExtraAttributes:{id:\"PET_ITEM_IRON_CLAWS_COMMON\"}}", + "nbttag": "{ench:[],HideFlags:254,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§7Increases the pet\u0027s §9☠ Crit\",8:\"§9Damage §7by §a40% §7and §9☣ Crit\",9:\"§9Chance §7by §a40%\",10:\"\",11:\"§7§eRight click on your pet to\",12:\"§egive it this item!\",13:\"\",14:\"§f§lCOMMON PET ITEM\"],Name:\"§fIron Claws\"},ExtraAttributes:{id:\"PET_ITEM_IRON_CLAWS_COMMON\"}}", "damage": 0, "lore": [ "§8Consumed on use", @@ -11,7 +11,7 @@ "§7hold 1 item at a time so choose", "§7wisely!", "", - "§7§7Increases the pet's §9☠ Crit", + "§7§7Increases the pet\u0027s §9☠ Crit", "§9Damage §7by §a40% §7and §9☣ Crit", "§9Chance §7by §a40%", "", @@ -25,6 +25,7 @@ "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Pet_Items" + "https://hypixel-skyblock.fandom.com/wiki/Pet_Items", + "https://wiki.hypixel.net/Iron_Claws" ] }
\ No newline at end of file |