diff options
author | Stekerser <72933528+Stekerser@users.noreply.github.com> | 2021-08-24 01:15:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 18:15:56 -0400 |
commit | 0276e079a10903920117aa32ec826162fbe1668a (patch) | |
tree | 31761831bb2f5124c5725e6dd03683280901dbb2 | |
parent | fba1cc780138ed6518c8d96f6e0c4ebb89f7ea8f (diff) | |
download | NotEnoughUpdates-REPO-0276e079a10903920117aa32ec826162fbe1668a.tar.gz NotEnoughUpdates-REPO-0276e079a10903920117aa32ec826162fbe1668a.tar.bz2 NotEnoughUpdates-REPO-0276e079a10903920117aa32ec826162fbe1668a.zip |
added pet item (#602)
* Create PET_ITEM_FARMING_SKILL_BOOST_UNCOMMON.json
* Update parents.json
* Update parents.json
-rw-r--r-- | PET_ITEM_FARMING_SKILL_BOOST_UNCOMMON.json | 29 | ||||
-rw-r--r-- | constants/parents.json | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/PET_ITEM_FARMING_SKILL_BOOST_UNCOMMON.json b/PET_ITEM_FARMING_SKILL_BOOST_UNCOMMON.json new file mode 100644 index 00000000..9b836ebc --- /dev/null +++ b/PET_ITEM_FARMING_SKILL_BOOST_UNCOMMON.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§aFarming Exp Boost", + "nbttag": "{ench:[],Unbreakable:1,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§7Gives +§a30% §7pet exp for\",8:\"§7Farming\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§egive it this item!\",12:\"\",13:\"§a§lUNCOMMON PET ITEM\"],Name:\"§aFarming Exp Boost\"},ExtraAttributes:{id:\"PET_ITEM_FARMING_SKILL_BOOST_UNCOMMON\"}}", + "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§7Gives +§a30% §7pet exp for", + "§7Farming", + "", + "§7§eRight click on your pet to", + "§egive it this item!", + "", + "§a§lUNCOMMON PET ITEM" + ], + "internalname": "PET_ITEM_FARMING_SKILL_BOOST_UNCOMMON", + "clickcommand": "", + "modver": "2.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pet_Items" + ] +} diff --git a/constants/parents.json b/constants/parents.json index 27c7f8f8..794df07e 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1257,6 +1257,7 @@ ], "PET_ITEM_FARMING_SKILL_BOOST_EPIC":[ "PET_ITEM_FARMING_SKILL_BOOST_RARE", + "PET_ITEM_FARMING_SKILL_BOOST_UNCOMMON", "PET_ITEM_FARMING_SKILL_BOOST_COMMON" ], "PET_ITEM_FORAGING_SKILL_BOOST_EPIC":[ |