diff options
Diffstat (limited to 'items/MUSHROOM_GENERATOR_1.json')
-rw-r--r-- | items/MUSHROOM_GENERATOR_1.json | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/items/MUSHROOM_GENERATOR_1.json b/items/MUSHROOM_GENERATOR_1.json index 4cd2ee7a..c68b9d3e 100644 --- a/items/MUSHROOM_GENERATOR_1.json +++ b/items/MUSHROOM_GENERATOR_1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Mushroom Minion", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4c4116e2-193d-32a4-948b-39ae936ed909\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MTk4Nzc2MjgsInByb2ZpbGVJZCI6IjVkODgxNDRhMzhjYzRkZWVhODA3MzYwODc2YzIxYzU4IiwicHJvZmlsZU5hbWUiOiJSZW1WTiIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGEzYjU4MzQxZDE5NmE5ODQxZWYxNTI2YjM2NzIwOWNiYzlmOTY3NjdjMjRmNWY1ODdjZjQxM2Q0MmI3NGE5MyJ9fX0\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.\",6:\"\",7:\"§eClick to view recipes!\"],Name:\"§9Mushroom Minion\"},ExtraAttributes:{id:\"MUSHROOM_GENERATOR_1\",generator_tier:1}}", + "displayname": "§9Mushroom Minion I", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4c4116e2-193d-32a4-948b-39ae936ed909\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MTk4Nzc2MjgsInByb2ZpbGVJZCI6IjVkODgxNDRhMzhjYzRkZWVhODA3MzYwODc2YzIxYzU4IiwicHJvZmlsZU5hbWUiOiJSZW1WTiIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGEzYjU4MzQxZDE5NmE5ODQxZWYxNTI2YjM2NzIwOWNiYzlmOTY3NjdjMjRmNWY1ODdjZjQxM2Q0MmI3NGE5MyJ9fX0=\"}]}},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: §a30s\",9:\"§7Max Storage: §e128\"],Name:\"§9Mushroom Minion I\"},ExtraAttributes:{id:\"MUSHROOM_GENERATOR_1\",generator_tier:1}}", "damage": 3, "lore": [ "§7Place this minion and it will", @@ -9,9 +9,28 @@ "§7red and brown mushrooms!", "§7Requires an area that is", "§7suitable for mushrooms to be", - "§7placed." + "§7placed. Minions also work when", + "§7you are offline!", + "", + "§7Time Between Actions: §a30s", + "§7Max Storage: §e128" ], + "recipe": { + "A1": "RED_MUSHROOM:10", + "A2": "RED_MUSHROOM:10", + "A3": "RED_MUSHROOM:10", + "B1": "RED_MUSHROOM:10", + "B2": "WOOD_HOE:1", + "B3": "RED_MUSHROOM:10", + "C1": "RED_MUSHROOM:10", + "C2": "RED_MUSHROOM:10", + "C3": "RED_MUSHROOM:10" + }, "internalname": "MUSHROOM_GENERATOR_1", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mushroom_Minion" + ] }
\ No newline at end of file |