Description
Adds a simple gas station-like hose with its own integrated tank to fill up fluid containers more realistically.
All values configurable under:
fluidports-common.toml
[fluid_ports]#Maximum hose reach from the pump nozzle to the target block.#Range: 1 ~ 128hoseRange = 10#Transfer rate in mB/t while the hose is actively filling.#Range: 1 ~ 20000transferRateMbPerTick = 50#Internal tank capacity in mB. Default 32000 = 32 buckets.#Range: 1000 ~ 10000000tankCapacityMb = 32000#If true, only Create fluid tanks can be filled by the hose.onlyCreateTanks = false
Originally made for the Sparks of War modpack but can be used anywhere.


