Skip to content

jbredwards/Fluidlogged-API

1.12.2-v1.7-Re…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages