diff options
Diffstat (limited to 'items/CROPIE_HELMET.json')
-rw-r--r-- | items/CROPIE_HELMET.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/items/CROPIE_HELMET.json b/items/CROPIE_HELMET.json new file mode 100644 index 00000000..a1a8f071 --- /dev/null +++ b/items/CROPIE_HELMET.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Cropie Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"479dc83d-b320-38b3-a82f-2dfef15a95fe\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2Mzc1MzgzNzM2OCwKICAicHJvZmlsZUlkIiA6ICIzYjgwOTg1YWU4ODY0ZWZlYjA3ODg2MmZkOTRhMTVkOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJLaWVyYW5fVmF4aWxpYW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTRiYWNiOTY3MzRlMjQ0YjlmNzMzMWQ0NTNlNjg2ZmEyZTMyNTIyYTQxMWFhNTY4Zjk2MGU3NDFkNzRiMzI4OSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Health: §a+110\",1:\"§7Defense: §a+30\",2:\"§7Speed: §a+3\",3:\"§7Farming Fortune: §a+20\",4:\"\",5:\"§8Tiered Bonus: Squashbuckle (0/4)\",6:\"§7§7Farming Pumpkin, Melon, and\",7:\"§7Cocoa Beans have a §a0.01%\",8:\"§a§7chance of dropping a Squash.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aFarming Skill 30§c.\",12:\"§9§lRARE HELMET\"],Name:\"§9Cropie Helmet\"},ExtraAttributes:{id:\"CROPIE_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+110", + "§7Defense: §a+30", + "§7Speed: §a+3", + "§7Farming Fortune: §a+20", + "", + "§8Tiered Bonus: Squashbuckle (0/4)", + "§7§7Farming Pumpkin, Melon, and", + "§7Cocoa Beans have a §a0.01%", + "§a§7chance of dropping a Squash.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aFarming Skill 30§c.", + "§9§lRARE HELMET" + ], + "recipe": { + "A1": "CROPIE:10", + "A2": "TIGHTLY_TIED_HAY_BALE:1", + "A3": "CROPIE:10", + "B1": "BOX_OF_SEEDS:3", + "B2": "MELON_HELMET:1", + "B3": "BOX_OF_SEEDS:3", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "CROPIE_HELMET", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |