diff options
Diffstat (limited to 'items/SMALL_SLAYER_SACK.json')
-rw-r--r-- | items/SMALL_SLAYER_SACK.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/SMALL_SLAYER_SACK.json b/items/SMALL_SLAYER_SACK.json new file mode 100644 index 00000000..146caadb --- /dev/null +++ b/items/SMALL_SLAYER_SACK.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aSmall Slayer Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"26a967cf-780d-3d68-92a2-eedeaee9a7df\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMzAxMzkxNSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmM2Y2Y1OTFhYTIzNjNiZDg0MzQyNDA0ZGM1OTQxNjhiOTA0ZjY1YTFlMjVmOGJlNjU4YjkxYjU2NzYyOWRhZCIKICAgIH0KICB9Cn0\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: §e640 per item\",7:\"§8Sacks sum their capacity.\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§aSmall Slayer Sack\"},ExtraAttributes:{id:\"SMALL_SLAYER_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aTarantula Web§7,", + "§7§aRevenant Flesh§7, §aWolf Tooth", + "", + "§7Capacity: §e640 per item", + "§8Sacks sum their capacity.", + "", + "§a§lUNCOMMON" + ], + "recipe": { + "A1": "REVENANT_VISCERA:1", + "A2": "REVENANT_VISCERA:1", + "A3": "REVENANT_VISCERA:1", + "B1": "REVENANT_VISCERA:1", + "B2": "ENCHANTED_LEATHER:1", + "B3": "REVENANT_VISCERA:1", + "C1": "REVENANT_VISCERA:1", + "C2": "REVENANT_VISCERA:1", + "C3": "REVENANT_VISCERA:1" + }, + "internalname": "SMALL_SLAYER_SACK", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +}
\ No newline at end of file |