Skip to content

Bibliotheca is an open-source library mod build for Cultivated Tech. The library comes with an easy to use, automated block / item / tile registering system that allows you to add new content with just one simple line of code.

License

Notifications You must be signed in to change notification settings

EwyBoy/Bibliotheca

Repository files navigation

Info:

image

Bibliotheca is an open-source library mod build for Minecraft Forge. The library comes with a easy to use, automated block / item / tile registering system that allows you to add new content with just one simple line of code.

Developers

To add World Stripper to your development environment you need to add the following codeblocks to your projects build.gralde file.

You can use https://www.cursemaven.com/ to add World Stripper to your development workspace by:

Code to add to build.gradle

repositories {
    maven {
        url "https://www.cursemaven.com"
        content {
            includeGroup "curse.maven"
        }
    }
}
dependencies {
    implementation fg.deobf("curse.maven:bibliotheca-268210:FileID")
}

FileID can be found by going to https://www.curseforge.com/minecraft/mc-mods/bibliotheca/files and click the build you are looking for.
The ID is the numbers in the end of the build URL as seen in the image below:

Capture

Builds can be found by clicking here!

About

Bibliotheca is an open-source library mod build for Cultivated Tech. The library comes with an easy to use, automated block / item / tile registering system that allows you to add new content with just one simple line of code.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Languages