diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-01-25 19:34:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 19:34:31 +0100 |
commit | 89106adffafd078c635fc7079e761c4a6b3f6865 (patch) | |
tree | 18df94174cce4a847eca6bd3830913a190249ef2 /items/SORROW.json | |
parent | 3d9254aa737d668052d0173315f8ef952b550533 (diff) | |
download | NotEnoughUpdates-REPO-89106adffafd078c635fc7079e761c4a6b3f6865.tar.gz NotEnoughUpdates-REPO-89106adffafd078c635fc7079e761c4a6b3f6865.tar.bz2 NotEnoughUpdates-REPO-89106adffafd078c635fc7079e761c4a6b3f6865.zip |
Fixed the lore of 16!!!! Items (#891)
* Fixed the lore of 16!!!! Items
* Fixed nbt of kuudra follower
Diffstat (limited to 'items/SORROW.json')
-rw-r--r-- | items/SORROW.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/SORROW.json b/items/SORROW.json index 1f07d529..c9220656 100644 --- a/items/SORROW.json +++ b/items/SORROW.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:ghast_tear", "displayname": "§f§f§9Sorrow", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§7§7§oTo become a ghost, one must\",3:\"§7§ogo through unimaginable\",4:\"§7§odistress.\",5:\"\",6:\"§9§lRARE\"],Name:\"§f§f§9Sorrow\"},ExtraAttributes:{id:\"SORROW\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7§oTo become a ghost, one must\",1:\"§7§ogo through unimaginable\",2:\"§7§odistress.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§9§lRARE\"],Name:\"§f§f§9Sorrow\"},ExtraAttributes:{id:\"SORROW\"}}", "damage": 0, "lore": [ - "§eRight-click to view recipes!", - "", "§7§7§oTo become a ghost, one must", "§7§ogo through unimaginable", "§7§odistress.", "", + "§eRight-click to view recipes!", + "", "§9§lRARE" ], "internalname": "SORROW", |