diff options
author | MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> | 2024-06-05 16:56:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-05 20:56:19 +0000 |
commit | bfcb2db054e591516cc3e73e6d197e7565938e5a (patch) | |
tree | 7b1a2f1cd8bf0629e6ade2fe82aa125b5981b413 | |
parent | 3ec6c8dc31693dc4f81b1de80f012f475c621f48 (diff) | |
download | NotEnoughUpdates-REPO-bfcb2db054e591516cc3e73e6d197e7565938e5a.tar.gz NotEnoughUpdates-REPO-bfcb2db054e591516cc3e73e6d197e7565938e5a.tar.bz2 NotEnoughUpdates-REPO-bfcb2db054e591516cc3e73e6d197e7565938e5a.zip |
Add Campaign Poster (#1231)
-rw-r--r-- | items/CAMPAIGN_POSTER.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/CAMPAIGN_POSTER.json b/items/CAMPAIGN_POSTER.json new file mode 100644 index 00000000..5009fe97 --- /dev/null +++ b/items/CAMPAIGN_POSTER.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:filled_map", + "displayname": "§cCampaign Poster", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7If these posters are being dropped\",1:\"§7en-masse, who\u0027s responsible for\",2:\"§7picking them all up?\",3:\"§7\",4:\"§7Unlocked for all players who\",5:\"§7participated in the Better Mayors\",6:\"§7alpha test.\",7:\"\",8:\"§c§lSPECIAL\"],Name:\"§cCampaign Poster\"},ExtraAttributes:{id:\"CAMPAIGN_POSTER\"}}", + "damage": 30888, + "lore": [ + "§7If these posters are being dropped", + "§7en-masse, who\u0027s responsible for", + "§7picking them all up?", + "§7", + "§7Unlocked for all players who", + "§7participated in the Better Mayors", + "§7alpha test.", + "", + "§c§lSPECIAL" + ], + "internalname": "CAMPAIGN_POSTER", + "crafttext": "", + "clickcommand": "", + "modver": "2.3.0", + "infoType": "" +}
\ No newline at end of file |