aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoulberry <jjenour@student.unimelb.edu.au>2020-10-31 17:01:48 +1100
committerGitHub <noreply@github.com>2020-10-31 17:01:48 +1100
commitb7a3945e9344e6bbcdeb3d860ae23d9ddd2c7321 (patch)
treeeb19fa6f6b0147a9e83866900998d1d7e1fa01d3
parentb7202d52f404898d677b6a05a8f35f641417437f (diff)
parentc4d45e6d9d450d346cb397d6f39253cfebba2082 (diff)
downloadNotEnoughUpdates-REPO-b7a3945e9344e6bbcdeb3d860ae23d9ddd2c7321.tar.gz
NotEnoughUpdates-REPO-b7a3945e9344e6bbcdeb3d860ae23d9ddd2c7321.tar.bz2
NotEnoughUpdates-REPO-b7a3945e9344e6bbcdeb3d860ae23d9ddd2c7321.zip
Merge pull request #294 from RobotHanzo/patch-1
Re-fix broken lapis minion sub-IDs
-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
+}