diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-08 20:11:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-08 20:11:15 +0100 |
commit | f120a1422da91a5245dcea95d75c663bc7a2194e (patch) | |
tree | f5aec267e4e211767b970ef1ff7ed0f5b8bd37c5 /items/YELLOW_ROCK.json | |
parent | 189d7be37d68a9e9e2084299d040a3007a90b314 (diff) | |
download | NotEnoughUpdates-REPO-f120a1422da91a5245dcea95d75c663bc7a2194e.tar.gz NotEnoughUpdates-REPO-f120a1422da91a5245dcea95d75c663bc7a2194e.tar.bz2 NotEnoughUpdates-REPO-f120a1422da91a5245dcea95d75c663bc7a2194e.zip |
Fixed lore of quest item, fixed blaze slayer perk, removed nene npc (#1033)
Oh jani, violator of invariants, please do not betray me.
Diffstat (limited to 'items/YELLOW_ROCK.json')
-rw-r--r-- | items/YELLOW_ROCK.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/items/YELLOW_ROCK.json b/items/YELLOW_ROCK.json index 88242a6a..164af5d3 100644 --- a/items/YELLOW_ROCK.json +++ b/items/YELLOW_ROCK.json @@ -1,17 +1,23 @@ { "itemid": "minecraft:gold_nugget", "displayname": "§f§eYellow Rock", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Quest item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§f§eYellow Rock\"},ExtraAttributes:{id:\"YELLOW_ROCK\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Quest Item\",1:\" \",2:\"§7Bring it to §eRomero §7in §aThe Park§7.\",3:\" \",4:\"§7§7§oA little rough around the\",5:\"§7§oedges, but beauty can be found\",6:\"§7§owithin.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§eYellow Rock\"},ExtraAttributes:{id:\"YELLOW_ROCK\"}}", "damage": 0, "lore": [ - "§7Quest item", + "§7Quest Item", + " ", + "§7Bring it to §eRomero §7in §aThe Park§7.", + " ", + "§7§7§oA little rough around the", + "§7§oedges, but beauty can be found", + "§7§owithin.", "", "§f§lCOMMON" ], "internalname": "YELLOW_ROCK", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Yellow_Rock", |