EwyBoy / Bibliotheca

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.

Home Page:https://www.curseforge.com/minecraft/mc-mods/bibliotheca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://www.curseforge.com/minecraft/mc-mods/bibliotheca

License:MIT License


Languages

Language:Java 100.0%