Library used by TeamBRModding mods. Contains base class helpers for energy/inventories/fluid and a simple GUI system.
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"
}
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.