Giter VIP home page Giter VIP logo

quilt-mappings-on-loom's Introduction

Quilt Mappings on Loom

The time has finally arrived! Quilt Mappings are now usable in Loom!

Ever wanted to use mappings other than Yarn or MojMap?

Quilt Mappings is a Yarn derivative that allows inspiration from MojMap, which allows Quilt Mappings to map the obscure constants in Minecraft code and more. This gradle plugin allows Quilt Mappings to be used in Loom and Fabric environments. Currently, only 1.17.1+ has support, with no plans of backporting to earlier versions.

Benefits of Quilt Mappings:

  1. Faster turn around.
    • For the past couple weeks, Quilt Mappings has been out before intermediary. While this doesn't help too much in loom, it is something to look forward to in the future.
  2. Consistent names.
    • Quilt Mapping names are never mismatched, meaning you won't find issues where names swap between versions.
  3. Familiarity of Yarn with the completeness of MojMap.
    • While not complete, Quilt Mappings has the goal of 100% mapping coverage for Minecraft. Any help toward this goal would be appreciated as well!

How to use Quilt Mappings:

settings.gradle:

pluginManagement {
    repositories {
        maven { url = "https://maven.quiltmc.org/repository/release" }
    }
}

build.gradle:

plugins {
  // ...
  id "org.quiltmc.quilt-mappings-on-loom" version "QMoL_VERSION"
}

// ...

dependencies {
   mappings(loom.layered {
      addLayer(quiltMappings.mappings("org.quiltmc:quilt-mappings:${minecraft_version}+build.${project.quilt_mappings}:v2"))
   })
}

QMoL Versions

Replace QMoL_VERSION in build.gradle with the version corresponding to the version of Loom being used:

Loom Version QMoL Version
0.10 3.1.2
0.11 4.0.0

quilt-mappings-on-loom's People

Contributors

kb-1000 avatar leo60228 avatar oroarmor avatar sschr15 avatar theepicblock avatar theglitch76 avatar

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.