Skip to content

TeamBR-Modding/Bookshelf

Repository files navigation

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.

About

Useful Collection of Functions for TeamBR

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages