CyclopsMC / IntegratedTunnels

Transfer other energy, items and fluids over Integrated Dynamics networks
MIT License
20 stars 13 forks source link

Issue with Quantum Storage mod #206

Closed shBLOCK closed 3 years ago

shBLOCK commented 3 years ago

Issue type:


Short description:

Item interface can't interactive with QuantumStorage's QuantumController, I think this isn't QuantumStorage's problem, because other mods like RefinedStorage has no problem with it. https://github.com/gigabit101/QuantumStorage/blob/1.16.3/src/main/java/net/gigabit101/quantumstorage/tiles/TileController.java javaw_9Czn469MeY javaw_LYcm0RUDfd

Versions:

rubensworks commented 3 years ago

Thanks for reporting!

rubensworks commented 3 years ago

What does your setup look like? Can you share a screenshot? How many slots does the terminal show (the line that just dropped out of your screenshot above)? Do you see anything in the logs? Do hoppers work with this quantum storage?

shBLOCK commented 3 years ago

Oh, it just doesn't show on the terminal, I can use item importer to import items into the QuantumController.

shBLOCK commented 3 years ago

The terminal shows that there are 320 slots with 5 StorageUnit, 5*64=320, so it's kind of right.

rubensworks commented 3 years ago

And can you use the item exporter to export from the quantum storage? If that works, then the items should be present in your network.

How many slots do you see are filled in your terminal? 0?

What does your setup look like? Can you share a screenshot?

shBLOCK commented 3 years ago

javaw_r7dRWrRiZH javaw_GA92Gf34ql And the item exporter can export from the quantum storage. javaw_BvYZfyZLpb Refined Storage does work.

rubensworks commented 3 years ago

That's interesting. Thanks for the additional details.

shBLOCK commented 3 years ago

Yes, it's weird.

rubensworks commented 3 years ago

Can't reproduce this myself with QS 5.3.0.

If anyone else can reproduce this problem, please share a reproducible setup here (without any other mods installed).

shBLOCK commented 3 years ago

hmm,I already removed all other mods except JEI and TOP, but it doesn't work, I finded that I can click items into the controller, it just doesn't show up in the terminal.

https://user-images.githubusercontent.com/50770712/104910651-9698f200-59c4-11eb-8fc8-86294b205572.mp4

rubensworks commented 3 years ago

I'll retry with your exact setup, as mine was slightly different during testing.

rubensworks commented 3 years ago

It looks like quantum storage is only exposing a single slot containing an empty stack when invoking IItemHandler.getStackInSlot when connecting via the controller block, which is why Integrated Terminals is not detected any items inside of it.

@gigabit101 Any idea what might be going wrong?

gigabit101 commented 3 years ago

Yes, I'm a moron lol, Will fix when I have some free time

rubensworks commented 3 years ago

Thanks for checking, will close this issue here in the meantime.