DimStorage

DimStorage

22M Downloads

Storage Frequency

betaems opened this issue ยท 1 comments

commented

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

For some reason we cant seem to fix, dimensional chests with different frequencys are sending items over eachother. Specifically one player using frequency 1 only, getting items from frequency 2. Any idea of what is happening?

How can I reproduce this bug or crash?

Unsure.

Configuration

- Mod version: 9.0.2
- Forge version: Neo Forge 21.1.77
- Minecraft version:1.21.1

Relevant log output

No response

Anything else?

No response

commented

We have found that we need to place the chest on the ground, lock and set chest frequency then pick it up and place it where it will live.

I suspect what's happening is that each inventory has a unique serial number. When you first place it, the connecting pipe/hopper/etc. hooks into the inventory S/N at that moment. Then when you change the frequency, the inventory S/N changes but the hopper doesn't get told of the change. At least that's what it looks like to me!