Large Fluid Tank

Large Fluid Tank

3M Downloads

FluidTank

For Minecraft 1.19.4 (1.19 branch)

LICENSE: MIT License
Copyright (c) 2019-2023 Kotori316

Add large tanks that can have up to 1048576 buckets of fluid.

There are 7 tiers in this mod, Wood, Stone, Iron, Gold, Diamond, Emerald and Star. The capacity of wood tank is 4000 mB but star one can have 1048576000 mB. These tanks can be connected vertically to get more capacity.

All tanks have Fluid Capability to transfer fluid, and their items also have Fluid Capability for items.

See wiki page to get more information.

Minecraft CurseForge - https://www.curseforge.com/minecraft/mc-mods/largefluidtank

APIs

Maven repo

See here to get other versions.

repositories {
    maven {
        name "Kotori316 Azure Maven"
        url = uri("https://pkgs.dev.azure.com/Kotori316/minecraft/_packaging/mods/maven/v1")
    }
}
dependencies {
    // https://dev.azure.com/Kotori316/minecraft/_packaging?_a=package&feed=mods%40Local&package=com.kotori316%3Afluidtank&protocolType=maven&view=versions
    implementation(fg.deobf("com.kotori316:fluidtank:VERSION"))
}