diff options
Diffstat (limited to 'items/CARROT_GENERATOR_3.json')
-rw-r--r-- | items/CARROT_GENERATOR_3.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/items/CARROT_GENERATOR_3.json b/items/CARROT_GENERATOR_3.json new file mode 100644 index 00000000..6a6ea7e9 --- /dev/null +++ b/items/CARROT_GENERATOR_3.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Carrot Minion III", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cef2780a-6689-3e22-bae6-2627b6fbf7a4\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MzM1NTgyMzEsInByb2ZpbGVJZCI6IjkxZjA0ZmU5MGYzNjQzYjU4ZjIwZTMzNzVmODZkMzllIiwicHJvZmlsZU5hbWUiOiJTdG9ybVN0b3JteSIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTQ5ZGJhZTM4MGU4NWY5M2Q0Yzg2ZjUwOTdlYzJhYzNkZWMyODM4OWZiNTI4YTBkNmE3MTlmYzYxMzk2MjZhOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and harvesting\",2:\"§7carrots. Requires dirt or soil\",3:\"§7nearby so carrots can be\",4:\"§7planted. Minions also work when\",5:\"§7you are offline!\",6:\"\",7:\"§7Time Between Actions: §a18s\",8:\"§7Max Storage: §e192\"],Name:\"§9Carrot Minion III\"},ExtraAttributes:{id:\"CARROT_GENERATOR_3\",generator_tier:3}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and harvesting", + "§7carrots. Requires dirt or soil", + "§7nearby so carrots can be", + "§7planted. Minions also work when", + "§7you are offline!", + "", + "§7Time Between Actions: §a18s", + "§7Max Storage: §e192" + ], + "recipe": { + "A1": "CARROT_ITEM:64", + "A2": "CARROT_ITEM:64", + "A3": "CARROT_ITEM:64", + "B1": "CARROT_ITEM:64", + "B2": "CARROT_GENERATOR_2:1", + "B3": "CARROT_ITEM:64", + "C1": "CARROT_ITEM:64", + "C2": "CARROT_ITEM:64", + "C3": "CARROT_ITEM:64" + }, + "internalname": "CARROT_GENERATOR_3", + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL" +}
\ No newline at end of file |