diff options
Diffstat (limited to 'items/FARM_CRYSTAL.json')
-rw-r--r-- | items/FARM_CRYSTAL.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/items/FARM_CRYSTAL.json b/items/FARM_CRYSTAL.json new file mode 100644 index 00000000..8466d6ae --- /dev/null +++ b/items/FARM_CRYSTAL.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Farm Crystal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d9c3168a-8654-3dd8-b297-4d3b7e55b95a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDY2YTgyYWUxOTEwODNmODE3OGY0MjUwZjVlNzNlNDAwOGFiMDk4ZjBlZGUxYzBhZTVmNmE3ZjI2MTM2MzBjZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Can be placed on your private\",1:\"§7island. Increases the speed of\",2:\"§7nearby farming minions by\",3:\"§7§a10%§7.\",4:\"\",5:\"§7Effective Radius: §b8\",6:\"\",7:\"§eClick to view recipe!\"],Name:\"§9Farm Crystal\"},ExtraAttributes:{id:\"FARM_CRYSTAL\"}}", + "damage": 3, + "lore": [ + "§7Can be placed on your private", + "§7island. Increases the speed of", + "§7nearby farming minions by", + "§7§a10%§7.", + "", + "§7Effective Radius: §b8" + ], + "internalname": "FARM_CRYSTAL", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +}
\ No newline at end of file |