Integrated Tunnels

Integrated Tunnels

53M Downloads

Issue with Quantum Storage mod

shBLOCK opened this issue ยท 14 comments

commented

Issue type:

  • ๐Ÿ› Bug

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:

  • This mod: 1.6.14
  • Minecraft: 1.16.4
  • Forge: 35.1.13
commented

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?

commented

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

commented

That's interesting. Thanks for the additional details.

commented

Yes, it's weird.

commented

Thanks for reporting!

commented

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?

commented

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

commented

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

commented

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).

commented

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.

UlBdideOV6.mp4
commented

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

commented

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?

commented

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

commented

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