diff options
author | mat <github@matdoes.dev> | 2022-04-25 20:14:28 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-04-25 20:14:28 -0500 |
commit | 41bfebfba8eb0c2f830e01f03f8765865e8108b0 (patch) | |
tree | 6531851f237c5f1e8eb2f5d394c2602691fdbecd | |
parent | a0daf3991126a3939bb990674a689d736103991e (diff) | |
download | skyblock-api-41bfebfba8eb0c2f830e01f03f8765865e8108b0.tar.gz skyblock-api-41bfebfba8eb0c2f830e01f03f8765865e8108b0.tar.bz2 skyblock-api-41bfebfba8eb0c2f830e01f03f8765865e8108b0.zip |
"ink sack" collection being called "dye"
-rw-r--r-- | src/cleaners/skyblock/itemId.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cleaners/skyblock/itemId.ts b/src/cleaners/skyblock/itemId.ts index dc172b2..2489628 100644 --- a/src/cleaners/skyblock/itemId.ts +++ b/src/cleaners/skyblock/itemId.ts @@ -1,4 +1,4 @@ -// change weird item names to be more consistent with vanilla +// change weird item names to be more consistent with modern vanilla const ITEMS = { 'log': 'oak_log', 'log:1': 'spruce_log', @@ -9,7 +9,7 @@ const ITEMS = { 'sand:1': 'red_sand', - 'ink_sack': 'dye', + 'ink_sack': 'ink_sac', 'ink_sack:3': 'cocoa_beans', 'ink_sack:4': 'lapis_lazuli', |