diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-23 12:31:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 06:31:18 -0400 |
commit | 43506f01d2ca982647c02b40e4d2ef59f153f17e (patch) | |
tree | db99961da6703b68346cb14daf69269c559f2a8a /items/LARGE_WINTER_SACK.json | |
parent | 76503706e0cff291cbd9b01e4fb8ee28f6a497cf (diff) | |
download | NotEnoughUpdates-REPO-43506f01d2ca982647c02b40e4d2ef59f153f17e.tar.gz NotEnoughUpdates-REPO-43506f01d2ca982647c02b40e4d2ef59f153f17e.tar.bz2 NotEnoughUpdates-REPO-43506f01d2ca982647c02b40e4d2ef59f153f17e.zip |
Fixes and other Things (#472)
* Rainbow Names and other Things
* Fixes and updated some things (still no wiki links sad)
Diffstat (limited to 'items/LARGE_WINTER_SACK.json')
-rw-r--r-- | items/LARGE_WINTER_SACK.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/LARGE_WINTER_SACK.json b/items/LARGE_WINTER_SACK.json new file mode 100644 index 00000000..b27d9d08 --- /dev/null +++ b/items/LARGE_WINTER_SACK.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Winter Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c04592a5-1918-34da-ad16-e2b406686018\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWIzMzliMWNkNDAwNTNkZWZkN2QzNTI4ZTAxZmVhODc2ZDQxYjQyZjlkOTI2ODQ2MWRhNzlmNWY2Njc3MTIzNiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aWhite Gift§7, §aGreen\",4:\"§aGift§7, §a§cRed Gift§7, §aSnow\",5:\"§aBlock§7, §aSnowball§7, §aIce§7,\",6:\"§7§aPacked Ice§7, §aHunk of Ice§7,\",7:\"§7§aHunk of Blue Ice\",8:\"\",9:\"§7Capacity: §e20,160 per item\",10:\"§8Sacks sum their capacity.\",11:\"\",12:\"§9§lRARE\"],Name:\"§9Winter Sack\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"LARGE_WINTER_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aWhite Gift§7, §aGreen", + "§aGift§7, §a§cRed Gift§7, §aSnow", + "§aBlock§7, §aSnowball§7, §aIce§7,", + "§7§aPacked Ice§7, §aHunk of Ice§7,", + "§7§aHunk of Blue Ice", + "", + "§7Capacity: §e20,160 per item", + "§8Sacks sum their capacity.", + "", + "§9§lRARE" + ], + "internalname": "LARGE_WINTER_SACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |