diff options
Diffstat (limited to 'items/PUMPKIN_GENERATOR_9.json')
-rw-r--r-- | items/PUMPKIN_GENERATOR_9.json | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/items/PUMPKIN_GENERATOR_9.json b/items/PUMPKIN_GENERATOR_9.json index f4878b6b..6e7b94d9 100644 --- a/items/PUMPKIN_GENERATOR_9.json +++ b/items/PUMPKIN_GENERATOR_9.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Pumpkin Minion IX", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cf308a64-d36f-31ae-ac4a-f0267eb422af\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTgwMzAzNTE0OTksInByb2ZpbGVJZCI6IjJkYzc3YWU3OTQ2MzQ4MDI5NDI4MGM4NDIyNzRiNTY3IiwicHJvZmlsZU5hbWUiOiJzYWR5MDYxMCIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmNjMWE0NzMwMmUwNTVlNTYxYjA2ZGFlZGUzNWY4NGEwNDgyOWJjODk5YWYwM2Q1NjAzYjc4ZTU1MjY5YzQwMiJ9fX0=\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and harvesting\",2:\"§7pumpkins! Requires an open area\",3:\"§7to place pumpkins. Minions also\",4:\"§7work when you are offline!\",5:\"\",6:\"§7Time Between Actions: §a20s\",7:\"§7Max Storage: §e768\"],Name:\"§9Pumpkin Minion IX\"},ExtraAttributes:{id:\"PUMPKIN_GENERATOR_9\",generator_tier:9}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cf308a64-d36f-31ae-ac4a-f0267eb422af\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTgwMzAzNTE0OTksInByb2ZpbGVJZCI6IjJkYzc3YWU3OTQ2MzQ4MDI5NDI4MGM4NDIyNzRiNTY3IiwicHJvZmlsZU5hbWUiOiJzYWR5MDYxMCIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmNjMWE0NzMwMmUwNTVlNTYxYjA2ZGFlZGUzNWY4NGEwNDgyOWJjODk5YWYwM2Q1NjAzYjc4ZTU1MjY5YzQwMiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and harvesting\",2:\"§7pumpkins! Requires an open area\",3:\"§7to place pumpkins. Minions also\",4:\"§7work when you are offline!\",5:\"\",6:\"§7Time Between Actions: §a20s\",7:\"§7Max Storage: §e768\"],Name:\"§9Pumpkin Minion IX\"},ExtraAttributes:{id:\"PUMPKIN_GENERATOR_9\",generator_tier:9}}", "damage": 3, "lore": [ "§7Place this minion and it will", @@ -13,8 +13,18 @@ "§7Time Between Actions: §a20s", "§7Max Storage: §e768" ], + "recipe": { + "A1": "ENCHANTED_PUMPKIN:16", + "A2": "ENCHANTED_PUMPKIN:16", + "A3": "ENCHANTED_PUMPKIN:16", + "B1": "ENCHANTED_PUMPKIN:16", + "B2": "PUMPKIN_GENERATOR_8:1", + "B3": "ENCHANTED_PUMPKIN:16", + "C1": "ENCHANTED_PUMPKIN:16", + "C2": "ENCHANTED_PUMPKIN:16", + "C3": "ENCHANTED_PUMPKIN:16" + }, "internalname": "PUMPKIN_GENERATOR_9", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL" }
\ No newline at end of file |