Bookshelf API Library

Quick rating

Community listing page, reviews here may not be monitored by the author.

Bookshelf API Library

No reviews yet

Collection of functions used for TeamCoS and TeamBR mods

Mod Loaders
Minecraft

About

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
}