Issue with Quantum Storage mod
shBLOCK opened this issue ยท 14 comments
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
Versions:
- This mod: 1.6.14
- Minecraft: 1.16.4
- Forge: 35.1.13
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?
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?
Oh, it just doesn't show on the terminal, I can use item importer to import items into the QuantumController.
The terminal shows that there are 320 slots with 5 StorageUnit, 5*64=320, so it's kind of right.
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).
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
I'll retry with your exact setup, as mine was slightly different during testing.
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?