aboutsummaryrefslogtreecommitdiff
path: root/items/ENCHANTED_CARROT_STICK.json
diff options
context:
space:
mode:
authorENORMOUZ <68216143+ENORMOUZ@users.noreply.github.com>2021-07-16 03:03:26 +0800
committerGitHub <noreply@github.com>2021-07-15 15:03:26 -0400
commit961d00e76ee01ae80c524982f5125fd9182bbece (patch)
tree7899fc28816e273973e5b7b66e6bf33cc3b4974f /items/ENCHANTED_CARROT_STICK.json
parent29b7f3ec10378deb5a7d967db18601cd9efcfec6 (diff)
downloadNotEnoughUpdates-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/ENCHANTED_CARROT_STICK.json')
-rw-r--r--items/ENCHANTED_CARROT_STICK.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/items/ENCHANTED_CARROT_STICK.json b/items/ENCHANTED_CARROT_STICK.json
index 2122e851..fd49ce6c 100644
--- a/items/ENCHANTED_CARROT_STICK.json
+++ b/items/ENCHANTED_CARROT_STICK.json
@@ -9,11 +9,11 @@
"recipe": {
"A1": "",
"A2": "",
- "A3": "STICK",
+ "A3": "STICK:1",
"B1": "",
- "B2": "STICK",
+ "B2": "STICK:1",
"B3": "ENCHANTED_CARROT:32",
- "C1": "STICK",
+ "C1": "STICK:1",
"C2": "",
"C3": "ENCHANTED_CARROT:32"
},
@@ -25,4 +25,4 @@
"https://hypixel-skyblock.fandom.com/wiki/Enchanted_Carrot_on_a_Stick"
],
"crafttext": "Requires: Carrot V"
-} \ No newline at end of file
+}