diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-19 22:40:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 21:40:42 +0000 |
commit | 9f4e2cc0805a4c8fd5187e6a6222caabcf8204d9 (patch) | |
tree | 7a7be1b0864a1d06c918c4f224c1c0efcd5ba783 /items/STARFALL.json | |
parent | 745b7a3a824447fd00c589e81f55301392f003a5 (diff) | |
download | NotEnoughUpdates-REPO-9f4e2cc0805a4c8fd5187e6a6222caabcf8204d9.tar.gz NotEnoughUpdates-REPO-9f4e2cc0805a4c8fd5187e6a6222caabcf8204d9.tar.bz2 NotEnoughUpdates-REPO-9f4e2cc0805a4c8fd5187e6a6222caabcf8204d9.zip |
Fixed Ender Slayer lore and more (#1134)
Diffstat (limited to 'items/STARFALL.json')
-rw-r--r-- | items/STARFALL.json | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/items/STARFALL.json b/items/STARFALL.json index b187b9e8..0c12bb91 100644 --- a/items/STARFALL.json +++ b/items/STARFALL.json @@ -1,21 +1,20 @@ { "itemid": "minecraft:nether_star", "displayname": "§9Starfall", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7§oNo one knows how and when\",1:\"§7§othe Starfall appeared. All we\",2:\"§7§oknow is that it was already\",3:\"§7§othere when the Dwarves\",4:\"§7§odiscovered the cavern.\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Starfall\"},ExtraAttributes:{id:\"STARFALL\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7§oNo one knows how and when the\",1:\"§7§oStarfall appeared. All we know is that\",2:\"§7§oit was already there when the\",3:\"§7§oDwarves discovered the cavern.\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Starfall\"},ExtraAttributes:{id:\"STARFALL\"}}", "damage": 0, "lore": [ - "§7§7§oNo one knows how and when", - "§7§othe Starfall appeared. All we", - "§7§oknow is that it was already", - "§7§othere when the Dwarves", - "§7§odiscovered the cavern.", + "§7§7§oNo one knows how and when the", + "§7§oStarfall appeared. All we know is that", + "§7§oit was already there when the", + "§7§oDwarves discovered the cavern.", "", "§9§lRARE" ], "internalname": "STARFALL", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Starfall", |