Cyclic icon indicating copy to clipboard operation
Cyclic copied to clipboard

Ender Shelves stay connected to system when not physically connected

Open alyssacodes opened this issue 4 years ago • 1 comments

Minecraft Version: 1.18.1

Forge Version: 39.0.63

Mod Version: 1.18.1-1.6.10

Single Player or Server: Both

Describe problem (what you were doing; what happened; what should have happened):

Removed an entire column from the ender shelf array leaving one row unconnected from the main system.

S = Shelves C = Controller

SSCSS -> S CSS SSSSS -> S SSS SSSSS -> S SSS

Expected Result:

The controller wouldn't continue to put items into the now "disconnected" shelves due to no physical connection to the system.

Actual Result:

Shelves that were no longer connected to the main system continued to have new items added to them as if they were still connected.

alyssacodes avatar Feb 08 '22 03:02 alyssacodes

I dont mind too much if this "bug" becomes a hidden feature. its not like a storage system with cables checking connectivity.

However one solution to #2038 i was thinking about involves the controller running a scan/pulse every minute or so maybe faster to re-affirm connections. so shelves that have moved or became disconnected would refresh at this point, addressing both issues. still brainstorming a bit

Lothrazar avatar Feb 11 '22 04:02 Lothrazar