Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
/ FluidTank Public archive
forked from Kotori316/FluidTank

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

Notifications You must be signed in to change notification settings

pandory-network/FluidTank

 
 

Repository files navigation

FluidTank

For Minecraft 1.14.4 (1.14.3 branch)

LICENSE: MIT License
Copyright (c) 2019 Kotori316

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

You can store only vanilla fluid (water and lava) because forge is rewriting fluid API.

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.

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

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

APIs

  • REQUIRED Forge

    • For Minecraft 1.14.4, newer than 1.14.4-28.1.0
  • REQUIRED Scala

    • Version 2.13.1
    • Licenced under the Apache License 2.0
  • REQUIRED Cats

    • Version 2.0.0
    • Licensed under the MIT License
  • Just Enough Items (JEI)

    • Licensed under the MIT License
  • Hwyla

    • Licensed under CC BY-NC-SA 4.0
  • The One Prove

    • Licensed under the MIT License Copyright © 2016 McJty

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 63.2%
  • Java 36.8%