FluidConverters

FluidConverters

50k Downloads

Converter stop to working as soon as the output is full

Cassiobsk8 opened this issue ยท 3 comments

commented

Short description:

Expected behaviour:

when the tank / fluiduct / mechanical pipe at the output of the converter fills completely
make the conversion stop and as soon as you have space start converting again

Actual behaviour:

when the tank / fluiduct / mechanical pipe at the output of the converter fills completely
causes the converter buffer to become partially full and thus causes the conversion to stop.

Steps to reproduce the problem:

  1. make a converter draw directly to a tank or pipe (mekanism, thermal dynamics or pressures pipe tank)
  2. break the pipe / tank before filling completely
  3. the converter buffer on waila appears something like 99.666664
  4. You can not extract anything anymore.

Versions:

  • This mod: 1.12-2.2.7
  • CyclopsCore: 1.12.2-0.10.23
  • Minecraft: 1.12.2
  • Forge: 14.23.0.2549

Log file:

does not have log

Print:

2017-11-21_20 17 51

commented

Could you share your fluid converter config for Deuterium?

commented

deuterium.json:

{
"groupId": "deuterium",
"groupName": "Deuterium",
"fluidElements": [
{
"fluidName": "liquiddeuterium",
"value": 1.0
},
{
"fluidName": "deuterium",
"value": 1.0
}
],
"lossRatio": 0.1
}

commented

Somehow I managed to make it work using two immersive engineers fluid pipe in two outputs:

2017-11-21_21 20 52

I caused a buffer of 44.444446 and he recovered without me doing anything.