All the Mods 10 - ATM10

All the Mods 10 - ATM10

6M Downloads

[Modpack Bug]: Integrated Dynamics & Integrated Tunnels - Items not updating in InDy network

Daveawb opened this issue ยท 1 comments

commented

Modpack Version

10-4.14

Describe the issue

Issue type:

  • ๐Ÿ› Bug

Integrated Dynamics with Integrated Tunnels exhibiting strange behaviour in the InDy network.

Bug report on the InDy issue tracker is here CyclopsMC/IntegratedDynamics#1557


Short description:

When using storage containers that store a large amount of one item (Functional Storage Drawers or Sophisticated Storage limited barrels) the following occur:

  • Item List aspect from inventory reader not updating when the observed inventory items change in quantity.
  • Item Slot aspect works correctly unless the quantity of the item is > 99 || < 128

Steps to reproduce the problem:

Screen recording of me demonstrating both issues above https://drive.google.com/file/d/13oniQ6D0jO9doM6wfXxtBUXx6LVi2p-u/view

  1. Place two functional storage drawers || two limited barrels.
  2. In one barrel put 128 of an item and in the other 192 or larger
  3. Attach an inventory reader to both inventories.
  4. Take an Item Slot card from the one with 128 items
  5. Take an item list card from the other
  6. put both in displays on the network

For the item list issue:

  • I used concat on the cards from both readers and put them in a variable store, not necessary but it's how I showed the problem.
  • The item list does not update when I remove or add items to either storage
  • Taking the card out of the display and re-inserting it does update the display to the correct value but then does not update further

For the item slot card:

  • This seems to only manifest when the item count is < 128 && > 99

Expected behaviour:

I would expect that lists in displays are updated to show the correct item quantity when item quantities change and that if I have 127 items in storage that the display would show 127 and not 99.


Versions:

  • This mod:

    • integrateddynamics-1.21.1-neoforge-1.28.1-1340
    • integratedtunnels-1.21.1-neoforge-1.9.0
    • cyclopscore-1.21.1-neoforge-1.27.1
    • commoncapabilities-1.21.1-neoforge-2.10.1
  • Minecraft: 1.21.1

  • Mod loader version: NeoForge 21.1.211

Log file:

Happy to provide on request, I saw no errors in the logs when recording the video.

commented

Confirmed that it is not an ATM10 issue, testing the mods in isolation yielded the same results.