diff options
Diffstat (limited to 'items/MYCELIUM_GENERATOR_2.json')
-rw-r--r-- | items/MYCELIUM_GENERATOR_2.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/items/MYCELIUM_GENERATOR_2.json b/items/MYCELIUM_GENERATOR_2.json new file mode 100644 index 00000000..7ed92603 --- /dev/null +++ b/items/MYCELIUM_GENERATOR_2.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Mycelium Minion II", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5510c1f1-db0b-3930-8c3a-2d3b628daffd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzODk3MzIwMDM3OSwKICAicHJvZmlsZUlkIiA6ICI0ZTMwZjUwZTdiYWU0M2YzYWZkMmE3NDUyY2ViZTI5YyIsCiAgInByb2ZpbGVOYW1lIiA6ICJfdG9tYXRvel8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E0MWNmNWE1NzVmOThkMjY4NmQzNTQ3MWQxNjRhZmQ3NmU5MDczODczNjI0MzVhZjUxNzVkY2Y4YWY5ZmJiMCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and mining\",2:\"§7mycelium! Requires an open area\",3:\"§7to place mycelium. Minions also\",4:\"§7work when you are offline!\",5:\"\",6:\"§7Time Between Actions: §a25s\",7:\"§7Max Storage: §e128\",8:\"§7Resources Generated: §b0\",9:\"\",10:\"§7§4❣ §cRequires §c2,000 Co-op Mage\",11:\"§cReputation.\"],Name:\"§9Mycelium Minion II\"},ExtraAttributes:{id:\"MYCELIUM_GENERATOR_2\",generator_tier:2}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and mining", + "§7mycelium! Requires an open area", + "§7to place mycelium. Minions also", + "§7work when you are offline!", + "", + "§7Time Between Actions: §a25s", + "§7Max Storage: §e128", + "§7Resources Generated: §b0", + "", + "§7§4❣ §cRequires §c2,000 Co-op Mage", + "§cReputation." + ], + "recipe": { + "A1": "MYCEL:32", + "A2": "MYCEL:32", + "A3": "MYCEL:32", + "B1": "MYCEL:32", + "B2": "MYCELIUM_GENERATOR_1:1", + "B3": "MYCEL:32", + "C1": "MYCEL:32", + "C2": "MYCEL:32", + "C3": "MYCEL:32" + }, + "internalname": "MYCELIUM_GENERATOR_2", + "crafttext": "Requires: Mycelium I", + "useneucraft": true, + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |