Skip to content

A core mod which expands upon the base features offered by Forge.

License

Notifications You must be signed in to change notification settings

RuiNtD/Bookshelf

 
 

Repository files navigation

Bookshelf

Bookshelf is a mod that expands upon Forge and Minecraft by adding new utilities, hooks and events which are publicly available to mod authors.

Nodecraft
This project is sponsored by Nodecraft. Use code Darkhax for 30% off your first month of service!

Compilation

It is easy to build Bookshelf from the repository by using Forge Gradle. Bookshelf makes use of the Forge Gradle Wrapper, which is included as part of the repository. To compile the mod, simply clone or download the repository and run the 'gradlew build' command from the command line, from within the project directory. An obfuscated jar and a dev jar will be generated in the build/libs folder.

Dependency Management

If you are using Gradle to manage your dependencies, add the following into your build.gradle file. Make sure to replace the version with the correct one. All versions can be viewed here.

repositories {

    maven { url 'http://maven.epoxide.org' }
}

dependencies {

    compile "net.darkhax.bookshelf:Bookshelf:PUT_VERSION_HERE"
}

Credits

ChickenBones
CyanideX
Darkhax
iLexiconn
lclc98
SanAndreasP
VikeStep
jaredlll08
Vazkii Mezz

About

A core mod which expands upon the base features offered by Forge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%