HomeJavaDatapacksEasy Multi Item Sorter
Easy Multi Item Sorter
DatapacksJava

Easy Multi Item Sorter

by Pepsied · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.8–26.2 · Data pack⬇ Download for 1.21.8–26.2 · Fabric⬇ Download for 1.21.8–26.2 · Forge⬇ Download for 1.21.8–26.2 · NeoForge⬇ Download for 1.21.8–26.2 · Quilt
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Easy Multi Item Sorter — screenshot 1Easy Multi Item Sorter — screenshot 2Easy Multi Item Sorter — screenshot 3

Building a Multi Item Sorter (or MIS) is always complex, prone to breaking, and overall, not fun to build. I couldn't find one online that met my demands. Some were too expensive, others too large or too slow...

So, I decided to make this. Instead of your MIS looking clustered with redstone and minecart circuits, you get this very simple design.

Simple to build

How does it work?

Slap an item frame on any container with a comparator in it. The container with the item frame on it, we'll call the filtering container.

Place any stackable item in the filtering container making sure it has at least two of the items. The items you place in the filtering container will be the items that are being filtered.

Again, it MUST have at least two of the items in the container or it will not see the item for filtering.

Logs example

The filtering container will pull items it already has inside it from any containers above it. So, this is typically where you'd place a line of hoppers. As the items get transported down the hopper line, the filtering containers will snatch all the items that match their contents.

The filtered items go in the hopper directly below the item frame:

Hopper placement

You can then point that hopper into a chest where you'll be able to access your filtered items. You can also have the hopper point into another hopper or even replace the hopper with a chest. Any container that can hold items will do.

Do not place a hopper on the underside of the filtering container, that would just mess up your filtering placement. The hopper goes below the item frame, not below the filtering container.

Got hoppers that are faster than vanilla? Like the Super Hopper? Well, if you plan on using hoppers that are faster than regular hoppers, you will need to adjust the filtering rate of your MIS. The default speed is 1 item per 8 ticks, same as a vanilla hopper. However, you can set the MIS to 1 item per tick with

/trigger easy_mis_fast_mode

You can also slow things down by 4 times if you have a not-so-great pc with

/trigger easy_mis_slow_mode

and back to default with /trigger easy_mis_normal_mode

I recommend using regular-speed hoppers if you don't have great computer specs.

See my other mods

Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more