Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 599 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 599 Bytes

Mojarn

Mixes official and file (yarn) mappings for better parameter names.

Usage

To install mojarn, add the galacticraft repository to your settings.gradle.kts file:

pluginManagement {
    repositories {
        maven("https://maven.galacticraft.dev/repository/maven-releases/")
    }
}

Then, add the following to your build.gradle.kts file:

plugins {
    id("dev.galacticraft.mojarn") version("0.5.0+13")
}

Finally, use the mappings in your project:

dependencies {
    mappings(mojarn.mappings("net.fabricmc:yarn:$minecraft+build.$yarn:v2"))
}