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/REINDEER_BACKPACK.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/REINDEER_BACKPACK.json')
-rw-r--r-- | items/REINDEER_BACKPACK.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/items/REINDEER_BACKPACK.json b/items/REINDEER_BACKPACK.json new file mode 100644 index 00000000..c7bdf00a --- /dev/null +++ b/items/REINDEER_BACKPACK.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Reindeer Backpack Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"09ecec9c-0e92-3481-80f7-9f098fa4adb2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3MTc2MzMzOTQwMywKICAicHJvZmlsZUlkIiA6ICIyMDZlMWZkYjI5Yzk0NGYxOTQ5OTg4NzAwNTQxMGQ2NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoNHlsMzMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhhMTgyOGYyZGJjMzY1ZGY5NDYxMDk1ZDdiYjc5NjRkNWE0YTg4MTkyOGY3YTk5YzA5ZDBlZjljMzE4N2UxMyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can be applied to\",8:\"§7§aBackpacks§7.\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§5Reindeer Backpack Skin\"},ExtraAttributes:{id:\"REINDEER_BACKPACK\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "", + "§7§7This skin can be applied to", + "§7§aBackpacks§7.", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "REINDEER_BACKPACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", + "https://wiki.hypixel.net/Fire_Sale" + ] +}
\ No newline at end of file |