• Stars
    star
    877
  • Rank 52,062 (Top 2 %)
  • Language
    Java
  • License
    Creative Commons ...
  • Created over 8 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Libre Minecraft mappings, free to use for everyone. No exceptions.

Yarn

Yarn is a set of open, unencumbered Minecraft mappings, free for everyone to use under the Creative Commons Zero license. The intention is to let everyone mod Minecraft freely and openly, while also being able to innovate and process the mappings as they see fit.

To see the current version being targeted, check the branch name!

Usage

To use yarn-deobfuscated Minecraft for Minecraft modding or as a dependency in a Java project, you can use loom Gradle plugin. See fabric wiki tutorial for more information.

To obtain a deobfuscated Minecraft jar, ./gradlew mapNamedJar will generate a jar named like <minecraft version>-named.jar, which can be sent to a decompiler for deobfuscated code.

Please note to run the yarn build script Java 16 or higher is required!

Contributing

Please remember that copying and pasting mappings from alternate projects under more restrictive licenses (such as MCP, Spigot's or Mojang's obfuscation maps) is completely forbidden without explicit permission from the owners of said mappings to distribute the names under the CC0 license. This includes using the names from those mappings for inspiration. Discussing the naming approaches used in said projects is also not welcome - you have been warned. However, it is a good idea to consult name changes with other people - use pull requests or our community spaces to ask questions!

Please have a look at the naming conventions before submitting mappings.

Getting Started

  1. Fork and clone the repo
  2. Run ./gradlew yarn (Linux, macOS) or gradlew yarn (Windows) to open Enigma, a user interface to easily edit the mappings
  3. Commit and push your work to your fork
  4. Open a pull request with your changes

Gradle

Yarn uses Gradle to provide a number of utility tasks for working with the mappings.

yarn

Setup and download and launch the latest version of Enigma automatically configured to use the merged jar and the mappings.

Compared to launching Enigma externally, the gradle task adds a name guesser plugin that automatically maps enums and a few constant field names.

yarnUnpicked

Same as above, but unpicks the constants and launches Enigma with them. Can be a little bit slower to get going.

yarnCommon

Same as yarn, but will only show common classes.

build

Build a GZip'd archive containing a tiny mapping between official (obfuscated), intermediary, and yarn names ("named") and packages enigma mappings into a zip archive..

mapNamedJar

Builds a deobfuscated jar with yarn mappings and automapped fields (enums, etc.). Unmapped names will be filled with intermediary names.

decompileCFR

Decompile the mapped source code. Note: This is not designed to be recompiled.

download

Downloads the client and server Minecraft jars for the current Minecraft version to .gradle/minecraft

mergeJars

Merges the client and server jars into one merged jar, located at VERSION-merged.jar in the mappings directory where VERSION is the current Minecraft version.

More Repositories

1

fabric

Essential hooks for modding with Fabric.
Java
2,224
star
2

fabric-example-mod

Example Fabric mod
Java
1,592
star
3

fabric-loader

Fabric's mostly-version-independent mod loader.
Java
599
star
4

Enigma

This is a fork of cuchaz's Enigma, a deobfuscation/remapping tool for Java software.
Java
445
star
5

fabric-language-kotlin

Fabric language module for Kotlin.
Kotlin
286
star
6

fabric-loom

Gradle build system plugin used to automate the setup of a minecraft mod development environment.
Java
226
star
7

tiny-remapper

Tiny JAR remapping tool.
Java
108
star
8

fabric-installer

An Installer for Fabric. For the vanilla launcher
Java
102
star
9

intermediary

Match and mapping information between different versions of Minecraft
98
star
10

fabricmc.net

The source code and content for https://fabricmc.net/
TypeScript
47
star
11

fabric-docs

[WIP] Official curated documentation for Fabric, a modding toolchain for Minecraft.
Java
47
star
12

fabric-language-scala

Fabric language module for Scala.
Scala
43
star
13

mapping-io

Mapping-IO is a small and efficient library for working with deobfuscation mapping files.
Java
41
star
14

fabric-sandbox

Highly experimental sandbox for Fabric mods.
Swift
37
star
15

fabric-meta

Fabric Meta is a JSON-based HTTP api that can be used to query metadata about key Fabric projects.
Java
29
star
16

stitch

Stitch is a set of tools for working with and updating Tiny-format mappings. Potentially a future replacement for Weave.
Java
25
star
17

access-widener

Access wideners provide a way to loosen the access limits of classes.
Java
15
star
18

tiny-mappings-parser

Library for parsing .tiny mapping files
Java
13
star
19

weave

Fabric auxillary tools
Java
10
star
20

community

Docs, tags and orchestration.
10
star
21

fabric-language-groovy

Groovy
9
star
22

MappingPoet

A skeleton java code generator used to generate javadoc for yarn
Java
8
star
23

fabric-mixin-compile-extensions

Extensions for Mixin's annotation processor.
Java
8
star
24

lorenz-tiny

Lorenz tiny mappings reader
Java
8
star
25

fabric-network

Packet hooks for Fabric.
Java
7
star
26

discord-bot

Bot for the official Discord server
Java
7
star
27

fabric-docs-old

Code formatters, guidelines, and design documentation for Fabric.
JavaScript
7
star
28

kotlin-fabric-discord-bot

The discord bot previously used in the fabric discord server.
Kotlin
5
star
29

fabric-registry

Registry hooks for Fabric.
Java
5
star
30

outdated-fabric-mod-template

Template for Fabric mod workspaces
Java
5
star
31

fabric-commands

A module for fabric to allow custom commands
Java
5
star
32

class-tweaker

Java
5
star
33

fabric-installer-native-bootstrap

A native bootstrap for fabric-installer that utlises the JRE included with minecraft.
C++
5
star
34

name-proposal

Enigma Plugin and standalone CLI application used to automatically name obfuscated members based on data contained in a jar file.
Java
5
star
35

procyon

A fork of https://bitbucket.org/mstrobel/procyon/
Java
4
star
36

fabric-event-entity

Fabric player events module
Java
4
star
37

fabric-filament

A ingredient of yarn - A gradle plugin designed for minecraft mapping projects (such as yarn) to handle complex build logic. Requires Java 16
Java
4
star
38

fabric-loom-native-support

A small mod to improve support for architectures and libraries officially unsupported by Minecraft. Mainly targeting Apple Macs using arm processors.
Java
4
star
39

fabric-resources

Fabric module that adds mod resource packs
Java
3
star
40

fabric-loom-native

C++
3
star
41

fabric-action-scripts

A collection of custom scripts used by Fabric's Github action workflows
TypeScript
3
star
42

mercury-tiny-cli

CLI for the Mercury source code, operating on Tiny-mappings.
Java
3
star
43

fabric-loader-sat4j

sat4j, forked, trimmed and repackaged for Fabric Loader usage
Java
2
star
44

dev-launch-injector

Injects version dependent args and properties to avoid having to rewrite IDE run configs
Java
2
star
45

fabric-installer-native-lib

A native library used by fabric-installer
CMake
1
star