Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
/ Vials Public archive

This mod adds Tinker's Construct sized fluid containers, called Vials.

License

Notifications You must be signed in to change notification settings

MightyPirates/Vials

Repository files navigation

Vials

This mod adds Tinker's Construct sized fluid containers, called Vials.

This mod requires Java 8!

License / Use in Modpacks

This mod is licensed under the MIT license. All assets are public domain, unless otherwise stated; all are free to be distributed as long as the license / source credits are kept. This means you can use this mod in any mod pack as you please. I'd be happy to hear about you using it, though, just out of curiosity.

Gradle

To add a dependency to Vials for use in your mod, add the following to your build.gradle:

repositories {
  maven {
    url = "http://maven.cil.li/"
  }
}
dependencies {
  compile "li.cil.vials:Vials:${config.vials.version}"
}

Where ${config.vials.version} is the version you'd like to build against.

About

This mod adds Tinker's Construct sized fluid containers, called Vials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages