Simple Storage Network

Simple Storage Network

57M Downloads

Network Collection Interface connected with Link Cable causes a crash

7isenko opened this issue ยท 2 comments

commented

CurseForge Sky Bees 1.3.2

Minecraft Version:
1.16.5
Forge Version:
36.2.35
Mod Version:
1.5.2
Single Player or Server:
Single

Describe problem (what you were doing; what happened; what should have happened):
I have a Network Collection Interface connected to the storage network with a Link Cable (not a Network Cable).
Putting an item inside the net via Storage Inventory may cause a crash.

Log file link:
crash-2022-09-07_14.29.20-server.txt

commented

I think, it is caused by Network Collection Interface inventory.
Network knows about the inventory and wants to put items there because it is connected with Link Cable, but this block works only for import.

public ItemStack insertStack(ItemStack stack, boolean simulate) {
// If this storage is configured to only import into the network, do not
// insert into the storage, but abort immediately.

This method is set to abort that, but something above looping it.

commented

Also encountering this