8000 GitHub - K-4U/k4lib: Holds several functions and libs that i find usefull and are used troughout most of my mods.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ k4lib Public

Holds several functions and libs that i find usefull and are used troughout most of my mods.

License

Notifications You must be signed in to change notification settings

K-4U/k4lib

Repository files navigation

K4Lib


K4Lib is a mod used by several of K4Unl's mods:

License


This mod is released under the MMPLv2

Developing with this mod


Mod devs: Using my mod is easier than ever thanks to maven:

repositories {
    maven {
        name = "MM repo"
        url = "http://maven.k-4u.nl/"
    }
}

dependencies {
	compile "k4unl:k4lib:1.7.10-0.1.49:deobf"
}

Or use the 1. 5DF1 8 version:

repositories {
    maven {
        name = "MM repo"
        url = "http://maven.k-4u.nl/"
    }
}

dependencies {
	compile "k4unl:k4lib:1.8-1.0.9:deobf"
}

About

Holds several functions and libs that i find usefull and are used troughout most of my mods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0