diff options
Diffstat (limited to 'items/PIG_GENERATOR_1.json')
-rw-r--r-- | items/PIG_GENERATOR_1.json | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/items/PIG_GENERATOR_1.json b/items/PIG_GENERATOR_1.json index b2ce5c07..7aa24f1d 100644 --- a/items/PIG_GENERATOR_1.json +++ b/items/PIG_GENERATOR_1.json @@ -1,14 +1,33 @@ { "itemid": "minecraft:skull", - "displayname": "§9Pig Minion", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d30f7d75-d0d0-3857-8c11-0ec0867eb91d\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MTk5NzI5NzIsInByb2ZpbGVJZCI6ImZkNjBmMzZmNTg2MTRmMTJiM2NkNDdjMmQ4NTUyOTlhIiwicHJvZmlsZU5hbWUiOiJSZWFkIiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hOWJiNWYwYzU2NDA4YzczY2ZhNDEyMzQ1YzhmYzUxZjc1YjZjNzMxMWFlNjBlNzA5OWM0NzgxYzQ4NzYwNTYyIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and slaying\",2:\"§7Pigs!\",3:\"\",4:\"§eClick to view recipes!\"],Name:\"§9Pig Minion\"},ExtraAttributes:{id:\"PIG_GENERATOR_1\",generator_tier:1}}", + "displayname": "§9Pig Minion I", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d30f7d75-d0d0-3857-8c11-0ec0867eb91d\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MTk5NzI5NzIsInByb2ZpbGVJZCI6ImZkNjBmMzZmNTg2MTRmMTJiM2NkNDdjMmQ4NTUyOTlhIiwicHJvZmlsZU5hbWUiOiJSZWFkIiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hOWJiNWYwYzU2NDA4YzczY2ZhNDEyMzQ1YzhmYzUxZjc1YjZjNzMxMWFlNjBlNzA5OWM0NzgxYzQ4NzYwNTYyIn19fQ==\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and slaying\",2:\"§7Pigs! Minions also work when you\",3:\"§7are offline!\",4:\"\",5:\"§7Time Between Actions: §a26s\",6:\"§7Max Storage: §e64\"],Name:\"§9Pig Minion I\"},ExtraAttributes:{id:\"PIG_GENERATOR_1\",generator_tier:1}}", "damage": 3, "lore": [ "§7Place this minion and it will", "§7start generating and slaying", - "§7Pigs!" + "§7Pigs! Minions also work when you", + "§7are offline!", + "", + "§7Time Between Actions: §a26s", + "§7Max Storage: §e64" ], + "recipe": { + "A1": "PORK:8", + "A2": "PORK:8", + "A3": "PORK:8", + "B1": "PORK:8", + "B2": "WOOD_SWORD:1", + "B3": "PORK:8", + "C1": "PORK:8", + "C2": "PORK:8", + "C3": "PORK:8" + }, "internalname": "PIG_GENERATOR_1", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pig_Minion" + ] }
\ No newline at end of file |