Bookshelf API Library

Bookshelf API Library

2M Downloads

Bookshelf API

Library used by TeamBRModding mods. Contains base class helpers for energy/inventories/fluid and a simple GUI system.

Adding to Project

Add the following code to build.gradle.

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

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

License

Creative Commons License
Bookshelf API by Team BR Modding is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Based on a work at https://github.com/TeamBR-Modding/Bookshelf.