SpongePowered / VanillaGradle

A toolchain for Minecraft: Java Edition that builds a workspace to interact with the game using the official mappings provided to the public by Mojang Studios.
MIT License
89 stars 18 forks source link

Use forge's renamer for remapping rather than Atlas #48

Closed zml2008 closed 2 years ago

zml2008 commented 2 years ago

Currently depends on changes made in my work branch

Before merging, all necessary changes from my work branch of FART would have to be merged upstream into forge's branch.

Final distribution needs to be dealt with at some point as well -- we don't want to depend on Forge's maven repo being in the plugins block for the Gradle project.

Why switch tools?