diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-13 11:34:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 19:34:00 +1000 |
commit | 9861e27f07a1562bb4d1170c22a7b8c72fa63428 (patch) | |
tree | 3c4f881ca7ca2c43c284eb87a4ca3f4f796b8a88 /items/CENTURY_MEMENTO_YELLOW.json | |
parent | 5ceeb13354e54075db9680ee6b47cc0741bb739b (diff) | |
download | NotEnoughUpdates-REPO-9861e27f07a1562bb4d1170c22a7b8c72fa63428.tar.gz NotEnoughUpdates-REPO-9861e27f07a1562bb4d1170c22a7b8c72fa63428.tar.bz2 NotEnoughUpdates-REPO-9861e27f07a1562bb4d1170c22a7b8c72fa63428.zip |
Fixed 2 npc's (#977)
Diffstat (limited to 'items/CENTURY_MEMENTO_YELLOW.json')
-rw-r--r-- | items/CENTURY_MEMENTO_YELLOW.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/items/CENTURY_MEMENTO_YELLOW.json b/items/CENTURY_MEMENTO_YELLOW.json new file mode 100644 index 00000000..18354273 --- /dev/null +++ b/items/CENTURY_MEMENTO_YELLOW.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§cCake Slice of the Century", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1e2213b4-1b07-360e-964a-2b6550db5d5e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MzQzMTU2MjI4OCwKICAicHJvZmlsZUlkIiA6ICIxYmY4ZjBiZDRkZjc0Njg1ODQwNjU2NDc2ZGU0NmNmMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJDcnV6YWRhMjIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjU4YzA0Nzg3OGY1YzZjOTM1NDQwOTVmNzQ4Zjk2ZTdhZGU0NGZhZDU3NDM4MTQ4YTBhMWJiNTVlZWNlNjkiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Commemorates the victory of the\",1:\"§7§a§lGREEN §7team in the Year 300\",2:\"§7celebrations.\",3:\"\",4:\"§c§lSPECIAL MEMENTO\"],Name:\"§f§f§cCake Slice of the Century\"},ExtraAttributes:{century_year:300,tickets:150,winning_team:\"GREEN\",id:\"CENTURY_MEMENTO_YELLOW\",recipient_name:\"§a[VIP] Closerapha§f\",recipient_team:\"YELLOW\",recipient_id:\"3a2287bf-3755-49f9-9c8e-b7dbd579bc0c\"}}", + "damage": 3, + "lore": [ + "§7Commemorates the victory of the", + "§7§a§lGREEN §7team in the Year 300", + "§7celebrations.", + "", + "§c§lSPECIAL MEMENTO" + ], + "internalname": "CENTURY_MEMENTO_YELLOW", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |