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
- Host: GitHub
- URL: https://github.com/betterclient/yarn-fixer
- Owner: betterclient
- License: gpl-3.0
- Created: 2022-08-14T09:59:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T08:50:09.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T15:39:54.883Z (over 1 year ago)
- Topics: fabric, java, mappings, minecraft, yarn
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;