header effectheader

Bookshelf API Library will start downloading in 5 seconds...

STILL DOWNLOADING MANUALLY??

Join over 10 million players who use the CurseForge app!

logo

Bookshelf API Library

Description

Useful functions for TeamCoS and TeamBR Mods

 

Adding to your project

 

Add the following code to build.gradle:

repositories {
    maven {
        url "http://www.teambrmodding.com.com/maven2/"
    }
}

dependencies {
    compile group: "com.teambr.bookshelf", name: "Bookshelf-API", version: "+", classifier: "dev", changing: true
}