diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-30 01:00:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 00:00:49 +0000 |
commit | 4482867750e4cad298be9c7486896d2fa9c82fb1 (patch) | |
tree | fb89dbc876524efcb66c031ec76c587ac1487fd1 /items | |
parent | 790bb10237d84c89223bb0058b088318b880234a (diff) | |
download | NotEnoughUpdates-REPO-4482867750e4cad298be9c7486896d2fa9c82fb1.tar.gz NotEnoughUpdates-REPO-4482867750e4cad298be9c7486896d2fa9c82fb1.tar.bz2 NotEnoughUpdates-REPO-4482867750e4cad298be9c7486896d2fa9c82fb1.zip |
Fixed Winter Sack, added new essenceshop item and added new abiphone contacts (#1053)
Diffstat (limited to 'items')
-rw-r--r-- | items/LARGE_WINTER_SACK.json | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/items/LARGE_WINTER_SACK.json b/items/LARGE_WINTER_SACK.json index 8693c897..5d111d86 100644 --- a/items/LARGE_WINTER_SACK.json +++ b/items/LARGE_WINTER_SACK.json @@ -1,18 +1,19 @@ { "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: §aWalnut§7, §aEnchanted Ice§7, §aIce§7,\",4:\"§7§aGlacial Fragment§7, §aHunk of Ice§7, §a§cRed\",5:\"§cGift§7, §aEnchanted Packed Ice§7, §aGreen\",6:\"§aGift§7, §aEnchanted Snow Block§7, §aHunk of Blue\",7:\"§aIce§7, §aWhite Gift§7, §aSnow Block§7, §aPacked\",8:\"§aIce§7, §aSnowball\",9:\"\",10:\"§7Capacity: §e20,160 per item\",11:\"§8Sacks sum their capacity.\",12:\"\",13:\"§eRight Click to open sack!\",14:\"\",15:\"§9§lRARE\"],Name:\"§9Winter Sack\"},ExtraAttributes:{id:\"LARGE_WINTER_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: §a§cVolcanic Rock§7, §aWalnut§7,\",4:\"§7§aEnchanted Ice§7, §aIce§7, §aGlacial\",5:\"§aFragment§7, §aHunk of Ice§7, §a§cRed Gift§7,\",6:\"§7§aEnchanted Packed Ice§7, §aGreen Gift§7,\",7:\"§7§aEnchanted Snow Block§7, §aHunk of Blue Ice§7,\",8:\"§7§aWinter Fragment§7, §aWhite Gift§7, §aSnow\",9:\"§aBlock§7, §aPacked Ice§7, §aSnowball\",10:\"\",11:\"§7Capacity: §e20,160 per item\",12:\"§8Sacks sum their capacity.\",13:\"\",14:\"§eRight Click to open sack!\",15:\"\",16:\"§9§lRARE\"],Name:\"§9Winter Sack\"},ExtraAttributes:{id:\"LARGE_WINTER_SACK\"}}", "damage": 3, "lore": [ "§7Item pickups go directly into", "§7your sacks.", "", - "§7§7Items: §aWalnut§7, §aEnchanted Ice§7, §aIce§7,", - "§7§aGlacial Fragment§7, §aHunk of Ice§7, §a§cRed", - "§cGift§7, §aEnchanted Packed Ice§7, §aGreen", - "§aGift§7, §aEnchanted Snow Block§7, §aHunk of Blue", - "§aIce§7, §aWhite Gift§7, §aSnow Block§7, §aPacked", - "§aIce§7, §aSnowball", + "§7§7Items: §a§cVolcanic Rock§7, §aWalnut§7,", + "§7§aEnchanted Ice§7, §aIce§7, §aGlacial", + "§aFragment§7, §aHunk of Ice§7, §a§cRed Gift§7,", + "§7§aEnchanted Packed Ice§7, §aGreen Gift§7,", + "§7§aEnchanted Snow Block§7, §aHunk of Blue Ice§7,", + "§7§aWinter Fragment§7, §aWhite Gift§7, §aSnow", + "§aBlock§7, §aPacked Ice§7, §aSnowball", "", "§7Capacity: §e20,160 per item", "§8Sacks sum their capacity.", |