diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-25 10:03:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-25 10:03:48 +0100 |
commit | bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59 (patch) | |
tree | 99a14212220c645abc7afe9546f7c01865d087ff /items/HOLIDAY_TRAIN.json | |
parent | 8ad06ae184148414b5df4dbe2da3a1516811552d (diff) | |
download | NotEnoughUpdates-REPO-bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59.tar.gz NotEnoughUpdates-REPO-bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59.tar.bz2 NotEnoughUpdates-REPO-bebdbe0971a2fe83b7d1c27fe3e3d3fd139b8f59.zip |
Fixed a few items and added snowman (#877)
* Fixed a few items and added snowman
* Fixed more items and :cookie:
* Fixed Mana Disintegrator
* nopo im sorry :sob:
* North :star:
Diffstat (limited to 'items/HOLIDAY_TRAIN.json')
-rw-r--r-- | items/HOLIDAY_TRAIN.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/HOLIDAY_TRAIN.json b/items/HOLIDAY_TRAIN.json new file mode 100644 index 00000000..744cbfb6 --- /dev/null +++ b/items/HOLIDAY_TRAIN.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Holiday Train", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"52d485b5-f6e0-347a-b7c8-73ae99be3ed9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmVmMzU5OWMxNDVkMzcyZWE5ODY5ODc3NjNlMjQ5OGQyMWI1NjdkNzFmYmY3ZTIzZDVmYTgxOTdlOWFkMWQifX19\"}]}},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:\"§5Holiday Train\"},ExtraAttributes:{id:\"HOLIDAY_TRAIN\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Holiday Cosmetic", + "", + "§7This exclusive §cHoliday", + "§c§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "HOLIDAY_TRAIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |