Skip to content

TeamGalacticraft/mojarn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a6d4c9 · Feb 21, 2025

History

12 Commits
Dec 15, 2024
Feb 21, 2025
Dec 15, 2024
Jul 31, 2024
Mar 18, 2024
Mar 18, 2024
Mar 18, 2024
Dec 15, 2024
Feb 21, 2025
Feb 21, 2025
Feb 21, 2025
Sep 7, 2024
Mar 18, 2024

Repository files navigation

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.2+15")
}

Finally, use the mappings in your project:

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

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE_HEADER.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages