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.
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:
Builds can be found by clicking here!