aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-06-23 05:00:27 +1000
committerGitHub <noreply@github.com>2023-06-22 21:00:27 +0200
commitce36803bb7a2184e4c0e6803e80ea5d227fda8ad (patch)
tree2f8f18b9234aee4882b4e5df42c3e3c423b934a2
parent6acd14d0fc8bc54bf527ae113e34e6a042e2f811 (diff)
downloadNotEnoughUpdates-REPO-ce36803bb7a2184e4c0e6803e80ea5d227fda8ad.tar.gz
NotEnoughUpdates-REPO-ce36803bb7a2184e4c0e6803e80ea5d227fda8ad.tar.bz2
NotEnoughUpdates-REPO-ce36803bb7a2184e4c0e6803e80ea5d227fda8ad.zip
fixing turbo cactus (#942)
* fixing turbo cactus * fix
-rw-r--r--constants/enchants.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/constants/enchants.json b/constants/enchants.json
index 14bb6ff2..13c57923 100644
--- a/constants/enchants.json
+++ b/constants/enchants.json
@@ -75,7 +75,6 @@
"efficiency",
"replenish",
"silk_touch",
- "turbo_cactus",
"turbo_coco",
"turbo_melon",
"turbo_pumpkin",
@@ -185,6 +184,7 @@
"replenish",
"harvesting",
"turbo_wheat",
+ "turbo_cactus",
"turbo_cane",
"turbo_warts",
"turbo_carrot",
@@ -1206,7 +1206,7 @@
40,
50
],
- "turbo_cacti": [
+ "turbo_cactus": [
10,
20,
30,
@@ -1491,11 +1491,13 @@
"enchant_mapping_id": [
"prosecute",
"dragon_tracer",
- "turbo_cocoa"
+ "turbo_cocoa",
+ "turbo_cacti"
],
"enchant_mapping_item" : [
"PROSECUTE",
"aiming",
- "turbo_coco"
+ "turbo_coco",
+ "turbo_cactus"
]
} \ No newline at end of file