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.
dependencies {
deobfCompile 'com.github.jbredwards:fluidlogged-api:47f153989e'
}
repositories {
maven { url 'https://jitpack.io' }
}