TeamPneumatic / pnc-repressurized

A port of PneumaticCraft to MC1.12+
Other
122 stars 48 forks source link

Mod Compat issue #1296

Open DatenThielt opened 6 months ago

DatenThielt commented 6 months ago

Describe the bug

When using A logistics module against a Draw controller from Functional Storage , Specifically when using liquid draws, It will pull the first liquid in the list on the controller, but will not pull any other liquid requested.

How to reproduce the bug

See Image image

Expected behavior

You should be able to pull any liquid that the controller provides. Currently only the first liquid is pulled and supplied.

Additional details

Happens with the Functional storage mod.

It does not appear as if items have the same issue at is able to read the controller and supplies all inventory. I expect the pull inventory is expecting an array and pull Liquids is not. But that is an uneducated guess without looking at the source

Which Minecraft version are you using?

1.19

Which version of PneumaticCraft: Repressurized are you using?

4.3.15

Crash log

No response