NordicGamerFE / Ocean-Outlast

4 stars 1 forks source link

[v67] Star Compressor cannot contain required amount of Liquid D-T Fuel for recipe. #165

Closed yellows111 closed 1 week ago

yellows111 commented 1 month ago

Version: Expert V67

Launcher: PrismLauncher

Description: Built a Star Compressor, and the required process for Liquid D-T Fuel.

Expected Result: The machine starts consuming fluid.

Actual Result: "Missing fluid input" from machine.

Did you add additional mods? No.

[If applicable, post any reports or logs related to the bug here] Screenshots: LDTF setup: javaw_MnahdFFGcd

Fluid Hatch: javaw_GY60ACK1rd

Machine Controller: javaw_GxTN90gd9t

yellows111 commented 1 month ago

After looking into it, it seems like the Vacuum Fluid Hatch will only ever accept 32000 milli-buckets of any fluid, without any support for streaming.

For this recipe to work, either the required Liquid D-T Fuel amount needs to be lowered to 32000 or the Vacuum Fluid Hatch maximum input set to 10000000.

Setting the modularmachinary.cfg's fluidhatch.vacuum.I:Size to 10000000 would resolve this.

The alternative is changing the recipe to require 32000 milli-buckets of Liquid D-T Fuel (liquid:liquidfusionfuel) instead of 10000000 milli-buckets.