Fluidlogged API
A mod that adds basic fluidlogging to 1.12, and serves a base or optional api for other mod devs to use in their own projects.
Info For Mod Devs
Add the following to your build.gradle to add this mod's files to your workspace:
dependencies {
deobfCompile 'com.github.jbredwards:fluidlogged-api:47f153989e'
}
repositories {
maven { url 'https://jitpack.io' }
}