HomeJavaModsSoko Sort
Soko Sort
ModsJava

Soko Sort

by suzusiro-0w0 · on Modrinth

A simple storage automation mod. Build sorting networks to automatically route items into the right chests. Free Minecraft Java mod for 26.1, 26.1.1…

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for NeoForge only.

⬇ Download for 26.1–26.1.2⬇ Download for 1.21–1.21.1
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.

Soko Sort

topimage, item is sorted by sorting chest.

Tired of sorting every chest by hand?
Soko Sort adds a lightweight storage sorting system for Minecraft.
Build a chest-based warehouse that automatically sends items to the right place using Sorting Chests, Pipes, and Filters.

It is designed for players who want practical storage automation without a full tech progression, power system.

チェスト整理を手作業で続けるのが面倒ではないですか?
Soko Sort は、Minecraft に軽量な倉庫自動仕分けシステムを追加するMODです。
Sorting Chest・Pipe・Filter を使って、投入したアイテムを分類先チェストへ自動で振り分けるチェスト倉庫を作れます。

一切の工業、電力システムを必要とせず、実用的な倉庫整理だけを自動化したいプレイヤー向けです。

gif of sorting

Modpack use is allowed.  
This mod is All Rights Reserved, but modpack usage is permitted. Details are listed in the Modpacks section near the bottom of this page.

What is Soko Sort? / これは何をするMOD?

English

Soko Sort is a storage automation mod focused on one job:
routing items from an input chest to matching destination chests.

Use it to:

日本語

Soko Sort は、投入チェストから条件に合う分類先チェストへアイテムを振り分けることに特化した倉庫自動化MODです。

以下のような用途に使えます。

  • 鉱石、食料、建材、モブドロップ、ツール、Mod追加アイテムなどを分類する
  • 序盤から小さな自動仕分け倉庫を作る
  • 後から大きな倉庫ネットワークに拡張する
  • アイテム指定やタグ指定で仕分けルールを作る
  • 倉庫整理だけをシンプルに自動化する

How it works / 仕組み

English

  1. Put items into a Sorting Chest.
  2. The Sorting Chest sends items into connected Pipes.
  3. Filters check item rules and tag rules.
  4. Matching items are routed to the connected destination chests.
  5. If multiple routes match, Filter priority decides which route is used first.
日本語
  1. Sorting Chest にアイテムを入れます。
  2. Sorting Chest が接続された Pipe へアイテムを送ります。
  3. Filter がアイテム指定・タグ指定のルールを確認します。
  4. 条件に一致したアイテムが、接続された分類先チェストへ送られます。
  5. 複数の経路が一致する場合は、Filter の優先度によって使用される経路が決まります。

Blocks / ブロック

English

Sorting Chest

The input block and center of the sorting system.
Items inserted into the Sorting Chest are sent into the connected Pipe network.

sorting chest

Pipe

Pipes connect Sorting Chests, Filters, and storage destinations.

pipe

Filter

Filters decide which items can pass through a route.

Use Filters before destination chests or storage lines.
A Filter can match specific items, item tags, or both.

Supported settings

filter

filter GUI

Rapid Stair

An optional utility block added in mod version 2.0 and later.
Rapid Stairs help players move upward quickly.

rapid stair

日本語

Sorting Chest

仕分けシステムの入力地点であり、中心となるブロックです。
Sorting Chest に入れられたアイテムは、接続された Pipe ネットワークへ送られます。

  • アイテムの投入地点として使います。
  • Pipe を接続して仕分けネットワークを作ります。
  • Filter のルールに基づいてアイテムが振り分けられます。

Pipe

Sorting Chest、Filter、分類先チェストをつなぐブロックです。

  • ブロック同士をつなぐ経路を作ります。
  • 複数の仕分けラインへ分岐できます。
  • 小規模な仕分け機から、大きな倉庫ネットワークまで拡張できます。

Filter

各ルートを通れるアイテムを決めるブロックです。

分類先チェストや分類先ラインの手前に設置します。
特定のアイテム、アイテムタグ、またはその両方を条件として使えます。

対応設定

  • アイテム許可
  • アイテム拒否
  • タグ許可
  • タグ拒否
  • 優先度
  • 有効 / 無効

Rapid Stair

Mod version 2.0 以降で追加された任意の補助ブロックです。
プレイヤーが素早く上方向へ移動するために使えます。

  • 最大8ブロック分、上方向へ移動できます。
  • 不要な場合はコマンドで無効化できます。

Filter Rules / フィルタールール

English

Filters can use both item rules and tag rules. Use include rules to allow items, and exclude rules to block items.

Rule types

  • Item include: allows specific items.
  • Item exclude: blocks specific items.
  • Tag include: allows items that belong to specific tags.
  • Tag exclude: blocks items that belong to specific tags.
  • Priority: decides which route is used first when multiple Filters match.
  • Enable / disable: temporarily turns a Filter on or off.

Rule order

  1. Item exclude
  2. Item include
  3. Tag exclude
  4. Tag include
日本語

Filter では、アイテム指定とタグ指定の両方を使えます。
許可ルールで通すアイテムを指定し、拒否ルールで通したくないアイテムを止めます。

ルールの種類

  • アイテム許可: 指定したアイテムを通します。
  • アイテム拒否: 指定したアイテムを止めます。
  • タグ許可: 指定したタグに属するアイテムを通します。
  • タグ拒否: 指定したタグに属するアイテムを止めます。
  • 優先度: 複数の Filter が一致した場合に、どの経路を先に使うかを決めます。
  • 有効 / 無効: Filter を一時的にオン・オフできます。

判定順

  1. アイテム拒否
  2. アイテム許可
  3. タグ拒否
  4. タグ許可

Recipes / レシピ

Logic Core / ロジックコア

logic core

Sorting Core / ソーティングコア

sorting core

Pipe / パイプ

pipe

Filter / フィルター

filter

Sorting Chest / ソートチェスト

sorting chest

Rapid Stair / 高速階段

rapid stair


Troubleshooting / 困ったとき

English

Items are not moving

Check these points:

  • The Filter is enabled.
  • The item matches the Filter rules.
  • Pipes are connected correctly.
  • The destination chest has space.
  • Another higher-priority Filter may be catching the item first.

Items stay in the Sorting Chest

This usually means that no valid route accepted the item. Add a matching Filter, fix the rule, or make sure the destination has space.

The wrong chest receives the item

Check Filter priority and exclude rules. If multiple Filters can accept the same item, the higher-priority route may be used first.

日本語

アイテムが動かない

以下を確認してください:

  • フィルターが有効になっているか。
  • アイテムがフィルターの条件に一致しているか。
  • パイプが正しく接続されているか。
  • 分類先チェストに空きがあるか。
  • より優先度の高い別フィルターが先にアイテムを受け取っていないか。

アイテムがソーティングチェストに残る

多くの場合、そのアイテムを受け入れられる有効な経路がない状態です。対応するフィルターを追加する、ルールを直す、分類先に空きを作るなどを試してください。

違うチェストに送られる

フィルターの優先度と拒否ルールを確認してください。複数のフィルターが同じアイテムを受け入れられる場合、優先度の高い経路が先に使われることがあります。


Notes / 補足


Modpacks

Verified by MCModsHub

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

Explore more