GithubHelp home page GithubHelp logo

darkhax-minecraft / bookshelf Goto Github PK

View Code? Open in Web Editor NEW
140.0 8.0 37.0 3.76 MB

A library mod which adds additional code support beyond what is provided by Forge.

License: GNU Lesser General Public License v2.1

Java 100.00%
hacktoberfest

bookshelf's Introduction

Bookshelf

Bookshelf provides code, frameworks, and utilities that other mods can use. Many mods make use of Bookshelf and it's shared code to power their own mods.

Why use a library mod?

Library mods like Bookshelf allow many seemingly unrelated mods to share parts of the same reusable code base. This reduces the amount of time and effort required to develop certain mods and features. The shared code is also tested in a wider range of circumstances and communities which can lead to less bugs and a lower performance impact.

Feature List

Maven Dependency

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 'https://maven.blamejared.com' }
}

dependencies {

    // Forge devs
    // EXAMPLE: compile "net.darkhax.bookshelf:Bookshelf-Forge-1.19.2:16.1.11"
    // compile "net.darkhax.bookshelf:Bookshelf-Forge-MCVERSION:BOOKSHELF_VERSION"

    // Fabric / Quilt devs
    // EXAMPLE: modImplementation "net.darkhax.bookshelf:Bookshelf-Fabric-1.19.2:16.1.11"
    // modImplementation "net.darkhax.bookshelf:Bookshelf-Fabric-MCVERSION:BOOKSHELF_VERSION"

    // Common / MultiLoader / Vanilla
    // EXAMPLE: compileOnly group: 'net.darkhax.bookshelf', name: "Bookshelf-Common-1.19.2", version: 16.1.11
    // compileOnly group: 'net.darkhax.bookshelf', name: "Bookshelf-Common-MCVERSION", version: BOOKSHELF_VERSION
}

Jar Signing

As of January 11th 2021 officially published builds will be signed. You can validate the integrity of these builds by comparing their signatures with the public fingerprints.

Hash Fingerprint
MD5 12F89108EF8DCC223D6723275E87208F
SHA1 46D93AD2DC8ADED38A606D3C36A80CB33EFA69D1
SHA256 EBC4B1678BF90CDBDC4F01B18E6164394C10850BA6C4C748F0FA95F2CB083AE5

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.