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/ROSE_BOUQUET.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/ROSE_BOUQUET.json')
-rw-r--r-- | items/ROSE_BOUQUET.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/items/ROSE_BOUQUET.json b/items/ROSE_BOUQUET.json index 0b82c5b3..83fd5c49 100644 --- a/items/ROSE_BOUQUET.json +++ b/items/ROSE_BOUQUET.json @@ -1,10 +1,16 @@ { "itemid": "minecraft:double_plant", "displayname": "§f§cRose Bouquet", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Quest item\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§f§lCOMMON\"],Name:\"§f§cRose Bouquet\"},ExtraAttributes:{id:\"ROSE_BOUQUET\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Quest Item\",1:\" \",2:\"§7Bring it to §eJuliette §7in §aThe Park§7.\",3:\" \",4:\"§7§7§oA hastily-made bouquet\",5:\"§7§oconsisting of Marco\u0027s finest\",6:\"§7§oroses.\",7:\"\",8:\"§8§l* §8Co-op Soulbound §8§l*\",9:\"§f§lCOMMON\"],Name:\"§f§cRose Bouquet\"},ExtraAttributes:{id:\"ROSE_BOUQUET\"}}", "damage": 4, "lore": [ - "§7Quest item", + "§7Quest Item", + " ", + "§7Bring it to §eJuliette §7in §aThe Park§7.", + " ", + "§7§7§oA hastily-made bouquet", + "§7§oconsisting of Marco\u0027s finest", + "§7§oroses.", "", "§8§l* §8Co-op Soulbound §8§l*", "§f§lCOMMON" |