From 2d2d7db222a466ea627238d005400b44b93e227b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Apr 2020 13:16:45 +1000 Subject: Update items to RELEASE-1.0 --- items/SLIME_GENERATOR_1.json | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'items/SLIME_GENERATOR_1.json') diff --git a/items/SLIME_GENERATOR_1.json b/items/SLIME_GENERATOR_1.json index a3a66920..61b384de 100644 --- a/items/SLIME_GENERATOR_1.json +++ b/items/SLIME_GENERATOR_1.json @@ -1,14 +1,33 @@ { "itemid": "minecraft:skull", - "displayname": "§9Slime Minion", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"59e230be-99bd-33f5-a4d1-acc5ca825512\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MjAzNDQ0NzcsInByb2ZpbGVJZCI6IjkxZmUxOTY4N2M5MDQ2NTZhYTFmYzA1OTg2ZGQzZmU3IiwicHJvZmlsZU5hbWUiOiJoaGphYnJpcyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk1ZWNlZDg1ZGI2MmM5MjI3MjRlZmNhODA0ZWEwMDYwYzRhODdmY2RlZGYyZmQ1YzRmOWFjMTEzMGE2ZWIyNiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and slaying\",2:\"§7Slimes!\",3:\"\",4:\"§eClick to view recipes!\"],Name:\"§9Slime Minion\"},ExtraAttributes:{id:\"SLIME_GENERATOR_1\",generator_tier:1}}", + "displayname": "§9Slime Minion I", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"59e230be-99bd-33f5-a4d1-acc5ca825512\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MjAzNDQ0NzcsInByb2ZpbGVJZCI6IjkxZmUxOTY4N2M5MDQ2NTZhYTFmYzA1OTg2ZGQzZmU3IiwicHJvZmlsZU5hbWUiOiJoaGphYnJpcyIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk1ZWNlZDg1ZGI2MmM5MjI3MjRlZmNhODA0ZWEwMDYwYzRhODdmY2RlZGYyZmQ1YzRmOWFjMTEzMGE2ZWIyNiJ9fX0=\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and slaying\",2:\"§7Slimes! Minions also work when\",3:\"§7you are offline!\",4:\"\",5:\"§7Time Between Actions: §a26s\",6:\"§7Max Storage: §e64\"],Name:\"§9Slime Minion I\"},ExtraAttributes:{id:\"SLIME_GENERATOR_1\",generator_tier:1}}", "damage": 3, "lore": [ "§7Place this minion and it will", "§7start generating and slaying", - "§7Slimes!" + "§7Slimes! Minions also work when", + "§7you are offline!", + "", + "§7Time Between Actions: §a26s", + "§7Max Storage: §e64" ], + "recipe": { + "A1": "SLIME_BALL:10", + "A2": "SLIME_BALL:10", + "A3": "SLIME_BALL:10", + "B1": "SLIME_BALL:10", + "B2": "WOOD_SWORD:1", + "B3": "SLIME_BALL:10", + "C1": "SLIME_BALL:10", + "C2": "SLIME_BALL:10", + "C3": "SLIME_BALL:10" + }, "internalname": "SLIME_GENERATOR_1", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Slime_Minion" + ] } \ No newline at end of file -- cgit