diff options
Diffstat (limited to 'items/REDSTONE_GENERATOR_8.json')
-rw-r--r-- | items/REDSTONE_GENERATOR_8.json | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/items/REDSTONE_GENERATOR_8.json b/items/REDSTONE_GENERATOR_8.json index 4b467c3e..9e128746 100644 --- a/items/REDSTONE_GENERATOR_8.json +++ b/items/REDSTONE_GENERATOR_8.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Redstone Minion VIII", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3f13e852-f19e-3a4b-b061-6607e204e288\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5NDYxMjkwMjAsInByb2ZpbGVJZCI6IjkxZmUxOTY4N2M5MDQ2NTZhYTFmYzA1OTg2ZGQzZmU3IiwicHJvZmlsZU5hbWUiOiJoaGphYnJpcyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTQwYjg1YzAwZjgyNGY2MWJlZWZkNjUxYzk1ODg2OThlNDlkMDE5MDJlODRhMDk4Zjc5ZWUwOTk0MWQ4ZTRhYyJ9fX0=\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and mining\",2:\"§7redstone ore! Requires an open\",3:\"§7area to place redstone ore.\",4:\"§7Minions also work when you are\",5:\"§7offline!\",6:\"\",7:\"§7Time Between Actions: §a23s\",8:\"§7Max Storage: §e768\"],Name:\"§9Redstone Minion VIII\"},ExtraAttributes:{id:\"REDSTONE_GENERATOR_8\",generator_tier:8}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3f13e852-f19e-3a4b-b061-6607e204e288\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5NDYxMjkwMjAsInByb2ZpbGVJZCI6IjkxZmUxOTY4N2M5MDQ2NTZhYTFmYzA1OTg2ZGQzZmU3IiwicHJvZmlsZU5hbWUiOiJoaGphYnJpcyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTQwYjg1YzAwZjgyNGY2MWJlZWZkNjUxYzk1ODg2OThlNDlkMDE5MDJlODRhMDk4Zjc5ZWUwOTk0MWQ4ZTRhYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and mining\",2:\"§7redstone ore! Requires an open\",3:\"§7area to place redstone ore.\",4:\"§7Minions also work when you are\",5:\"§7offline!\",6:\"\",7:\"§7Time Between Actions: §a23s\",8:\"§7Max Storage: §e768\"],Name:\"§9Redstone Minion VIII\"},ExtraAttributes:{id:\"REDSTONE_GENERATOR_8\",generator_tier:8}}", "damage": 3, "lore": [ "§7Place this minion and it will", @@ -14,11 +14,18 @@ "§7Time Between Actions: §a23s", "§7Max Storage: §e768" ], + "recipe": { + "A1": "ENCHANTED_REDSTONE:32", + "A2": "ENCHANTED_REDSTONE:32", + "A3": "ENCHANTED_REDSTONE:32", + "B1": "ENCHANTED_REDSTONE:32", + "B2": "REDSTONE_GENERATOR_7:1", + "B3": "ENCHANTED_REDSTONE:32", + "C1": "ENCHANTED_REDSTONE:32", + "C2": "ENCHANTED_REDSTONE:32", + "C3": "ENCHANTED_REDSTONE:32" + }, "internalname": "REDSTONE_GENERATOR_8", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Redstone_Minion" - ] + "clickcommand": "viewrecipe", + "modver": "1.7.1-REL" }
\ No newline at end of file |