diff options
-rw-r--r-- | src/cleaners/skyblock/collections.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cleaners/skyblock/collections.ts b/src/cleaners/skyblock/collections.ts index 635bfce..ad8e8a7 100644 --- a/src/cleaners/skyblock/collections.ts +++ b/src/cleaners/skyblock/collections.ts @@ -36,7 +36,10 @@ const COLLECTIONS = { 'ice', 'netherrack', 'sand', - 'end_stone' + 'end_stone', + 'mithril_ore', + 'gemstone_collection', // this is a hypixel issue, not my problem + 'hard_stone' ], 'combat': [ 'rotten_flesh', |