diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-03 11:25:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-03 21:25:24 +1100 |
commit | 8d30c12edce0800e744a93ee743e03a7f4dbb8c5 (patch) | |
tree | 3f5794f616926614c62e01df29a94d322dc50af1 /items/ADVENT_CALENDAR_DISPLAY.json | |
parent | eb78fb7fe219a0ac5f7a937008be6b65c515e6cf (diff) | |
download | NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.gz NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.bz2 NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.zip |
Added new jerry stuff, fixed oringo npc and books (#869)
Diffstat (limited to 'items/ADVENT_CALENDAR_DISPLAY.json')
-rw-r--r-- | items/ADVENT_CALENDAR_DISPLAY.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/ADVENT_CALENDAR_DISPLAY.json b/items/ADVENT_CALENDAR_DISPLAY.json new file mode 100644 index 00000000..27d71f18 --- /dev/null +++ b/items/ADVENT_CALENDAR_DISPLAY.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Advent Calendar Display", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fec61367-1db0-30e8-af08-ce44115b7392\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODVmZGE0MmNhZjE1OWIxMTY0MDQ5Mjk3OTVmMjgxMmNiODAwOTI5ZTM0Y2I0NWJkZGZkMzA4MGFjMjg5ZjdhOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Holiday Cosmetic\",2:\"\",3:\"§7This exclusive §cHoliday\",4:\"§c§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§f§f§5Advent Calendar Display\"},ExtraAttributes:{id:\"ADVENT_CALENDAR_DISPLAY\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Holiday Cosmetic", + "", + "§7This exclusive §cHoliday", + "§c§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "ADVENT_CALENDAR_DISPLAY", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |