diff options
Diffstat (limited to 'src/cleaners/skyblock/collections.ts')
-rw-r--r-- | src/cleaners/skyblock/collections.ts | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/cleaners/skyblock/collections.ts b/src/cleaners/skyblock/collections.ts index fe8ee1d..373a318 100644 --- a/src/cleaners/skyblock/collections.ts +++ b/src/cleaners/skyblock/collections.ts @@ -20,7 +20,8 @@ const COLLECTIONS = { 'chicken', 'mutton', 'rabbit', - 'nether_wart' + 'nether_wart', + 'sulphur' ], 'mining': [ 'cobblestone', @@ -38,10 +39,13 @@ const COLLECTIONS = { 'ice', 'netherrack', 'sand', + 'red_sand', 'end_stone', 'mithril_ore', 'gemstone', - 'hard_stone' + 'hard_stone', + 'sulphur', + 'mycelium' ], 'combat': [ 'rotten_flesh', @@ -68,6 +72,7 @@ const COLLECTIONS = { 'salmon', 'tropical_fish', 'pufferfish', + 'magmafish', 'prismarine_shard', 'prismarine_crystals', 'clay_ball', |