From 3b44b1d63b710dcb159bb1ee06b7f2a922f60d30 Mon Sep 17 00:00:00 2001 From: Lulonaut Date: Mon, 3 Oct 2022 12:34:33 +0200 Subject: adding rare to every minion (#834) thank you Hypixel, very cool --- items/JUNGLE_GENERATOR_6.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'items/JUNGLE_GENERATOR_6.json') diff --git a/items/JUNGLE_GENERATOR_6.json b/items/JUNGLE_GENERATOR_6.json index 831ac9cb..5eccc07b 100644 --- a/items/JUNGLE_GENERATOR_6.json +++ b/items/JUNGLE_GENERATOR_6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Jungle Minion VI", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d051c41e-ab45-3a10-9484-e803a8e928a9\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5Mzc0MTI3MzQsInByb2ZpbGVJZCI6ImZkNjBmMzZmNTg2MTRmMTJiM2NkNDdjMmQ4NTUyOTlhIiwicHJvZmlsZU5hbWUiOiJSZWFkIiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iODYxOTQ2NGQxMDQ4MjJkOTkzNzM0NGQxMWVlNWMwMzcxNjlhMTNiMjQ3M2Y1OWIyNDgzNmZjYTRjZjIxNGM1In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and chopping\",2:\"§7jungle logs! Requires an open\",3:\"§7area to place trees. Minions\",4:\"§7also work when you are offline!\",5:\"\",6:\"§7Time Between Actions: §a42s\",7:\"§7Max Storage: §e576\"],Name:\"§9Jungle Minion VI\"},ExtraAttributes:{id:\"JUNGLE_GENERATOR_6\",generator_tier:6}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d051c41e-ab45-3a10-9484-e803a8e928a9\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5Mzc0MTI3MzQsInByb2ZpbGVJZCI6ImZkNjBmMzZmNTg2MTRmMTJiM2NkNDdjMmQ4NTUyOTlhIiwicHJvZmlsZU5hbWUiOiJSZWFkIiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iODYxOTQ2NGQxMDQ4MjJkOTkzNzM0NGQxMWVlNWMwMzcxNjlhMTNiMjQ3M2Y1OWIyNDgzNmZjYTRjZjIxNGM1In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and chopping\",2:\"§7jungle logs! Requires an open\",3:\"§7area to place trees. Minions\",4:\"§7also work when you are offline!\",5:\"\",6:\"§7Time Between Actions: §a42s\",7:\"§7Max Storage: §e576\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Jungle Minion VI\"},ExtraAttributes:{id:\"JUNGLE_GENERATOR_6\",generator_tier:6}}", "damage": 3, "lore": [ "§7Place this minion and it will", @@ -11,7 +11,9 @@ "§7also work when you are offline!", "", "§7Time Between Actions: §a42s", - "§7Max Storage: §e576" + "§7Max Storage: §e576", + "", + "§9§lRARE" ], "recipe": { "A1": "ENCHANTED_JUNGLE_LOG:2", @@ -26,11 +28,11 @@ }, "internalname": "JUNGLE_GENERATOR_6", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.1.0-REL", "useneucraft": true, "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Jungle_Minion" ], "crafttext": "Requires: Jungle Wood I" -} +} \ No newline at end of file -- cgit