From 978c1387b98ee91980a0d75e6a9b15a31eb7430c Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 11 Nov 2020 15:36:46 -0500 Subject: More Farming Items --- items/BASKET_OF_SEEDS.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 items/BASKET_OF_SEEDS.json (limited to 'items/BASKET_OF_SEEDS.json') diff --git a/items/BASKET_OF_SEEDS.json b/items/BASKET_OF_SEEDS.json new file mode 100644 index 00000000..3beee715 --- /dev/null +++ b/items/BASKET_OF_SEEDS.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Basket of Seeds", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"f51f3409-e6be-3151-8289-98b7dc91c656\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E2YmY5MTZlMjhjY2I4MGI0ZWJmYWNmOTg2ODZhZDZhZjdjNGZiMjU3ZTU3YThjYjc4YzcxZDE5ZGNjYjIifX19\"}]}},display:{Lore:[0:\"\",1:\"§6Item Ability: Seed Storage §e§lLEFT CLICK\",2:\"§7Place seeds in the basket.\",3:\"\",4:\"§6Item Ability: Farmer\u0027s Delight §e§lRIGHT CLICK\",5:\"§7Automatically seed a row of\",6:\"§7farmland.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§5Basket of Seeds\"},ExtraAttributes:{basket_of_seeds_data:[0:\"198 bytes\"],originTag:\"SHOP_PURCHASE\",id:\"BASKET_OF_SEEDS\",uuid:\"b1531129-9bcb-4fee-8e2b-d0fc829f2085\",timestamp:\"11/7/20 8:38 PM\"}}", + "damage": 3, + "lore": [ + "", + "§6Item Ability: Seed Storage §e§lLEFT CLICK", + "§7Place seeds in the basket.", + "", + "§6Item Ability: Farmer\u0027s Delight §e§lRIGHT CLICK", + "§7Automatically seed a row of", + "§7farmland.", + "", + "§5§lEPIC" + ], + "internalname": "BASKET_OF_SEEDS", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +} \ No newline at end of file -- cgit