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
-
REQUIRED Forge
- For Minecraft 1.19.4
-
REQUIRED Scala
- Version 2.13.10
- Licenced under the Apache License 2.0
-
REQUIRED Cats
- Version 2.7.0
- Licensed under the MIT License
- Using modified version. Source
-
- Licensed under the MIT License
- Not used since 1.14.4
-
- Licensed under LGPLv3
-
- Licensed under CC BY-NC-SA 4.0
-
- Licensed under CC BY-NC-SA 4.0
-
- Licensed under CC BY-NC-SA 4.0
-
- Licensed under the MIT License Copyright © 2016 McJty
-
- Licensed under the MIT License Copyright (c) 2019 Tom_The_Geek
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"))
}