tterrag1098 / BON2

A rewrite for Immibis's bearded-octo-nemesis for ForgeGradle
GNU Lesser General Public License v3.0
182 stars 50 forks source link

[Enchantment] Add the ability to go to obfuscated minecraft names. #16

Closed modmuss50 closed 9 years ago

modmuss50 commented 9 years ago

Basicly make the program go backwards.

Parker8283 commented 9 years ago

Use case?

modmuss50 commented 9 years ago

To allow to go from debofed jars, to jars that can run in the vanilla launcher. The old BON had it I believe.

Parker8283 commented 9 years ago

By IN the vanilla launcher, you mean, like, IN the minecraft.jar itself?

Parker8283 commented 9 years ago

Wait, no, you're asking to go from MCP to SRG, correct?

modmuss50 commented 9 years ago

I want to be able to take a jar file built from MCP names and then run it in a normal forge instance(SRG I believe).

Parker8283 commented 9 years ago

FG handles this. BON2 was meant to make it easy to handle dependency deobfing because FG was supposed to have it. It has it now in FG2. So I don't see a point to have it, BON2 is not meant to be a replacement for FG.

modmuss50 commented 9 years ago

I can see your point of view, I was working on a replacement for FG. I will write a custom way. Thanks for you very useful tool.