From 2ebf7137e1827cfb5e4e2bd7f0bb1ca04971507b Mon Sep 17 00:00:00 2001 From: BuildTools Date: Wed, 8 Jul 2020 14:52:27 +1000 Subject: dungeons & other stuff --- items/LARGE_COMBAT_SACK.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 items/LARGE_COMBAT_SACK.json (limited to 'items/LARGE_COMBAT_SACK.json') diff --git a/items/LARGE_COMBAT_SACK.json b/items/LARGE_COMBAT_SACK.json new file mode 100644 index 00000000..99d9032f --- /dev/null +++ b/items/LARGE_COMBAT_SACK.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Large Combat Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1c248d69-e045-32a3-afde-768ef311c9db\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMzM1NjA0MSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWMxM2M0Nzc0YzgyYzA3MDcxZTZkMTQwODcxN2IxZTNlYWM1NjE4NjA0MmE1ODAzZmMxNzQ0NTJlMzJhMjU0YSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aRotten Flesh§7,\",4:\"§7§aBone§7, §aString§7, §aSpider\",5:\"§aEye§7, §aGunpowder§7, §aEnder\",6:\"§aPearl§7, §aGhast Tear§7,\",7:\"§7§aSlimeball§7, §aBlaze Rod§7,\",8:\"§7§aMagma Cream\",9:\"\",10:\"§7Capacity: §e20,160 per item\",11:\"§8Sacks sum their capacity.\",12:\"\",13:\"§5§lEPIC\"],Name:\"§5Large Combat Sack\"},ExtraAttributes:{id:\"LARGE_COMBAT_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aRotten Flesh§7,", + "§7§aBone§7, §aString§7, §aSpider", + "§aEye§7, §aGunpowder§7, §aEnder", + "§aPearl§7, §aGhast Tear§7,", + "§7§aSlimeball§7, §aBlaze Rod§7,", + "§7§aMagma Cream", + "", + "§7Capacity: §e20,160 per item", + "§8Sacks sum their capacity.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "ENCHANTED_ROTTEN_FLESH:8", + "A2": "ENCHANTED_ROTTEN_FLESH:8", + "A3": "ENCHANTED_ROTTEN_FLESH:8", + "B1": "ENCHANTED_ROTTEN_FLESH:8", + "B2": "MEDIUM_COMBAT_SACK:1", + "B3": "ENCHANTED_ROTTEN_FLESH:8", + "C1": "ENCHANTED_ROTTEN_FLESH:8", + "C2": "ENCHANTED_ROTTEN_FLESH:8", + "C3": "ENCHANTED_ROTTEN_FLESH:8" + }, + "internalname": "LARGE_COMBAT_SACK", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +} \ No newline at end of file -- cgit