Skip to content

jbredwards/Fluidlogged-API

Repository files navigation

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' }
}
Make sure your project isn't using ForgeGradle 3+, it doesn't apply access transformers from dependencies, so your mod must use either ForgeGradle 2.3 or FancyGradle.
Any mods using versions 1.8.0+ as a dependancy must make sure they're using stable_39 mappings for this mod to work properly in a deobfuscated enviornment!
View the wiki for more info. (currently wip)

About

A mod for Minecraft that adds basic fluidlogging to 1.12, and serves a base or optional api for other mod devs to use in their own projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages