GithubHelp home page GithubHelp logo

eladkay / librarianlib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teamwizardry/librarianlib

0.0 0.0 0.0 16.35 MB

A library for the TeamWizardry mods

License: GNU Lesser General Public License v3.0

Java 3.50% GLSL 0.80% Kotlin 94.10% Python 0.01% JavaScript 1.59%

librarianlib's Introduction


LibrarianLib
LibrarianLib
Minecraft 1.15.2 Minecraft Forge 31.2.36 MCP snapshot_20200803-1.15.1 Publish Snapshots

Using LibrarianLib

Release builds:

repositories {
    jcenter()
    maven { url = 'https://jitpack.io' }
    maven { url = 'https://minecraft.curseforge.com/api/maven/' }
}

dependencies {
    compile 'com.teamwizardry.librarianlib:librarianlib-etcetera:(version)'
}

Snapshot builds:

repositories {
    maven { url = 'https://oss.jfrog.org/artifactory/oss-snapshot-local' }
    maven { url = 'https://jitpack.io' }
    maven { url = 'https://minecraft.curseforge.com/api/maven/' }
}

dependencies {
    compile 'com.teamwizardry.librarianlib:librarianlib-etcetera:(branch)-SNAPSHOT'
}

Due to the fact that (as of April 24th 2020) ForgeGradle's fg.deobf is broken (it doesn't properly link sources, and doesn't support any kind of transitive dependencies), LibrarianLib is distributed in its deobfuscated form. This may necessitate matching your project's MCP mappings to LibrarianLib's MCP mappings, which are listed at the top of this README.

Contributing

Haven't gotten this procedure ironed out yet.

Running LibrarianLib

To set up the run configuration for LibrarianLib, run the genIntellijRuns or genEclipseRuns for the runtime subproject.

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.