Tom's Simple Storage Mod (Fabric)

Tom's Simple Storage Mod (Fabric)

18M Downloads

Filters often do not work

zhmenyamods opened this issue ยท 7 comments

commented

I configured a basic sorting station with an "entry" chest, terminal, and inventory connector nearby.
It worked fine when I had only a few chests but currently there are 42 chests and the filters work weirdly (It places items in the wrong chests).

  • The "wrong" chest where item appears does have a correct filter configured
  • The issue is reproducible when I use MC chests as well (I use ironchests chests as well)
  • The item (For example, Deepslate) always appears in the same "wrong" chest until I restart MC
  • When I restart MC and say place Deepslate in my "entry chest", it moves the blocks into another wrong chest
  • The issue persists both with regular filters and polymorphic ones

MC 1.21.1
NeoForge 21.1.147
Toms 2.1.3

And a video of the reproduce: https://youtu.be/SQxl0h_h7wM

commented

This is not a duplicate of #572 but rather a new one. I started placing filters inside chests instead of Inventory cable connectors because polymorphic filters don't work when I place them inside cable connectors

commented

tried downgrading to 2.1.2 but that didnt help :(

commented

also, all blocks are sent to the same "wrong chest" until I restart MC and the "wrong chest" changes

commented

I've just tested this with plain NeoForge + Tom's (+Xaero's map, Jade, and JEI) and it does not work as well
Polymorphic added to Cable Connector >> Items are not piped into chests
Polymorphic added to chests >> all items are added to the chests (the filter is ignored)

Here's my setup

Image

commented

Tested on latest stable fabric, MC 1.21.5

  • all previous issues persist
  • Inventory interface does not show chest items (Inventory connector sees the chests and outputs the correct info about the used chest slots)

my setup

Image

commented

The filter should be on the cable connector, not the chest.
Placing it on the chest only works with the inventory connector (full block), when it connects touching inventories.
Also you can place multiple inventory connectors in one system now.

For the setup in the video:
You can try to move all of the filters to the chests, then place an inventory connector (full block) next to the center chests and connect them with cables. (And that works with Polymorphic filters as well)

commented

The filter should be on the cable connector, not the chest. Placing it on the chest only works with the inventory connector (full block), when it connects touching inventories. Also you can place multiple inventory connectors in one system now.

For the setup in the video: You can try to move all of the filters to the chests, then place an inventory connector (full block) next to the center chests and connect them with cables. (And that works with Polymorphic filters as well)

omg I overcomplicated that so much
thank you!