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/SCARF_GRIMOIRE.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/SCARF_GRIMOIRE.json')
-rw-r--r-- | items/SCARF_GRIMOIRE.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/SCARF_GRIMOIRE.json b/items/SCARF_GRIMOIRE.json index 55720729..41c111f6 100644 --- a/items/SCARF_GRIMOIRE.json +++ b/items/SCARF_GRIMOIRE.json @@ -15,11 +15,11 @@ "§6§lLEGENDARY ACCESSORY" ], "recipe": { - "A1": "SCARF_THESIS", - "A2": "SCARF_THESIS", + "A1": "SCARF_THESIS:1", + "A2": "SCARF_THESIS:1", "A3": "", - "B1": "SCARF_THESIS", - "B2": "SCARF_THESIS", + "B1": "SCARF_THESIS:1", + "B2": "SCARF_THESIS:1", "B3": "", "C1": "", "C2": "", @@ -33,4 +33,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Scarf\u0027s_Grimoire" ] -}
\ No newline at end of file +} |