Filter Chest Setup

Quick rating

Filter Chest Setup

No reviews yet

One click fills an open chest into a filter layout: shears in the corner, a configurable filter item everywhere else. Client side, works on any server.

Storage & Organization
Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versionsโ€ฆ
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Filter Chest Setup

A client-side Fabric mod that fills a chest into a filter layout with one click, using items from your inventory. It's for servers where a filter or sorter chest has to be stocked in a fixed pattern to hit a specific comparator signal strength.

Open a chest or barrel and two buttons show up next to the container window:

  • set up as filter? arranges the chest.
  • pick filter item sets which item is used as the filter.

What it does

Clicking set up as filter? lays out the open container like this:

  • The last 3 slots each get 1 shears (shears don't stack, so they take a slot each).
  • The slot just before them gets 5 filter items.
  • Every slot before that gets 1 filter item.

On a double chest that's 3 shears and 55 filter items.

Items are moved out of your own inventory with normal container clicks, the same as if you placed them by hand, so it works on any server with no server-side mod. If you don't have enough items it tells you what's missing and does nothing.

Empty the chest first. Slots that already have something in them are left alone.

Choosing the filter item

The default filter item is a poppy renamed to Filter. To use something else:

  1. Put the item on your cursor, or select it on your hotbar. Rename it in an anvil first if you want the name to be required.
  2. Click pick filter item.

The item and its custom name, if it has one, get saved. With no custom name, any stack of that item counts. With a custom name, only stacks with that exact name count.

You can also edit config/filterchest.json directly:

{
  "filterItemId": "minecraft:poppy",
  "filterItemName": "Filter",
  "shearsInCorner": 3,
  "filterNextToCorner": 5
}

Leave filterItemName empty ("") to match the item no matter its name.

Signal strength

The layout is fixed on purpose. A filter chest usually needs an exact comparator signal, and that value depends on the items you use, since different items have different stack sizes and fill the container differently. The mod doesn't calculate signal strength for you, it just reproduces a layout you already know works. Swapping the filter item for one with a different stack size changes the resulting signal, so pick an item that gives the value your setup needs.

Building

Needs JDK 21 or newer (the game targets Java 25). The build uses Unimined with Mojang mappings.

./gradlew build

The jar lands in build/libs/filterchest-<version>.jar. Drop it in your mods folder.

License

MIT. See LICENSE.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works