From 1cb5cf86be020b338722e76a1c50413f5f31212d Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 13 Jan 2021 10:30:01 -0500 Subject: I Sort of added every minion 😳 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- items/COCOA_GENERATOR_6.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 items/COCOA_GENERATOR_6.json (limited to 'items/COCOA_GENERATOR_6.json') diff --git a/items/COCOA_GENERATOR_6.json b/items/COCOA_GENERATOR_6.json new file mode 100644 index 00000000..b279ed54 --- /dev/null +++ b/items/COCOA_GENERATOR_6.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Cocoa Beans Minion VI", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c908175e-84b1-3b13-964c-e984a98e85af\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MzQ3NTc4NzIsInByb2ZpbGVJZCI6IjVkMjRiYTBiMjg4YzQyOTM4YmExMGVjOTkwNjRkMjU5IiwicHJvZmlsZU5hbWUiOiIxbnYzbnQxdjN0NGwzbnQiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2IxZGIyMmI4ZjBhMTI0OTJjMmM3Y2YyNzg0MDI1YzZjYWQyYWZjNjY5OThjNGY0N2MwZjAyZTYxMDA0NTQ4NTEifX19\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and harvesting\",2:\"§7cocoa beans. Requires jungle\",3:\"§7logs nearby so cocoa can be\",4:\"§7placed, or air nearby so jungle\",5:\"§7logs can be placed. Minions also\",6:\"§7work when you are offline!\",7:\"\",8:\"§7Time Between Actions: §a23s\",9:\"§7Max Storage: §e576\"],Name:\"§9Cocoa Beans Minion VI\"},ExtraAttributes:{id:\"COCOA_GENERATOR_6\",generator_tier:6}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and harvesting", + "§7cocoa beans. Requires jungle", + "§7logs nearby so cocoa can be", + "§7placed, or air nearby so jungle", + "§7logs can be placed. Minions also", + "§7work when you are offline!", + "", + "§7Time Between Actions: §a23s", + "§7Max Storage: §e576" + ], + "recipe": { + "A1": "ENCHANTED_COCOA:3", + "A2": "ENCHANTED_COCOA:3", + "A3": "ENCHANTED_COCOA:3", + "B1": "ENCHANTED_COCOA:3", + "B2": "COCOA_GENERATOR_5:1", + "B3": "ENCHANTED_COCOA:3", + "C1": "ENCHANTED_COCOA:3", + "C2": "ENCHANTED_COCOA:3", + "C3": "ENCHANTED_COCOA:3" + }, + "internalname": "COCOA_GENERATOR_6", + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL" +} \ No newline at end of file -- cgit