aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobotHanzo <36107150+RobotHanzo@users.noreply.github.com>2020-10-31 13:59:02 +0800
committerGitHub <noreply@github.com>2020-10-31 13:59:02 +0800
commitc4d45e6d9d450d346cb397d6f39253cfebba2082 (patch)
treeeb19fa6f6b0147a9e83866900998d1d7e1fa01d3
parentb7202d52f404898d677b6a05a8f35f641417437f (diff)
downloadNotEnoughUpdates-REPO-c4d45e6d9d450d346cb397d6f39253cfebba2082.tar.gz
NotEnoughUpdates-REPO-c4d45e6d9d450d346cb397d6f39253cfebba2082.tar.bz2
NotEnoughUpdates-REPO-c4d45e6d9d450d346cb397d6f39253cfebba2082.zip
Re-fix broken lapis minion sub-IDs
The fix previously got broken by #293 because of their outdated branch and didn't noticed my the merger when merging, thus this change resubmitted
-rw-r--r--items/LAPIS_GENERATOR_1.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/items/LAPIS_GENERATOR_1.json b/items/LAPIS_GENERATOR_1.json
index 7ccd5bfb..37c3f4f5 100644
--- a/items/LAPIS_GENERATOR_1.json
+++ b/items/LAPIS_GENERATOR_1.json
@@ -14,15 +14,15 @@
"§7Max Storage: §e64"
],
"recipe": {
- "A1": "INK_SACK:4:32",
- "A2": "INK_SACK:4:32",
- "A3": "INK_SACK:4:32",
- "B1": "INK_SACK:4:32",
+ "A1": "INK_SACK-4:32",
+ "A2": "INK_SACK-4:32",
+ "A3": "INK_SACK-4:32",
+ "B1": "INK_SACK-4:32",
"B2": "WOOD_PICKAXE:1",
- "B3": "INK_SACK:4:32",
- "C1": "INK_SACK:4:32",
- "C2": "INK_SACK:4:32",
- "C3": "INK_SACK:4:32"
+ "B3": "INK_SACK-4:32",
+ "C1": "INK_SACK-4:32",
+ "C2": "INK_SACK-4:32",
+ "C3": "INK_SACK-4:32"
},
"internalname": "LAPIS_GENERATOR_1",
"clickcommand": "viewrecipe",
@@ -31,4 +31,4 @@
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Lapis_Minion"
]
-} \ No newline at end of file
+}