diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-05-27 16:53:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 00:53:39 +1000 |
commit | 3d7e1c0e71f0b2c60dbcb718abed2d1c75590ad1 (patch) | |
tree | 5e2d5ba4ee2bbca0a31ea4e5e9d845182e5ea346 | |
parent | 7c7ed045ae4ceb8f62f5ee7e837e6a947b4472ce (diff) | |
download | NotEnoughUpdates-REPO-3d7e1c0e71f0b2c60dbcb718abed2d1c75590ad1.tar.gz NotEnoughUpdates-REPO-3d7e1c0e71f0b2c60dbcb718abed2d1c75590ad1.tar.bz2 NotEnoughUpdates-REPO-3d7e1c0e71f0b2c60dbcb718abed2d1c75590ad1.zip |
Fixed lore of ghost boots (#933)
-rw-r--r-- | items/GHOST_BOOTS.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/items/GHOST_BOOTS.json b/items/GHOST_BOOTS.json index fae18694..c845bcb8 100644 --- a/items/GHOST_BOOTS.json +++ b/items/GHOST_BOOTS.json @@ -1,12 +1,11 @@ { "itemid": "minecraft:leather_boots", - "displayname": "§9Ghostly Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§7§7§oBoots made of pure ghost\",2:\"§7§oessense\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE BOOTS\"],color:8421504,Name:\"§9Ghostly Boots\"},ExtraAttributes:{color:\"128:128:128\",id:\"GHOST_BOOTS\"}}", + "displayname": "§f§f§9Ghostly Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oBoots made of pure ghost\",1:\"§7§oessence.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§9§lRARE BOOTS\"],color:8421504,Name:\"§f§f§9Ghostly Boots\"},ExtraAttributes:{id:\"GHOST_BOOTS\"}}", "damage": 0, "lore": [ - "", "§7§7§oBoots made of pure ghost", - "§7§oessense", + "§7§oessence.", "", "§7§8This item can be reforged!", "§9§lRARE BOOTS" @@ -14,7 +13,7 @@ "internalname": "GHOST_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ghostly_Boots", |