Skip to content

Makes it easier for mod developers to add custom fluids

License

Notifications You must be signed in to change notification settings

OffsetMods538/fluid-lib

Repository files navigation

Fluid Lib

discord-singular

Disclaimer: this library is in development, so you might encounter problems. Please report any problems you find on github.

What is this?

It's a library making it easier for mod developers to add fluids.
I guess it's possible to add some things to existing fluids using datapacks and tags, but this is meant for mod developers.

Including in your project

All you'll have to do is include the JitPack repository in your project like this:

repositories {
    maven {
        name = "JitPack"
        url = "https://jitpack.io"
    }
}

Then you'll have to actually include the library:

dependencies {
    include modImplementation("top.offsetmonkey538:fluid-lib:[VERSION]")
}

Make sure to use the latest version of the library.

About

Makes it easier for mod developers to add custom fluids

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages