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/MOON_CHUNK.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/MOON_CHUNK.json')
-rw-r--r-- | items/MOON_CHUNK.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/items/MOON_CHUNK.json b/items/MOON_CHUNK.json index 4f374c24..0810216f 100644 --- a/items/MOON_CHUNK.json +++ b/items/MOON_CHUNK.json @@ -1,10 +1,16 @@ { "itemid": "minecraft:end_stone", "displayname": "§9§fChunk of the Moon", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Quest item\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§9§lRARE\"],Name:\"§9§fChunk of the Moon\"},ExtraAttributes:{id:\"MOON_CHUNK\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Quest Item\",1:\" \",2:\"§7Bring it to §eJuliette §7in §aThe Park§7.\",3:\" \",4:\"§7§7§oWhere love is rife, the\",5:\"§7§opreconceived laws of physics\",6:\"§7§omean nothing.\",7:\"\",8:\"§8§l* §8Co-op Soulbound §8§l*\",9:\"§9§lRARE\"],Name:\"§9§fChunk of the Moon\"},ExtraAttributes:{id:\"MOON_CHUNK\"}}", "damage": 0, "lore": [ - "§7Quest item", + "§7Quest Item", + " ", + "§7Bring it to §eJuliette §7in §aThe Park§7.", + " ", + "§7§7§oWhere love is rife, the", + "§7§opreconceived laws of physics", + "§7§omean nothing.", "", "§8§l* §8Co-op Soulbound §8§l*", "§9§lRARE" |