diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-09-13 14:20:43 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-13 14:20:43 +1000 |
commit | e2b7d83929a37b67e6530a07b485eb1c22ca8f44 (patch) | |
tree | a196f0648e9621fa2316da7fe15d5ef88f8001fb /items/LARGE_DUNGEON_SACK.json | |
parent | 784ce26613f6bc286efc0af8d60312ec5e7fbc70 (diff) | |
parent | 8075d184d6bb0adacc40a5627ebd0e9bf0f34ce2 (diff) | |
download | NotEnoughUpdates-REPO-e2b7d83929a37b67e6530a07b485eb1c22ca8f44.tar.gz NotEnoughUpdates-REPO-e2b7d83929a37b67e6530a07b485eb1c22ca8f44.tar.bz2 NotEnoughUpdates-REPO-e2b7d83929a37b67e6530a07b485eb1c22ca8f44.zip |
Merge pull request #264 from IRONM00N/master
Some mayor Stuff
Diffstat (limited to 'items/LARGE_DUNGEON_SACK.json')
-rw-r--r-- | items/LARGE_DUNGEON_SACK.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/LARGE_DUNGEON_SACK.json b/items/LARGE_DUNGEON_SACK.json new file mode 100644 index 00000000..0502cd44 --- /dev/null +++ b/items/LARGE_DUNGEON_SACK.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Dungeon Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"74dacf03-2bd5-3f50-a933-0a2ce640cdd9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NzgxMDkwMzc1NCwKICAicHJvZmlsZUlkIiA6ICJmNjE1NzFmMjY1NzY0YWI5YmUxODcyMjZjMTEyYWEwYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJGZWxpeF9NYW5nZW5zZW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmI5NmM1ODVjY2QzNWYwNzNkYTM4ZDE2NWNiOWJiMThmZjEzNmYxYTE4NGVlZTNmNDQ3MjUzNTQ2NDBlYmJkNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aSpirit Leap§7,\",4:\"§7§aTrap§7, §aInflatable Jerry§7,\",5:\"§7§aDecoy\",6:\"\",7:\"§7Capacity: §e20,160 per item\",8:\"§8Sacks sum their capacity.\",9:\"\",10:\"§6§lLEGENDARY\"],Name:\"§6Dungeon Sack\"},ExtraAttributes:{id:\"LARGE_DUNGEON_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aSpirit Leap§7,", + "§7§aTrap§7, §aInflatable Jerry§7,", + "§7§aDecoy", + "", + "§7Capacity: §e20,160 per item", + "§8Sacks sum their capacity.", + "", + "§6§lLEGENDARY" + ], + "internalname": "LARGE_DUNGEON_SACK", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file |