diff options
author | ENORMOUZ <68216143+ENORMOUZ@users.noreply.github.com> | 2021-07-16 03:03:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 15:03:26 -0400 |
commit | 961d00e76ee01ae80c524982f5125fd9182bbece (patch) | |
tree | 7899fc28816e273973e5b7b66e6bf33cc3b4974f /items/FLOWER_OF_TRUTH.json | |
parent | 29b7f3ec10378deb5a7d967db18601cd9efcfec6 (diff) | |
download | NotEnoughUpdates-REPO-961d00e76ee01ae80c524982f5125fd9182bbece.tar.gz NotEnoughUpdates-REPO-961d00e76ee01ae80c524982f5125fd9182bbece.tar.bz2 NotEnoughUpdates-REPO-961d00e76ee01ae80c524982f5125fd9182bbece.zip |
Fix crafting recipes of some items (#548)
* Update TESSELLATED_ENDER_PEARL.json
* Update TESSELLATED_ENDER_PEARL.json
* Update VOIDEDGE_KATANA.json
* Update FLOWER_OF_TRUTH.json
* Update ENCHANTED_CARROT_STICK.json
* Update FLOWER_GENERATOR_2.json
* Update MASTER_SKULL_TIER_5.json
* Update MASTER_SKULL_TIER_4.json
* Update MASTER_SKULL_TIER_6.json
* Update MASTER_SKULL_TIER_3.json
* Update PUMPKIN_BOMB.json
* Update PRISTINE;1.json
* Update RABBIT_GENERATOR_1.json
* Update SCARF_THESIS.json
* Update SCARF_GRIMOIRE.json
* Update MASTER_SKULL_TIER_2.json
Diffstat (limited to 'items/FLOWER_OF_TRUTH.json')
-rw-r--r-- | items/FLOWER_OF_TRUTH.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/items/FLOWER_OF_TRUTH.json b/items/FLOWER_OF_TRUTH.json index 837e3b41..906fb515 100644 --- a/items/FLOWER_OF_TRUTH.json +++ b/items/FLOWER_OF_TRUTH.json @@ -23,6 +23,17 @@ "§aPerfect 70000 / 70000", "§6§lLEGENDARY DUNGEON SWORD" ], + "recipe": { + "A1": "", + "A2": "GOLEM_POPPY:3", + "A3": "", + "B1": "", + "B2": "GOLEM_POPPY:3", + "B3": "", + "C1": "", + "C2": "GOLEM_POPPY:3", + "C3": "" + }, "internalname": "FLOWER_OF_TRUTH", "crafttext": "", "clickcommand": "viewrecipe", @@ -31,4 +42,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flower_of_Truth" ] -}
\ No newline at end of file +} |