Download Bookshelf API Library — Minecraft Mods — ModStock

Bookshelf API Library

Active

Downloads

0

Last update

8 years ago
Client
Fabric
Quilt
Forge
Neoforge
Libraries

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
}