diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-13 20:46:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 14:46:53 -0500 |
commit | 5b915988210e6e922e4f72bfa9bd7525c8e5e68b (patch) | |
tree | f2a3fcbdc30423da62607212101066890d604730 /items/FLOWER_GENERATOR_2.json | |
parent | 9c4b82a13a5ae68fa21a255f9a0558845cd90a53 (diff) | |
download | NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.gz NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.bz2 NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.zip |
Fixed Things and Added Things (#437)
* Added a weird Item, fixed Items and Pets
* Added Parent for Rev Minion, fixed Reforge Stone, and fixed Parrot/Black Cat
* Fixed Triple Strike
* Update Thorn
Diffstat (limited to 'items/FLOWER_GENERATOR_2.json')
-rw-r--r-- | items/FLOWER_GENERATOR_2.json | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/items/FLOWER_GENERATOR_2.json b/items/FLOWER_GENERATOR_2.json index 75060ec5..9c02754f 100644 --- a/items/FLOWER_GENERATOR_2.json +++ b/items/FLOWER_GENERATOR_2.json @@ -15,22 +15,23 @@ "§7Max Storage: §e960" ], "recipe": { - "A1": "YELLOW_FLOWER", - "A2": "YELLOW_FLOWER", - "A3": "YELLOW_FLOWER", - "B1": "YELLOW_FLOWER", + "A1": "YELLOW_FLOWER:20", + "A2": "YELLOW_FLOWER:20", + "A3": "YELLOW_FLOWER:20", + "B1": "YELLOW_FLOWER:20", "B2": "FLOWER_GENERATOR_1", - "B3": "YELLOW_FLOWER", - "C1": "YELLOW_FLOWER", - "C2": "YELLOW_FLOWER", - "C3": "YELLOW_FLOWER" + "B3": "YELLOW_FLOWER:20", + "C1": "YELLOW_FLOWER:20", + "C2": "YELLOW_FLOWER:20", + "C3": "YELLOW_FLOWER:20" }, "internalname": "FLOWER_GENERATOR_2", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "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 |