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/DIAMOND_GENERATOR_5.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 items/DIAMOND_GENERATOR_5.json (limited to 'items/DIAMOND_GENERATOR_5.json') diff --git a/items/DIAMOND_GENERATOR_5.json b/items/DIAMOND_GENERATOR_5.json new file mode 100644 index 00000000..9aa47f17 --- /dev/null +++ b/items/DIAMOND_GENERATOR_5.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Diamond Minion V", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d1936af7-5081-3de5-b540-3a7464b946d9\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MzUzOTk2NTcsInByb2ZpbGVJZCI6ImZkNjBmMzZmNTg2MTRmMTJiM2NkNDdjMmQ4NTUyOTlhIiwicHJvZmlsZU5hbWUiOiJSZWFkIiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zMjgxMmFlMDcwZmNhMzU4MjE2YWQ2Mjc4NTllMmQ2OWM2N2M4YWM3YjYzMWZmNGQ1YzU3ZWJjMzk0MzU3MDk1In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and mining\",2:\"§7diamond ore! Requires an open\",3:\"§7area to place diamond ore.\",4:\"§7Minions also work when you are\",5:\"§7offline!\",6:\"\",7:\"§7Time Between Actions: §a25s\",8:\"§7Max Storage: §e384\"],Name:\"§9Diamond Minion V\"},ExtraAttributes:{id:\"DIAMOND_GENERATOR_5\",generator_tier:5}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and mining", + "§7diamond ore! Requires an open", + "§7area to place diamond ore.", + "§7Minions also work when you are", + "§7offline!", + "", + "§7Time Between Actions: §a25s", + "§7Max Storage: §e384" + ], + "recipe": { + "A1": "ENCHANTED_DIAMOND:1", + "A2": "ENCHANTED_DIAMOND:1", + "A3": "ENCHANTED_DIAMOND:1", + "B1": "ENCHANTED_DIAMOND:1", + "B2": "DIAMOND_GENERATOR_4:1", + "B3": "ENCHANTED_DIAMOND:1", + "C1": "ENCHANTED_DIAMOND:1", + "C2": "ENCHANTED_DIAMOND:1", + "C3": "ENCHANTED_DIAMOND:1" + }, + "internalname": "DIAMOND_GENERATOR_5", + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL" +} \ No newline at end of file -- cgit