diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-11-08 21:17:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 15:17:17 -0500 |
commit | 54084572c9bceef9d4c448c10205376206980165 (patch) | |
tree | 095665d2e53394f9921eff92ad498542b40bd643 /items/FLOWER_GENERATOR_12.json | |
parent | fe95a5b476506a99ad53f57df4cf8760233a337b (diff) | |
download | NotEnoughUpdates-REPO-54084572c9bceef9d4c448c10205376206980165.tar.gz NotEnoughUpdates-REPO-54084572c9bceef9d4c448c10205376206980165.tar.bz2 NotEnoughUpdates-REPO-54084572c9bceef9d4c448c10205376206980165.zip |
Added Flower Minion 12 and 2 wiki links (#653)
* Added Flower Minion 12
* Added 2 wiki links
Diffstat (limited to 'items/FLOWER_GENERATOR_12.json')
-rw-r--r-- | items/FLOWER_GENERATOR_12.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/items/FLOWER_GENERATOR_12.json b/items/FLOWER_GENERATOR_12.json new file mode 100644 index 00000000..ad4503d0 --- /dev/null +++ b/items/FLOWER_GENERATOR_12.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Flower Minion XII", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ce005804-135c-3062-8c81-aae83ccd0da2\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MTk1ODkyNDUsInByb2ZpbGVJZCI6IjkxZjA0ZmU5MGYzNjQzYjU4ZjIwZTMzNzVmODZkMzllIiwicHJvZmlsZU5hbWUiOiJTdG9ybVN0b3JteSIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmFhN2M1OWIyZjc5MmQ4ZDA5MWFlY2FjZjQ3YTE5ZjhhYjkzZjNmZDNjNDhmNjkzMGIxYzJiYWViMDllMGY5YiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and harvesting\",2:\"§7flowers. Requires grass nearby\",3:\"§7so flowers can be planted.\",4:\"§7Minions also work when you are\",5:\"§7offline!\",6:\"\",7:\"§7Time Between Actions: §a15s\",8:\"§7Max Storage: §e960\"],Name:\"§9Flower Minion XII\"},ExtraAttributes:{id:\"FLOWER_GENERATOR_12\",generator_tier:12}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and harvesting", + "§7flowers. Requires grass nearby", + "§7so flowers can be planted.", + "§7Minions also work when you are", + "§7offline!", + "", + "§7Time Between Actions: §a15s", + "§7Max Storage: §e960" + ], + "recipe": { + "A1": "ENCHANTED_POPPY:2", + "A2": "ENCHANTED_POPPY:2", + "A3": "ENCHANTED_POPPY:2", + "B1": "ENCHANTED_POPPY:2", + "B2": "FLOWER_GENERATOR_11:1", + "B3": "ENCHANTED_POPPY:2", + "C1": "ENCHANTED_POPPY:2", + "C2": "ENCHANTED_POPPY:2", + "C3": "ENCHANTED_POPPY:2" + }, + "internalname": "FLOWER_GENERATOR_12", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "useneucraft": true, + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Flower_Minion" + ], + "crafttext": "" +}
\ No newline at end of file |