aboutsummaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2024-10-09 21:42:30 +1100
committerGitHub <noreply@github.com>2024-10-09 10:42:30 +0000
commit1be515c8fc7262104c91407858fbfd40ebc6d2bf (patch)
tree471707b84f7299263d58f0a69ec25e1cc983679c /items
parentb77075594556e2483cf568d09c64f018f9258689 (diff)
downloadNotEnoughUpdates-REPO-1be515c8fc7262104c91407858fbfd40ebc6d2bf.tar.gz
NotEnoughUpdates-REPO-1be515c8fc7262104c91407858fbfd40ebc6d2bf.tar.bz2
NotEnoughUpdates-REPO-1be515c8fc7262104c91407858fbfd40ebc6d2bf.zip
Add minion helper disabler + fix hard stone minion 10 recipe (#1354)
* add minion helper disabler + fix hard stone minion 10 recipe * forgot to update this
Diffstat (limited to 'items')
-rw-r--r--items/HARD_STONE_GENERATOR_10.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/items/HARD_STONE_GENERATOR_10.json b/items/HARD_STONE_GENERATOR_10.json
index d4fd9267..8a51bd6c 100644
--- a/items/HARD_STONE_GENERATOR_10.json
+++ b/items/HARD_STONE_GENERATOR_10.json
@@ -16,15 +16,15 @@
"§9§lRARE"
],
"recipe": {
- "A1": "CONCENTRATED_STONE:1",
+ "A1": "",
"A2": "CONCENTRATED_STONE:1",
- "A3": "CONCENTRATED_STONE:1",
+ "A3": "",
"B1": "CONCENTRATED_STONE:1",
"B2": "HARD_STONE_GENERATOR_9:1",
"B3": "CONCENTRATED_STONE:1",
- "C1": "CONCENTRATED_STONE:1",
+ "C1": "",
"C2": "CONCENTRATED_STONE:1",
- "C3": "CONCENTRATED_STONE:1"
+ "C3": ""
},
"internalname": "HARD_STONE_GENERATOR_10",
"crafttext": "Requires: Hard Stone I",
@@ -35,4 +35,4 @@
"https://hypixel-skyblock.fandom.com/wiki/Hard_Stone_Minion",
"https://wiki.hypixel.net/Hard_Stone_Minion"
]
-} \ No newline at end of file
+}