diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-03-25 13:33:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 23:33:39 +1100 |
commit | 83e0920cf489a65a53842adac66765a65d01b662 (patch) | |
tree | 4772cdd23911d71f02d299e4cd1fc9896c724962 /items/PET_ITEM_TIER_BOOST_DROP.json | |
parent | 9e7607765145699f5309b37b8c1d4d5f2d944eef (diff) | |
download | NotEnoughUpdates-REPO-83e0920cf489a65a53842adac66765a65d01b662.tar.gz NotEnoughUpdates-REPO-83e0920cf489a65a53842adac66765a65d01b662.tar.bz2 NotEnoughUpdates-REPO-83e0920cf489a65a53842adac66765a65d01b662.zip |
Fixed 142 Items (#910)
Diffstat (limited to 'items/PET_ITEM_TIER_BOOST_DROP.json')
-rw-r--r-- | items/PET_ITEM_TIER_BOOST_DROP.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/items/PET_ITEM_TIER_BOOST_DROP.json b/items/PET_ITEM_TIER_BOOST_DROP.json index 62256dba..bf797648 100644 --- a/items/PET_ITEM_TIER_BOOST_DROP.json +++ b/items/PET_ITEM_TIER_BOOST_DROP.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:dye", - "displayname": "§6Tier Boost Core", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Used to craft the Tier Boost\",1:\"§7pet item\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§6Tier Boost Core\"},ExtraAttributes:{id:\"PET_ITEM_TIER_BOOST_DROP\"}}", + "displayname": "§f§f§6Tier Boost Core", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Used to craft the Tier Boost\",1:\"§7pet item.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§f§f§6Tier Boost Core\"},ExtraAttributes:{bossId:\"8d1f937e-1784-4b17-b3fb-c07d2ff9d010\",spawnedFor:\"6625201a-b39e-4e81-956c-1e17e95b6f25\",id:\"PET_ITEM_TIER_BOOST_DROP\"}}", "damage": 1, "lore": [ "§7§7Used to craft the Tier Boost", - "§7pet item", + "§7pet item.", "", "§eRight-click to view recipes!", "", @@ -13,10 +13,11 @@ ], "internalname": "PET_ITEM_TIER_BOOST_DROP", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tier_Boost_Core", "https://wiki.hypixel.net/Tier_Boost_Core" - ] + ], + "crafttext": "" }
\ No newline at end of file |