▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/SortCraft
SortCraft

SortCraft

SortCraft is a multi-chest item sorter without the redstone. Label chests with signs like [ores], right-click your input chest, and items instantly sort!

Оцените первым
3.5K
13

Modrinth Downloads

SortCraft

SortCraft is a multi-chest item sorter without the redstone. Label chests with signs like [ores] or [tools], right-click your input chest, and items instantly sort themselves. Categories live in simple YAML files you control.

Visually build and organize your categories using our companion webapp CategoryCraft! You can even load mod jar files to see your modded items!

View our quickstart video or jump to the 5-Minute Quick Start section below for concise instructions.


📦 How It Works

!Quickstart Diagram

You define categories in YAML config files. Sign text must match your category names. That's it!

What It Looks Like In-Game

Input ChestDestination Chest
!Input chest with sign!Ores chest with sign
Place [input] sign on your source chestPlace [ores] sign (or any category) on destination

Right click the [input] sign to sort. All destination chests must be within a configurable search radius of the input chest (default 64 blocks).

Modded Storage: SortCraft works with modded storage blocks like Storage Drawers and Sophisticated Storage. Any block that exposes a Fabric Transfer API Storage<ItemVariant> or NeoForge IItemHandler can be used as a source or destination.

Share Configs: Write a CategoryCraft share ID on the input sign to use a shared category configuration instead of the global one. See Share Configs for how to get a share ID and set it up.


🚀 5-Minute Quick Start

1. Create a category file

Create config/sortcraft/categories/basic.yaml:

ores:
  items:
    - minecraft:diamond
    - minecraft:iron_ingot
    - minecraft:gold_ingot
    - minecraft:copper_ingot

OR use CategoryCraft to build your categories visually.

OR look at the following examples:

  • Concise Example / Quick Reference
  • Full Example / What I use on my server

2. Build your storage

  • Place a chest and attach a sign with [input] on any line
  • Place another chest and attach a sign with [ores] on any line

3. Sort!

Put diamonds, iron, gold, or copper in the input chest, then right-click the [input] sign. Items matching your ores: category move to the [ores] chest.


📚 Documentation

GuideDescription
CommandsAll /sort commands
ConfigurationYAML syntax, priorities, includes, item tags
↳ Concise ExampleQuick reference
↳ Full ExampleWhat I use on my server
FiltersSort by enchantments, durability, custom names
Regex PatternsMatch items with patterns like /.*:.*_sword/
Core ConceptsPriority system, category inheritance, stacking
TroubleshootingCommon issues and solutions
Audit LoggingServer admin logging features

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.2.x26.1.x1.21.x

Платформы

Поддерживаемые окружения

Сервер

Зависимости

Ссылки

Создатели

Детали

Лицензия:
Опубликован:7 месяцев назад
Обновлён:1 месяц назад
Главная