An open API service indexing awesome lists of open source software.

https://github.com/betterclient/yarn-fixer

Fixes Stupid Stuff With Yarn And JD-Gui
https://github.com/betterclient/yarn-fixer

fabric java mappings minecraft yarn

Last synced: over 1 year ago
JSON representation

Fixes Stupid Stuff With Yarn And JD-Gui

Awesome Lists containing this project

README

          

# Yarn Fixer

# sorry for the shitcode this projext is old

## Made for people who wants to use yarn mappings for a minecraft client

## Can Now Also Remove @Enviorment(EnvType.CLIENT) without needing source code

# Building
Get jdk 1.9+, asm-all and build it like any other project

# Removes Lines (source)

@Environment(EnvType.CLIENT)

import net.fabricmc.api.Environment;

import net.fabricmc.api.EnvType;

/* */

/* linenumber */

# Removes Lines (compiled)

@Environment(EnvType.CLIENT)

import net.fabricmc.api.Environment;

import net.fabricmc.api.EnvType;