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/MUSHROOM_GENERATOR_4.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 items/MUSHROOM_GENERATOR_4.json (limited to 'items/MUSHROOM_GENERATOR_4.json') diff --git a/items/MUSHROOM_GENERATOR_4.json b/items/MUSHROOM_GENERATOR_4.json new file mode 100644 index 00000000..862592e8 --- /dev/null +++ b/items/MUSHROOM_GENERATOR_4.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Mushroom Minion IV", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f1f2b6cd-c7d8-3742-b383-de6e09ad588f\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5NDc4MDYzMTcsInByb2ZpbGVJZCI6ImIwZDRiMjhiYzFkNzQ4ODlhZjBlODY2MWNlZTk2YWFiIiwicHJvZmlsZU5hbWUiOiJ4RmFpaUxlUiIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODA5NzBlYmY3NmQwYWE1MmE2YWJiNzQ1OGEyZTM5MTdkOTY3ZDU1M2RlZjkxNzRhOGI4MzY5N2ExMGY0ZTMzOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and harvesting\",2:\"§7red and brown mushrooms!\",3:\"§7Requires an area that is\",4:\"§7suitable for mushrooms to be\",5:\"§7placed. Minions also work when\",6:\"§7you are offline!\",7:\"\",8:\"§7Time Between Actions: §a28s\",9:\"§7Max Storage: §e384\"],Name:\"§9Mushroom Minion IV\"},ExtraAttributes:{id:\"MUSHROOM_GENERATOR_4\",generator_tier:4}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and harvesting", + "§7red and brown mushrooms!", + "§7Requires an area that is", + "§7suitable for mushrooms to be", + "§7placed. Minions also work when", + "§7you are offline!", + "", + "§7Time Between Actions: §a28s", + "§7Max Storage: §e384" + ], + "recipe": { + "A1": "RED_MUSHROOM:64", + "A2": "RED_MUSHROOM:64", + "A3": "RED_MUSHROOM:64", + "B1": "RED_MUSHROOM:64", + "B2": "MUSHROOM_GENERATOR_3:1", + "B3": "RED_MUSHROOM:64", + "C1": "RED_MUSHROOM:64", + "C2": "RED_MUSHROOM:64", + "C3": "RED_MUSHROOM:64" + }, + "internalname": "MUSHROOM_GENERATOR_4", + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL" +} \ No newline at end of file -- cgit