diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-03 20:30:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 19:30:52 +0000 |
| commit | 2bea137a22d29907fe0f48cd4999fab0b1143d7d (patch) | |
| tree | 159adcdb92361f6361525a06dca4de514aae7172 /items/CORRUPTED_NETHER_STAR.json | |
| parent | d2ee441346e03a9695d6057eba3a6c6a67ef62c0 (diff) | |
| download | NotEnoughUpdates-REPO-2bea137a22d29907fe0f48cd4999fab0b1143d7d.tar.gz NotEnoughUpdates-REPO-2bea137a22d29907fe0f48cd4999fab0b1143d7d.tar.bz2 NotEnoughUpdates-REPO-2bea137a22d29907fe0f48cd4999fab0b1143d7d.zip | |
feat: 0.20.9 changes part 1 (#1486)
* feat: 0.20.9 changes part 1
* fix: Kuudra Armor lore
* feat: 0.20.9 Essence costs
* feat: even more essence cost changes
Diffstat (limited to 'items/CORRUPTED_NETHER_STAR.json')
| -rw-r--r-- | items/CORRUPTED_NETHER_STAR.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/items/CORRUPTED_NETHER_STAR.json b/items/CORRUPTED_NETHER_STAR.json index d9ff8609..92362ddd 100644 --- a/items/CORRUPTED_NETHER_STAR.json +++ b/items/CORRUPTED_NETHER_STAR.json @@ -1,18 +1,17 @@ { "itemid": "minecraft:nether_star", "displayname": "§6Nether Star", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§6§lLEGENDARY\"],Name:\"§6Nether Star\"},ExtraAttributes:{id:\"CORRUPTED_NETHER_STAR\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§6§lLEGENDARY\"],Name:\"§6Nether Star\"},ExtraAttributes:{id:\"CORRUPTED_NETHER_STAR\"}}", "damage": 0, "lore": [ "§eRight-click to view recipes!", "", - "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY" ], "internalname": "CORRUPTED_NETHER_STAR", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Nether_Star", |
