desht / ModularRouters

A Forge Mod for item routers with pluggable modules
16 stars 20 forks source link

Fluid transfer doesn't work properly when using Ender Tank together #220

Closed LeeJiyong9999 closed 4 months ago

LeeJiyong9999 commented 4 months ago

Describe the bug

When using the Modular Router with the any items in EnderTanks mod, it perceives the capacity of the tank as 32mB instead of 32B 2024-03-03_01 59 25 2024-03-03_02 01 20

How to reproduce the bug

Just put Ender Tank or Ender Bucket in buffer of Modular Router

Expected behavior

I expect Modular Router to be able to store 32B like Ender Tank, but it can only store 32mB.

Additional details

Modular Routers - 12.1.1 EnderTanks - 1.2 in All the Mods 9 - 0.2.51

Which Minecraft version are you using?

1.20

Crash log

No response

desht commented 4 months ago

Not a Modular Routers problem, since the Modular Routers block entity just presents the fluid capability that the item presents.

In addition, this works fine for me with an Ender Tank in a router, as you can see here:

image

Jade correctly reports that there's 2 buckets of lava in the Ender Tank that's in my router.