diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/SPRUCE_GENERATOR_1.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/SPRUCE_GENERATOR_1.json')
-rw-r--r-- | items/SPRUCE_GENERATOR_1.json | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/items/SPRUCE_GENERATOR_1.json b/items/SPRUCE_GENERATOR_1.json index 8844a0cf..1d13e109 100644 --- a/items/SPRUCE_GENERATOR_1.json +++ b/items/SPRUCE_GENERATOR_1.json @@ -1,15 +1,34 @@ { "itemid": "minecraft:skull", - "displayname": "§9Spruce Minion", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9d35ea53-93e3-3d03-a258-be6da1faa800\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MjA0NDk3MDAsInByb2ZpbGVJZCI6IjkxZjA0ZmU5MGYzNjQzYjU4ZjIwZTMzNzVmODZkMzllIiwicHJvZmlsZU5hbWUiOiJTdG9ybVN0b3JteSIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2JhMDRiZmU1MTY5NTVmZDQzOTMyZGNiMzNiZDVlYWMyMGIzOGEyMzFkOWZhODQxNWIzZmIzMDFmNjBmNzM2MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and chopping\",2:\"§7spruce logs! Requires an open\",3:\"§7area to place trees.\",4:\"\",5:\"§eClick to view recipes!\"],Name:\"§9Spruce Minion\"},ExtraAttributes:{id:\"SPRUCE_GENERATOR_1\",generator_tier:1}}", + "displayname": "§9Spruce Minion I", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9d35ea53-93e3-3d03-a258-be6da1faa800\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MjA0NDk3MDAsInByb2ZpbGVJZCI6IjkxZjA0ZmU5MGYzNjQzYjU4ZjIwZTMzNzVmODZkMzllIiwicHJvZmlsZU5hbWUiOiJTdG9ybVN0b3JteSIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2JhMDRiZmU1MTY5NTVmZDQzOTMyZGNiMzNiZDVlYWMyMGIzOGEyMzFkOWZhODQxNWIzZmIzMDFmNjBmNzM2MyJ9fX0=\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and chopping\",2:\"§7spruce logs! Requires an open\",3:\"§7area to place trees. Minions\",4:\"§7also work when you are offline!\",5:\"\",6:\"§7Time Between Actions: §a48s\",7:\"§7Max Storage: §e64\"],Name:\"§9Spruce Minion I\"},ExtraAttributes:{id:\"SPRUCE_GENERATOR_1\",generator_tier:1}}", "damage": 3, "lore": [ "§7Place this minion and it will", "§7start generating and chopping", "§7spruce logs! Requires an open", - "§7area to place trees." + "§7area to place trees. Minions", + "§7also work when you are offline!", + "", + "§7Time Between Actions: §a48s", + "§7Max Storage: §e64" ], + "recipe": { + "A1": "LOG-1:10", + "A2": "LOG-1:10", + "A3": "LOG-1:10", + "B1": "LOG-1:10", + "B2": "WOOD_AXE:1", + "B3": "LOG-1:10", + "C1": "LOG-1:10", + "C2": "LOG-1:10", + "C3": "LOG-1:10" + }, "internalname": "SPRUCE_GENERATOR_1", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spruce_Minion" + ] }
\ No newline at end of file |