Description
The LIbrary
A Minecraft Library to help modders.
Versions
FlowUtils is a library in 1.12.2, not compatible with previous versions of forge 1.12.2 - 14.23.5.2768 and will not be adapted in 1.10.2, or in 1.7.10 or any other previous version. It will probably be adapted one day to the 1.14.x !
Creators
By the creator of Guns of Chickens ! I'm alone to develop this Minecraft Library.
Add to dependency the lib
Add in your build.gradle :
repositories {
mavenCentral()
maven {
name = "Flow's MavenRepository" //Customizable & Optional
url = "(https://flowarg.github.io/maven/)" // Link of my maven repository REMOVE BRACKETS AROUND THE LINK !!!!
}
}
and add in your dependencies block : deobfCompile 'fr.flowarg:flowutils:1.12.2-0.1.4'


