Coder Social home page Coder Social logo

ewyboy / bibliotheca Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 3.0 1.11 MB

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

License: MIT License

Java 100.00%
bibliotheca cultivated-tech minecraft minecraft-mod modded-minecraft modding mod forge forge-mod minecraft-forge

bibliotheca's Introduction

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!

bibliotheca's People

Contributors

ewyboy avatar lukegi avatar thef0x0 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bibliotheca's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.