Download Bookshelf API Library — Minecraft Mods — MetaMods

Bookshelf API Library

Active

Downloads

0

Last update

8 years ago
Client
Fabric
Quilt
Forge
Neoforge
Libraries

Bookshelf API Library

This library provides a collection of useful functions and tools that are actively used in modifications from TeamCoS and TeamBR. It serves as a fundamental foundation for developing various addons and extensions.

Integration into your project

To connect the library to your project, you need to add the following code to the build.gradle file:

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

dependencies {
    compile group: "com.teambr.bookshelf", name: "Bookshelf-API", version: "+", classifier: "dev", changing: true
}
Project members
pauljoda

pauljoda

Dyonovan

Dyonovan

_ForgeUser23555848

_ForgeUser23555848

Created: 4 Mar 2017

ID: 33301