diff options
Diffstat (limited to 'items/MEDIUM_AGRONOMY_SACK.json')
-rw-r--r-- | items/MEDIUM_AGRONOMY_SACK.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/MEDIUM_AGRONOMY_SACK.json b/items/MEDIUM_AGRONOMY_SACK.json new file mode 100644 index 00000000..2e88eb62 --- /dev/null +++ b/items/MEDIUM_AGRONOMY_SACK.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Medium Agronomy Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"78d4189e-272b-373b-ade8-03c1023a6bb2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMjQ2NjU1MCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjk0YzgzNDFhNTM1ZjgwYjNmNDNjNWMyNDNkMDMwMDZiZDMyNWM5ZTk2ZmYzYWI5NTdjY2MzNzA2MjgzMGFjNiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aWheat§7, §aCarrot§7,\",4:\"§7§aPotato§7, §aPumpkin§7,\",5:\"§7§aMelon§7, §aSeeds§7,\",6:\"§7§aMushroom§7, §aCocoa Beans§7,\",7:\"§7§aCactus§7, §aSugar Cane§7,\",8:\"§7§aNether Wart\",9:\"\",10:\"§7Capacity: §e2,240 per item\",11:\"§8Sacks sum their capacity.\",12:\"\",13:\"§9§lRARE\"],Name:\"§9Medium Agronomy Sack\"},ExtraAttributes:{id:\"MEDIUM_AGRONOMY_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aWheat§7, §aCarrot§7,", + "§7§aPotato§7, §aPumpkin§7,", + "§7§aMelon§7, §aSeeds§7,", + "§7§aMushroom§7, §aCocoa Beans§7,", + "§7§aCactus§7, §aSugar Cane§7,", + "§7§aNether Wart", + "", + "§7Capacity: §e2,240 per item", + "§8Sacks sum their capacity.", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "ENCHANTED_HAY_BLOCK:4", + "A2": "ENCHANTED_HAY_BLOCK:4", + "A3": "ENCHANTED_HAY_BLOCK:4", + "B1": "ENCHANTED_HAY_BLOCK:4", + "B2": "SMALL_AGRONOMY_SACK:1", + "B3": "ENCHANTED_HAY_BLOCK:4", + "C1": "ENCHANTED_HAY_BLOCK:4", + "C2": "ENCHANTED_HAY_BLOCK:4", + "C3": "ENCHANTED_HAY_BLOCK:4" + }, + "internalname": "MEDIUM_AGRONOMY_SACK", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +}
\ No newline at end of file |