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/SUGAR_CANE_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/SUGAR_CANE_GENERATOR_1.json')
-rw-r--r-- | items/SUGAR_CANE_GENERATOR_1.json | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/items/SUGAR_CANE_GENERATOR_1.json b/items/SUGAR_CANE_GENERATOR_1.json index a56f8e8b..8e139c1f 100644 --- a/items/SUGAR_CANE_GENERATOR_1.json +++ b/items/SUGAR_CANE_GENERATOR_1.json @@ -1,16 +1,35 @@ { "itemid": "minecraft:skull", - "displayname": "§9Sugar Cane Minion", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"71eee614-7b18-3c47-9bd1-372477730016\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MjA0OTcwNDksInByb2ZpbGVJZCI6ImIwZDRiMjhiYzFkNzQ4ODlhZjBlODY2MWNlZTk2YWFiIiwicHJvZmlsZU5hbWUiOiJ4RmFpaUxlUiIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmZjZWQwZTgwZjBkN2E1ZDFmNDVhMWE3MjE3ZTZhOTllYTk3MjAxNTZjNjNmNmVmYzg0OTE2ZDQ4MzdmYWJkZSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and harvesting\",2:\"§7sugar canes! Requires an area\",3:\"§7that is suitable for sugar cane\",4:\"§7to be placed.\",5:\"\",6:\"§eClick to view recipes!\"],Name:\"§9Sugar Cane Minion\"},ExtraAttributes:{id:\"SUGAR_CANE_GENERATOR_1\",generator_tier:1}}", + "displayname": "§9Sugar Cane Minion I", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"71eee614-7b18-3c47-9bd1-372477730016\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MjA0OTcwNDksInByb2ZpbGVJZCI6ImIwZDRiMjhiYzFkNzQ4ODlhZjBlODY2MWNlZTk2YWFiIiwicHJvZmlsZU5hbWUiOiJ4RmFpaUxlUiIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmZjZWQwZTgwZjBkN2E1ZDFmNDVhMWE3MjE3ZTZhOTllYTk3MjAxNTZjNjNmNmVmYzg0OTE2ZDQ4MzdmYWJkZSJ9fX0=\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and harvesting\",2:\"§7sugar canes! Requires an area\",3:\"§7that is suitable for sugar cane\",4:\"§7to be placed. Minions also work\",5:\"§7when you are offline!\",6:\"\",7:\"§7Time Between Actions: §a22s\",8:\"§7Max Storage: §e64\"],Name:\"§9Sugar Cane Minion I\"},ExtraAttributes:{id:\"SUGAR_CANE_GENERATOR_1\",generator_tier:1}}", "damage": 3, "lore": [ "§7Place this minion and it will", "§7start generating and harvesting", "§7sugar canes! Requires an area", "§7that is suitable for sugar cane", - "§7to be placed." + "§7to be placed. Minions also work", + "§7when you are offline!", + "", + "§7Time Between Actions: §a22s", + "§7Max Storage: §e64" ], + "recipe": { + "A1": "SUGAR_CANE:16", + "A2": "SUGAR_CANE:16", + "A3": "SUGAR_CANE:16", + "B1": "SUGAR_CANE:16", + "B2": "WOOD_HOE:1", + "B3": "SUGAR_CANE:16", + "C1": "SUGAR_CANE:16", + "C2": "SUGAR_CANE:16", + "C3": "SUGAR_CANE:16" + }, "internalname": "SUGAR_CANE_GENERATOR_1", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sugar_Cane_Minion" + ] }
\ No newline at end of file |