diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-03 15:28:59 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-03 15:28:59 -0400 |
commit | fda898157180835ef537d70e5137f108a61c7bed (patch) | |
tree | eab66b43c47cc4a7aec2c55040b11b7a73a79863 /items/LARGE_SLAYER_SACK.json | |
parent | 53df26bfed360f90f5eed3947e854606138888c7 (diff) | |
download | NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.tar.gz NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.tar.bz2 NotEnoughUpdates-REPO-fda898157180835ef537d70e5137f108a61c7bed.zip |
More dungeon stuff| also added some more parenting
Diffstat (limited to 'items/LARGE_SLAYER_SACK.json')
-rw-r--r-- | items/LARGE_SLAYER_SACK.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/LARGE_SLAYER_SACK.json b/items/LARGE_SLAYER_SACK.json new file mode 100644 index 00000000..8e0ff28e --- /dev/null +++ b/items/LARGE_SLAYER_SACK.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Large Slayer Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1cf3a3ac-05c8-35d2-95ee-bf98489bbce8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMzE1MDcwNywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzBjY2JkMTVkNzZhNzQ4ZTA4OTI2ZWY2ZDIxZGMzZTU0ZDlhZGVjNzY2Y2MyNTAxOTUzMWE0OTNiMWZkNGI0NCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aTarantula Web§7,\",4:\"§7§aRevenant Flesh§7, §aWolf Tooth\",5:\"\",6:\"§7Capacity: §e20,160 per item\",7:\"§8Sacks sum their capacity.\",8:\"\",9:\"§5§lEPIC\"],Name:\"§5Large Slayer Sack\"},ExtraAttributes:{id:\"LARGE_SLAYER_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aTarantula Web§7,", + "§7§aRevenant Flesh§7, §aWolf Tooth", + "", + "§7Capacity: §e20,160 per item", + "§8Sacks sum their capacity.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "GOLDEN_TOOTH:1", + "A2": "GOLDEN_TOOTH:1", + "A3": "GOLDEN_TOOTH:1", + "B1": "GOLDEN_TOOTH:1", + "B2": "MEDIUM_SLAYER_SACK:1", + "B3": "GOLDEN_TOOTH:1", + "C1": "GOLDEN_TOOTH:1", + "C2": "GOLDEN_TOOTH:1", + "C3": "GOLDEN_TOOTH:1" + }, + "internalname": "LARGE_SLAYER_SACK", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file |